FOSS program to convert Neue evangelistische Übersetzung (NeÜ) of the Bible to OSIS format. Input is HTML files of the Translator Mr. Vanheiden. Output is a single OSIS XML file used by Crosswire Bible Society's SWORD Project to provide the NeÜ Bible.
Licensed under GPLv3, built with dotnet 6.0 on Kubuntu 22.04.1, dotnet 7.0.114 on Kubuntu 23.10 and dotnet 8.0.108 on Fedora KDE 40
Start the program with 2 command line parameters:
- Path to HTML folder containing the NeÜ HTML files
- Output file path
Example: NeueHtmlOsisConverter /path/to/NeÜ gerneue.osis.xml
- Online version of the NeÜ: https://neue.derbibelvertrauen.de/
- SWORD project: https://www.crosswire.org/sword/
- OSIS format: https://crosswire.org/osis/
- Program to read the NeÜ on Android devices: AndBible https://andbible.github.io/
- Programs to read the NeÜ on Linux/Windows:
- Bibletime: https://bibletime.info/,
- Xiphos: https://xiphos.org/,
- Ezra: https://ezrabibleapp.net/
- and many more...
Input HTML file to the left, generated output on the right: gerneue module viewed in Bibletime:
- The conversion to a SWORD module is done by the
osis2mod
tool. - It can be obtained by different ways, e.g. by installing package
libsword-utils
by apt on Ubuntu orsword-utils
by dnf on Fedora. - Example:
osis2mod .sword/modules/texts/ztext/gerneue/ path/To/gerneue.osis.xml -v German -z z
. This will replace downloaded NeÜ SWORD texts by the new input from gerneue.osis.xml. (Before doing that, it is necessary to have downloaded the complete gerneue package from official channel once, so the NeÜ is accessible for SWORD apps.)