forked from GeorgeDewar/biblegateway-to-OSIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a82b88e
commit 1a67f9c
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
biblegateway-to-OSIS | ||
==================== | ||
|
||
Tools for retrieving bibles from biblegateway.com for use in AndBible | ||
|
||
The "scraper" tool is a Java app which will retrieve a bible translation for biblegateway.com and save it as an XML file | ||
in OSIS format. | ||
|
||
The "build" script will run a tool called osis2mod, which is part of the Sword project, to convert the OSIS file into | ||
zText format, which is what AndBible can use. | ||
|
||
You will need to retrieve a copy of the Sword Utilities from | ||
http://crosswire.org/ftpmirror/pub/sword/utils/win32/sword-utilities-1.6.2.zip. These are the only binaries I've found | ||
that actually work on Windows. You may have an easier time on Linux. | ||
|
||
The "push" script will helpfully copy a finished package into the correct location on your phone, if it is plugged in | ||
and AndBible is installed. | ||
|
||
This could all be rewritten as a web application, which I might well do some time, but I hope it may be helpful to anyone | ||
who would desparately like to get translations like the NASB, NIV, NKJV, etc into AndBible. | ||
|
||
You'll need to do a bit of fiddling to get this all working, but hopefully it's easy enough. |