Skip to content
Open English Bible edited this page Feb 14, 2021 · 1 revision

This source tree contains:

  • artifacts The final generated documents. This is probably what you want if you want to use the OEB. The subdirectories are marked as 'release' which has the books in the OEB release, and 'development' which has all books, no matter how partial or rough.

  • source These are the source files we are working from. They are USFM files with a lightweight layer of markup to handle variations.

  • build-release.sh A bash script to generate a release version from the source.

  • update-development-artifacts.py A python3 script to generate usfm and rtf files for all the books, whether in development or release.

To make these scripts work, you will need to have the USFM-Tools git repository in this top level directory (ie as the USFM-Tools directory)

Clone this wiki locally