diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 10:09:28 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 10:09:28 +0200 |
commit | 36c0f2f4d8aef72776a337eef05bec8cd0360e83 (patch) | |
tree | 0751342b278da2a5a67226b7450f046b50b279de /.gitignore | |
download | bible-fetch-36c0f2f4d8aef72776a337eef05bec8cd0360e83.tar.gz bible-fetch-36c0f2f4d8aef72776a337eef05bec8cd0360e83.tar.bz2 bible-fetch-36c0f2f4d8aef72776a337eef05bec8cd0360e83.zip |
Add scripts to download elberfelder from die-bibel.de
That is download is shell scripts using curl, parse books
and chapters with sed. Then prepare html with sed to be converted
to zefania xml using a xsl stylesheet.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf7201c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +books/ +chapters/ +book-list +elberfelder2006.zip +elberfelder2006.xml |