Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse chronicle records. | Matěj Cepl | 2020-01-06 | 1 | -68/+119 |
| | | | | | | Also, reformat cs script with Black. Fixes #8 | ||||
* | Some improvements to make the scripts generate proper HTML pages again. | Matěj Cepl | 2019-12-26 | 1 | -4/+4 |
| | |||||
* | Switch to python3 | Matěj Cepl | 2019-12-24 | 1 | -5/+2 |
| | |||||
* | Preliminary data for 2020 | Matěj Cepl | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | New data for 2019 | Matěj Cepl | 2018-12-23 | 1 | -1/+1 |
| | |||||
* | Update to 2018 | Matěj Cepl | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Update to the 2017 data. | Matěj Cepl | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Update to 2016 data. | Matěj Cepl | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Make the app HTML compliant. | Matěj Cepl | 2015-09-22 | 1 | -8/+8 |
| | |||||
* | Update to use Install button now available in ActivePage. | Matěj Cepl | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | Update for Hesla 2015. | Matěj Cepl | 2015-02-12 | 1 | -8/+20 |
| | |||||
* | Finally moved to proper TypeScript with inheritance. | Matěj Cepl | 2014-11-14 | 1 | -2/+4 |
| | |||||
* | Fix references. | Matěj Cepl | 2014-10-25 | 1 | -6/+6 |
| | | | | | | | * 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 | -3/+1 |
| | | | | Fix #339. | ||||
* | One more forgotten 2013. | Matěj Cepl | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | Update of the Czech Losungen for 2014. | Matěj Cepl | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Add parsing of holidays, week, and sunday readings. | Matěj Cepl | 2013-07-04 | 1 | -29/+69 |
| | | | | Fixes #87 | ||||
* | Czech version works and tests pass. | Matěj Cepl | 2013-07-04 | 1 | -15/+37 |
| | |||||
* | Update for year 2013 | Matěj Cepl | 2012-12-31 | 1 | -7/+5 |
| | |||||
* | Use correct biblical references. | Matěj Cepl | 2012-12-23 | 1 | -0/+39 |
| | | | | | | | | | 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. | ||||
* | First skeleton of the German version | Matěj Cepl | 2012-10-18 | 1 | -0/+125 |
Mainly missing feature is switching between languages (and all cookie handling). |