Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-28 | convert.xsl: Remove unneeded copy-mode templates | Benjamin Franzke | 1 | -11/+0 | |
2012-06-28 | convert.xsl: Allow multiple tags to be added to a verse | Benjamin Franzke | 1 | -11/+26 | |
Some verses have blockquotes, which result in multiple tags, copy until the next verse. | |||||
2012-06-28 | convert.xsl: Dont copy caption footnotes | Benjamin Franzke | 1 | -1/+2 | |
zefania xml doesnt support them. | |||||
2012-06-28 | convert.xsl: Fix caption vref if there is no following verse | Benjamin Franzke | 1 | -2/+13 | |
2012-06-28 | convert.xsl: It has to be emphasis not emphasize | Benjamin Franzke | 1 | -1/+1 | |
2012-06-28 | Add scripts to download elberfelder from die-bibel.de | Benjamin Franzke | 1 | -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. |