Home / Client
Name Modified Size InfoDownloads / Week
Parent folder
biblesupersearch_client_5.6.1.zip 2024-08-24 31.2 MB
biblesupersearch_client_5.5.1.zip 2024-05-14 31.1 MB
biblesupersearch_client_5.4.0.zip 2024-01-09 29.4 MB
biblesupersearch_client_5.3.0.zip 2023-11-11 29.4 MB
biblesupersearch_client_5.2.4.zip 2023-08-12 29.4 MB
biblesupersearch_client_5.2.0.zip 2023-04-05 29.4 MB
biblesupersearch_client_5.1.1.zip 2023-02-21 29.4 MB
biblesupersearch_client_5.1.0.zip 2022-10-07 29.4 MB
biblesupersearch_client_5.0.2.zip 2022-07-21 29.4 MB
biblesupersearch_client_5.0.0.zip 2022-02-12 788.6 kB
readme.md 2021-10-19 2.1 kB
biblesupersearch_client_4.5.1.zip 2021-10-09 785.3 kB
biblesupersearch_client_4.4.3.zip 2021-08-01 218.2 kB
biblesupersearch_client_4.4.2.zip 2021-05-24 218.2 kB
biblesupersearch_client_4.4.1.zip 2021-04-24 214.4 kB
biblesupersearch_client_4.4.0.zip 2021-04-24 284.4 kB
biblesupersearch_client_4.3.3.zip 2021-01-24 199.1 kB
biblesupersearch_client_4.3.2.zip 2021-01-18 199.0 kB
biblesupersearch_client_4.3.1.zip 2020-12-24 198.8 kB
biblesupersearch_client_4.3.0.zip 2020-12-19 198.8 kB
biblesupersearch_client_4.2.8.zip 2020-09-29 195.2 kB
biblesupersearch_client_4.2.7.zip 2020-09-20 194.9 kB
biblesupersearch_client_4.2.1.zip 2020-05-15 194.4 kB
biblesupersearch_client_4.2.0.zip 2020-05-02 201.4 kB
biblesupersearch_client_4.1.1.zip 2020-01-18 1.9 MB
biblesupersearch_client_4.0.1.zip 2019-07-20 195.1 kB
biblesupersearch_client_4.0.0.zip 2019-05-04 190.1 kB
biblesupersearch_4.0.0_RC1.zip 2019-04-19 194.4 kB
biblesupersearch_2.7.5.zip 2018-12-23 186.2 kB
biblesupersearch_2.7.1.zip 2018-10-12 185.6 kB
biblesupersearch_2.7.0.zip 2018-05-06 185.6 kB
biblesupersearch_2.6.5.zip 2018-03-18 166.5 kB
biblesupersearch_2.6.2.zip 2018-02-11 163.8 kB
biblesupersearch_2.6.0.zip 2018-02-03 157.3 kB
biblesupersearch_2.6.00_RC1.zip 2018-01-27 145.9 kB
Totals: 35 Items   275.7 MB 3

Bible SuperSearch Client (Universal Edition)

OVERVIEW

This is the official user interface (UI) client for the Bible SuperSearch API.

It should work on almost any website.

By installing and using this software, you agree to the API Terms of Service: https://api.biblesupersearch.com/documentation#tab_tos. API Privacy Policy: https://api.biblesupersearch.com/documentation#tab_privacy API full documentation: https://api.biblesupersearch.com/documentation

Alternatively, you can install the Bible SuperSearch API on your website.

REQUIREMENTS

  1. A functioning website
  2. Web host must have access to outside APIs.
  3. Does NOT require PHP or database

INSTALLATION

  1. Download and extract the .zip file.
  2. Copy the 'biblesupersearch' directory (the extracted directory) to somewhere on your website It MUST be above the webroot, and visible to outside users
  3. Rename config-example.js to config.js
  4. Edit the configs in config.js
  5. Load the demo page at yourdomain.com/path/to/biblesupersearch/index.html. You should see the software working.
  6. Incorporate Bible SuperSearch into your website. (See example.html)

    On the page that you would like to have Bible SuperSearch:
    a. Add these lines to your <head>, inserting the CORRECT path to the biblesupersearch directory:

    <link rel="stylesheet" href="/path/to/biblesupersearch/biblesupersearch.css">
    <script src="/path/to/biblesupersearch/config.js"></script>
    <script src="/path/to/biblesupersearch/biblesupersearch.js"></script>
    

    b. Add these lines to your <body>:

    <div id='biblesupersearch_container'>
        <noscript class='biblesupersearch_noscript'>Please enable JavaScript to use</noscript>
    </div>
    
  7. Load the page. It should be working.

(Alternately, you can point to yourdomain.com/path/to/biblesupersearch/biblesupersearch.html instead of integrating it into your website.)

This client is built with the Enyo JavaScript framework, and the JavaScript code is minified. The unminified development code can be seen here: https://sourceforge.net/p/biblesuper/ui-d/ci/master/tree/

Source: readme.md, updated 2021-10-19