https://github.com/unfoldingword-dev/resource-container
Documentation for Resource Container specification
https://github.com/unfoldingword-dev/resource-container
Last synced: 3 months ago
JSON representation
Documentation for Resource Container specification
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/resource-container
- Owner: unfoldingWord-dev
- License: mit
- Created: 2016-09-20T21:24:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-09T10:27:34.000Z (9 months ago)
- Last Synced: 2025-12-31T14:45:18.066Z (6 months ago)
- Language: Makefile
- Homepage: http://resource-container.readthedocs.io/
- Size: 153 KB
- Stars: 2
- Watchers: 14
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resource Container Documentation
See http://resource-container.readthedocs.io/ for the documentation, this repo is the source files.
If you want to suggest a change, please fork this repo and create a PR, or create an Issue.
## About
The goal of Resource Containers is to make translation material portable, structured, and user friendly.
This specification is designed in conjunction with, but not dependent on, the [Door43 Resource Catalog API](https://github.com/unfoldingWord-dev/door43.org/wiki/API-v3-Resource-Catalog-Endpoint).
## Building
Install the sphinx engine
sudo apt-get install python-sphinx
Install the theme with [pip](https://pypi.org/project/pip/)
pip install sphinx_rtd_theme
Then run the build script.
> NOTE: this top level makefile is just a shorcut to building the html.
make