https://github.com/unfoldingword-dev/tools
Door43 tools for rendering and exporting Door43 pages and media.
https://github.com/unfoldingword-dev/tools
Last synced: 9 months ago
JSON representation
Door43 tools for rendering and exporting Door43 pages and media.
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/tools
- Owner: unfoldingWord-dev
- License: other
- Created: 2013-07-11T14:44:36.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-19T15:52:11.000Z (about 2 years ago)
- Last Synced: 2025-05-14T00:10:29.111Z (about 1 year ago)
- Language: Python
- Size: 43.9 MB
- Stars: 9
- Watchers: 29
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Door43 Tools
### NOTICE: Issues are tracked in https://github.com/unfoldingWord-dev/door43.org/issues and Wiki pages at https://github.com/unfoldingWord-dev/door43.org/wiki
### NOTICE: These files have been moved to the _uw_tools_ library
* git_wrapper.py
* smartquotes.pu
* update_catalog.py
### NOTICE: These files have been moved to the _uw-publish_ project:
* json_tn_export.py - renamed to export_tn_tw_tq.py
* usfm_tS_import.py - renamed to import_bible.py
-----
The directory structure is organized like this: `/`. This is so that tools
designed to process specific projects can be easily organized and used. Tools that work across all projects are
located in the top-level `general_tools` directory.
### Installing _uw_tools_ and other Python dependencies
pip install -r requirements.txt
Also need to install these applications:
* https://pandoc.org
* https://wkhtmltopdf.org - note that version 0.12.4 has problems with sizing text. We are currently using version 0.12.3.