https://github.com/unfoldingword-dev/pages
The raw text files from http://door43.org
https://github.com/unfoldingword-dev/pages
Last synced: 2 months ago
JSON representation
The raw text files from http://door43.org
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/pages
- Owner: unfoldingWord-dev
- Created: 2013-07-10T17:03:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T15:55:23.000Z (over 11 years ago)
- Last Synced: 2025-01-19T21:16:07.690Z (over 1 year ago)
- Language: Shell
- Size: 40.3 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Door43 Pages
============
This repository is kept for historical reasons, all the data here is
outdated.
For the most up to date information, please check out the repositories for
each language in the Door43 organization. For example, all of the English
resources are available at https://github.com/Door43/d43-en. The full list
may be seen at
https://github.com/search?o=desc&q=user%3ADoor43+d43-&s=updated&type=Repositories.
If you want to clone all ~7,000 of the repositories, you could run the
following on a Linux system:
$CODES=`wget -q -O - https://api.unfoldingword.org/obs/txt/1/codes-d43.txt`
for LANG in $CODES; do
git clone https://github.com/Door43/d43-$LANG
done