Giter VIP home page Giter VIP logo

ezra.js's Introduction

ezra.js

Convert Unbound, OSIS, and JSON Bibles to HTML

bible

Rendering Bibles

Navigate to /content/index.html in your browser. The following versions ship with ezra.js.

  • American Standard Version (ASV)
  • Arabic Smith & Van Dyke (SVD)
  • French Ostvervald (FO)
  • German Schlachter (GS)
  • King James Version (KJV)
  • New Chinese Version Simplified (NCVS)
  • World English Bible (WEB)

Features

  • Responsive Design
  • Version and Book Drop-down Menus
  • Hash-based Routing
  • Infinite Scrolling

Generating Bibles

Supported Formats

Unbound
OSIS
JSON

Setup

  1. Install Node.js (http://nodejs.org/download/) for your platform.
  2. Navigate to the /core/tools/scribe folder.
  3. Run npm install to install dependencies.
  4. For each Bible that you want to convert, create a file named info.json. Use this template as a guide.
{
  "type": "Bible",
  "file": "asv",
  "name": "American Standard Version",
  "abbreviation": "ASV",
  "language": "English",
  "format": "unbound"
}

Convert Unbound and OSIS Bibles to JSON

  1. Add Unbound and OSIS Bibles to the /core/tools/scribe/literature folder.
  2. Navigate to the /core/tools/scribe folder.
  3. Run node translate.js to convert all Bibles in the /core/tools/scribe/literature folder to JSON.

Convert JSON Bibles to HTML.

Note: If you converted Unbound or OSIS Bibles, skip to step 2.

  1. Add JSON Bibles to the /core/api/literature folder.
  2. Navigate to the /core/tools/scribe folder.
  3. Run node write.js to convert all Bibles in the /core/api/literature folder to HTML.

Versioning

Release format: <major>.<minor>.<patch>

Author

BarryMode
BarryMode

ezra.js's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.