Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-02 | Use capital letters in xml tagsHEADmaster | Benjamin Franzke | 2 | -20/+20 | |
Many bible programs dont know the aliases. | |||||
2012-10-23 | convert: Parse strong tags | Benjamin Franzke | 2 | -2/+13 | |
2012-10-23 | parse-chapter.sed: Match only numeric chapter names | Benjamin Franzke | 1 | -1/+1 | |
Or we get "Jos.." in Micha from luther bible. | |||||
2012-10-23 | Makefile: Add rules for luther bible | Benjamin Franzke | 1 | -2/+9 | |
2012-10-23 | Makefile: Apply new translation name to elberfelder,menge | Benjamin Franzke | 1 | -4/+4 | |
2012-10-23 | download-books: Fix permanently moved url | Benjamin Franzke | 1 | -1/+1 | |
2012-10-23 | download-books.sh: Match biblename 1-to-1 for luther-bibel-1984 | Benjamin Franzke | 1 | -1/+1 | |
2012-10-23 | Make scripts translation independent | Benjamin Franzke | 6 | -29/+44 | |
Add menge download. | |||||
2012-07-02 | Change umlauts in file names | Benjamin Franzke | 2 | -2/+2 | |
2012-07-02 | concat.sh: Use proper xml utf8 prolog | Benjamin Franzke | 1 | -1/+1 | |
2012-07-02 | Remove list-chapters.sh | Benjamin Franzke | 2 | -13/+1 | |
Use a wildcard instead for now. | |||||
2012-07-02 | Add html suffix to downloaded chapter files | Benjamin Franzke | 4 | -6/+6 | |
2012-07-02 | Validate bible against zefania xml schema | Benjamin Franzke | 2 | -0/+692 | |
2012-07-02 | Replace gen-bible.sh by a Makefile | Benjamin Franzke | 2 | -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-02 | Dont use spaces for chapters directories | Benjamin Franzke | 3 | -5/+8 | |
Allows us to generate xml with makefiles, which will allow parallel operation. | |||||
2012-07-02 | convert.sed: Reduce html5 fixes to a single substitution | Benjamin Franzke | 1 | -8/+3 | |
2012-07-02 | convert.xsl: Add error handler that prints unhandled tags | Benjamin Franzke | 1 | -1/+14 | |
2012-07-02 | convert.xsl: Dont insert newline when merging verses from multiple tags | Benjamin Franzke | 1 | -1/+0 | |
2012-07-02 | Merge make-xml.sh into gen-bible.sh | Benjamin Franzke | 2 | -9/+6 | |
2012-06-28 | convert.xsl: Apply templates from within blockquotes | Benjamin Franzke | 1 | -0/+5 | |
The verse can be enclosed in a blockquote. | |||||
2012-06-28 | convert.xsl: Replace <div class="lineBreak"/> by <br /> | Benjamin Franzke | 1 | -0/+3 | |
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 | 12 | -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. |