summaryrefslogtreecommitdiff
path: root/convert.xsl
AgeCommit message (Collapse)AuthorFilesLines
2012-11-02Use capital letters in xml tagsHEADmasterBenjamin Franzke1-14/+14
Many bible programs dont know the aliases.
2012-10-23convert: Parse strong tagsBenjamin Franzke1-2/+10
2012-10-23Make scripts translation independentBenjamin Franzke1-1/+1
Add menge download.
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-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 Franzke1-0/+88
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.