aboutsummaryrefslogtreecommitdiffstats
path: root/generate_html_cs.py
Commit message (Collapse)AuthorAgeFilesLines
* Parse chronicle records.Matěj Cepl2020-01-061-68/+119
| | | | | | Also, reformat cs script with Black. Fixes #8
* Some improvements to make the scripts generate proper HTML pages again.Matěj Cepl2019-12-261-4/+4
|
* Switch to python3Matěj Cepl2019-12-241-5/+2
|
* Preliminary data for 2020Matěj Cepl2019-12-241-1/+1
|
* New data for 2019Matěj Cepl2018-12-231-1/+1
|
* Update to 2018Matěj Cepl2018-01-011-1/+1
|
* Update to the 2017 data.Matěj Cepl2016-12-311-1/+1
|
* Update to 2016 data.Matěj Cepl2016-01-011-1/+1
|
* Make the app HTML compliant.Matěj Cepl2015-09-221-8/+8
|
* Update to use Install button now available in ActivePage.Matěj Cepl2015-09-121-1/+1
|
* Update for Hesla 2015.Matěj Cepl2015-02-121-8/+20
|
* Finally moved to proper TypeScript with inheritance.Matěj Cepl2014-11-141-2/+4
|
* Fix references.Matěj Cepl2014-10-251-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 Cepl2014-10-251-3/+1
| | | | Fix #339.
* One more forgotten 2013.Matěj Cepl2014-01-021-1/+1
|
* Update of the Czech Losungen for 2014.Matěj Cepl2013-12-271-1/+1
|
* Add parsing of holidays, week, and sunday readings.Matěj Cepl2013-07-041-29/+69
| | | | Fixes #87
* Czech version works and tests pass.Matěj Cepl2013-07-041-15/+37
|
* Update for year 2013Matěj Cepl2012-12-311-7/+5
|
* Use correct biblical references.Matěj Cepl2012-12-231-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 versionMatěj Cepl2012-10-181-0/+125
Mainly missing feature is switching between languages (and all cookie handling).