An open API service indexing awesome lists of open source software.

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

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