summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-02Use capital letters in xml tagsHEADmasterBenjamin Franzke2-20/+20
Many bible programs dont know the aliases.
2012-10-23convert: Parse strong tagsBenjamin Franzke2-2/+13
2012-10-23parse-chapter.sed: Match only numeric chapter namesBenjamin Franzke1-1/+1
Or we get "Jos.." in Micha from luther bible.
2012-10-23Makefile: Add rules for luther bibleBenjamin Franzke1-2/+9
2012-10-23Makefile: Apply new translation name to elberfelder,mengeBenjamin Franzke1-4/+4
2012-10-23download-books: Fix permanently moved urlBenjamin Franzke1-1/+1
2012-10-23download-books.sh: Match biblename 1-to-1 for luther-bibel-1984Benjamin Franzke1-1/+1
2012-10-23Make scripts translation independentBenjamin Franzke6-29/+44
Add menge download.
2012-07-02Change umlauts in file namesBenjamin Franzke2-2/+2
2012-07-02concat.sh: Use proper xml utf8 prologBenjamin Franzke1-1/+1
2012-07-02Remove list-chapters.shBenjamin Franzke2-13/+1
Use a wildcard instead for now.
2012-07-02Add html suffix to downloaded chapter filesBenjamin Franzke4-6/+6
2012-07-02Validate bible against zefania xml schemaBenjamin Franzke2-0/+692
2012-07-02Replace gen-bible.sh by a MakefileBenjamin Franzke2-11/+17
That is more flexible, since it allows easy invokation of recreation of a single chapter. And its twice as fast as gen-bible.sh when using parallel build. :)
2012-07-02Dont use spaces for chapters directoriesBenjamin Franzke3-5/+8
Allows us to generate xml with makefiles, which will allow parallel operation.
2012-07-02convert.sed: Reduce html5 fixes to a single substitutionBenjamin Franzke1-8/+3
2012-07-02convert.xsl: Add error handler that prints unhandled tagsBenjamin Franzke1-1/+14
2012-07-02convert.xsl: Dont insert newline when merging verses from multiple tagsBenjamin Franzke1-1/+0
2012-07-02Merge make-xml.sh into gen-bible.shBenjamin Franzke2-9/+6
2012-06-28convert.xsl: Apply templates from within blockquotesBenjamin Franzke1-0/+5
The verse can be enclosed in a blockquote.
2012-06-28convert.xsl: Replace <div class="lineBreak"/> by <br />Benjamin Franzke1-0/+3
2012-06-28convert.xsl: Remove unneeded copy-mode templatesBenjamin Franzke1-11/+0
2012-06-28convert.xsl: Allow multiple tags to be added to a verseBenjamin Franzke1-11/+26
Some verses have blockquotes, which result in multiple tags, copy until the next verse.
2012-06-28convert.xsl: Dont copy caption footnotesBenjamin Franzke1-1/+2
zefania xml doesnt support them.
2012-06-28convert.xsl: Fix caption vref if there is no following verseBenjamin Franzke1-2/+13
2012-06-28convert.xsl: It has to be emphasis not emphasizeBenjamin Franzke1-1/+1
2012-06-28Add scripts to download elberfelder from die-bibel.deBenjamin Franzke12-0/+219
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.