scrollmapper / bible_databases

Bible versions and cross-reference databases.
977 stars 346 forks source link

Is there any way to get formatting information? #33

Closed baleeds closed 4 years ago

baleeds commented 4 years ago

For instance, breaks after related verses, or whether or not text is a block quote, like a song.

adivated commented 4 years ago

You might have to go to a different source for translation files that contain such info, e.g.: https://thedigitalbiblelibrary.org/ or https://thedigitalbiblelibrary.org/get-involved/

adivated commented 4 years ago

See also: https://bible4u.net/en/download https://www.sacred-texts.com/bib/osrc/ http://www.hackathon.bible/data.html

baleeds commented 4 years ago

I am working on parsing a different source, found here: https://github.com/seven1m/open-bibles/blob/master/eng-web.usfx.xml

I have something now that is working, but the possibility for bugs is pretty high.

I will post my WEB JSON structure in case anyone else wants to use it after some more testing.

Thanks for the leads.