Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bibledit/converters
Converters from USFM format to other formats
https://github.com/bibledit/converters
Last synced: 2 months ago
JSON representation
Converters from USFM format to other formats
- Host: GitHub
- URL: https://github.com/bibledit/converters
- Owner: bibledit
- Created: 2019-02-13T11:35:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T15:13:55.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T16:17:45.946Z (5 months ago)
- Size: 1.07 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bible-developer-resources - USFM to Other Formats
README
# Converters
Converters from the USFM format to other formats.
## Installation
The converters can run on a local workstation and on a server.
Use the green button "Clone or download" to download a zip file of the converters from the following location:
https://github.com/bibledit/converters.Unpack the software into a known folder.
The converters need a Java Runtime Environment to run.
Install the ```java``` binary.## Loading Bible text
The input for the converters will be Bible text in the USFM format.
Download all separate USFM files from your Bible editor and store them into a known folder.
Or download a zip file with all the USFM files, and unpack the zip file into a known folder.## Quick Bible
Converting Bible data to Quick Bible consists of multiple steps.
1. Convert the USFM data to a ```.yet``` file.
2. Convert the ```.yet``` file to a ```.yes``` file.
3. Load the ```.yes``` file into the Quick Bible app.To convert the USFM data to a .yet file, issue the following command:
```
java -jar path/to/converters-master/BibleMultiConverter/BibleMultiConverter.jar USFM path/to/usfm/folder QuickBible path/to/bible.yet
```Optionally you may edit the ```bible.yet``` file and update the names of the books or make other updates.
To convert the .yet file to a .yes file, issue the following command:
```
java -jar path/to/converters-master/QuickBible/YetToYes2.jar --ignore-skipped-verses path/to/bible.yet path/to/bible.yes
```Then finally load the .yet file into the Quick Bible app and enjoy the result.