Skip to content

runlevelsix/browserbible-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Bible v3

Bible software that runs in the browser.

An update to https://github.com/digitalbiblesociety/browserbible.

Building Texts

  1. Install Node.js (http://nodejs.org/download/) for your platform
  2. Navigate to the /tools/textgenerator folder
  3. Run npm install to install dependencies
  4. Run node generate.js -a (-a will build every version input folder, run without -a to see help)
  5. Run node create_texts_index.js

Additional Texts

To create additional texts

  1. Create a folder under /tools/textgenerator/input/MyNewVersion/
  2. Create a info.json file in that folder with the id, name, language, information
  3. Put content in the folder (currently USFM files and bibles from http://unbound.biola.edu/)
  4. From /tools/textgenerator folder, run node generate.js -v <foldername> to generate an additional text
  5. Run node create_texts_index.js

Build (minify)

To create a "build" version, you'll need uglify-js

  1. Install uglify-js npm install uglify-js
  2. Rename app/js/windows/config-custom-example.js to config-custom.js and update configs to your needs
  3. Run node builder.js

About

Bible software that runs in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 7.4%
  • Other 1.4%