aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Actually, I have not removed appcache yet.Matěj Cepl2015-11-171-1/+10
|
* Make the app HTML compliant.Matěj Cepl2015-09-221-1/+1
|
* Update to use Install button now available in ActivePage.Matěj Cepl2015-09-121-0/+6
|
* Finally moved to proper TypeScript with inheritance.Matěj Cepl2014-11-141-2/+1
|
* Fix references.Matěj Cepl2014-10-253-3/+3
| | | | | | | * 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)
* Don't add 'mod' parameter if the value is empty.Matěj Cepl2014-10-251-1/+1
| | | | Fix #339.
* Add parsing of holidays, week, and sunday readings.Matěj Cepl2013-07-041-12/+25
| | | | Fixes #87
* Use correct biblical references.Matěj Cepl2012-12-231-2/+2
| | | | | | | | | Original source uses weird names of the biblical books (e.g., Thr for Lamentations). I have added a dict with which I translate those to the standard names understood by the biblical references (namely, http://www.crosswire.org/study/). Fixes #78.
* Fix tests.Matěj Cepl2012-11-221-2/+2
|
* Preliminary attempt to do swipe handling.Matěj Cepl2012-11-191-1/+1
| | | | No work on mobile browser.
* DRY templates (we have now a base template)Matěj Cepl2012-11-193-81/+59
|
* Switching language version.Matěj Cepl2012-10-242-2/+12
| | | | Fix #76
* Don't use async parameter of script, when you mean only defer.Matěj Cepl2012-10-192-5/+4
| | | | | 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 Cepl2012-10-183-7/+5
| | | | Still no language switching.
* First skeleton of the German versionMatěj Cepl2012-10-183-12/+18
| | | | | Mainly missing feature is switching between languages (and all cookie handling).
* Use CzeCEP for Czech Bible references.Matěj Cepl2012-10-181-2/+2
|
* Use templates (jinja2) for generating HTML.Matěj Cepl2012-10-172-0/+72
Also add HTML links were practicable.