Bible software that runs in the browser.
An update to https://github.com/digitalbiblesociety/browserbible.
- Install Node.js (http://nodejs.org/download/) for your platform
- Navigate to the
/tools/textgeneratorfolder - Run
npm installto install dependencies - Run
node generate.js -a(-awill build every versioninputfolder, run without-ato see help) - Run
node create_texts_index.js
To create additional texts
- Create a folder under
/tools/textgenerator/input/MyNewVersion/ - Create a
info.jsonfile in that folder with the id, name, language, information - Put content in the folder (currently USFM files and bibles from http://unbound.biola.edu/)
To create a "build" version, you'll need uglify-js
- Install uglify-js
npm install uglify-js - Run
node builder.js