Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refdoc/Module-tools
Scripts and tools for SWORD module conversions
https://github.com/refdoc/Module-tools
Last synced: 3 months ago
JSON representation
Scripts and tools for SWORD module conversions
- Host: GitHub
- URL: https://github.com/refdoc/Module-tools
- Owner: refdoc
- Created: 2015-08-15T06:46:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T22:46:41.000Z (over 2 years ago)
- Last Synced: 2024-07-23T11:08:44.902Z (6 months ago)
- Language: Python
- Size: 211 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-bible-developer-resources - SWORD Module Tools - related conversions. (Formats / Conversion Tools)
README
This is a template for a usfm -> module conversion repo.
The directories are
usfm - initial import of usfm files into here, please. All usfm2osis work
should happen in this directory.bin - for Makefiles, scripts and other executables which are specific for
this module.There are currently two versions for makefiles - one for USFM and one for
thos occasions when someone publishes a OSIS file as source.Please copy this template into your chosen location and do
git init
git add *
git commit *This will set up a git repo for your module project
Now choose your makefile, copy it into "makefile" and run "make setup".
Now obtain the USFM files, and unzip them into the usfm directory. More
instructions there