Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually, I have not removed appcache yet. | Matěj Cepl | 2015-11-17 | 1 | -1/+10 |
| | |||||
* | Make the app HTML compliant. | Matěj Cepl | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Update to use Install button now available in ActivePage. | Matěj Cepl | 2015-09-12 | 1 | -0/+6 |
| | |||||
* | Finally moved to proper TypeScript with inheritance. | Matěj Cepl | 2014-11-14 | 1 | -2/+1 |
| | |||||
* | Fix references. | Matěj Cepl | 2014-10-25 | 3 | -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 Cepl | 2014-10-25 | 1 | -1/+1 |
| | | | | Fix #339. | ||||
* | Add parsing of holidays, week, and sunday readings. | Matěj Cepl | 2013-07-04 | 1 | -12/+25 |
| | | | | Fixes #87 | ||||
* | Use correct biblical references. | Matěj Cepl | 2012-12-23 | 1 | -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 Cepl | 2012-11-22 | 1 | -2/+2 |
| | |||||
* | Preliminary attempt to do swipe handling. | Matěj Cepl | 2012-11-19 | 1 | -1/+1 |
| | | | | No work on mobile browser. | ||||
* | DRY templates (we have now a base template) | Matěj Cepl | 2012-11-19 | 3 | -81/+59 |
| | |||||
* | Switching language version. | Matěj Cepl | 2012-10-24 | 2 | -2/+12 |
| | | | | Fix #76 | ||||
* | Don't use async parameter of script, when you mean only defer. | Matěj Cepl | 2012-10-19 | 2 | -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 Cepl | 2012-10-18 | 3 | -7/+5 |
| | | | | Still no language switching. | ||||
* | First skeleton of the German version | Matěj Cepl | 2012-10-18 | 3 | -12/+18 |
| | | | | | 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 | 2 | -0/+72 |
Also add HTML links were practicable. |