Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). |