Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix references. | Matěj Cepl | 2014-10-25 | 1 | -1/+1 |
| | | | | | | | * BibleTool requires spaces after the number of the book (2Kgs -> 2 Kgs) * Jinja2 apparently doesn't like underscore in the variable name (bib_mod -> bibMod) | ||||
* | DRY templates (we have now a base template) | Matěj Cepl | 2012-11-19 | 1 | -42/+7 |
| | |||||
* | Switching language version. | Matěj Cepl | 2012-10-24 | 1 | -1/+6 |
| | | | | Fix #76 | ||||
* | Don't use async parameter of script, when you mean only defer. | Matěj Cepl | 2012-10-19 | 1 | -3/+1 |
| | | | | | Also, add proper German translation of NOSCRIPT message (thanks for Helmut Steeb for translation). | ||||
* | Make the German version available and not clashing with the Czech one. | Matěj Cepl | 2012-10-18 | 1 | -1/+5 |
| | | | | Still no language switching. | ||||
* | First skeleton of the German version | Matěj Cepl | 2012-10-18 | 1 | -1/+1 |
| | | | | | Mainly missing feature is switching between languages (and all cookie handling). | ||||
* | Use CzeCEP for Czech Bible references. | Matěj Cepl | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | Use templates (jinja2) for generating HTML. | Matěj Cepl | 2012-10-17 | 1 | -0/+37 |
Also add HTML links were practicable. |