summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.