aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add parsing of holidays, week, and sunday readings.Matěj Cepl2013-07-045-43/+101
| | | | Fixes #87
* Czech version works and tests pass.Matěj Cepl2013-07-043-22/+50
|
* Fix invalid JSON hesla.webappMatěj Cepl2013-07-011-3/+3
|
* Include also 30x30 and 60x60 icons.Matěj Cepl2013-07-016-14/+26
| | | | | | | Not sure about 30x30, but without 60x60, there is no icon on the FFOs desktop. Fixes #105
* Add .appcache to the repo.Matěj Cepl2013-06-012-1/+7
|
* Update for year 2013Matěj Cepl2012-12-314-12/+7591
|
* Add an unit test for bug# 78.Matěj Cepl2012-12-231-0/+30
|
* Use correct biblical references.Matěj Cepl2012-12-232-2/+41
| | | | | | | | | 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.
* Handle also vertical swipes.Matěj Cepl2012-11-241-24/+67
| | | | Also complete cleanup of the code, making it JSHint (almost) compliant.
* Fix tests.Matěj Cepl2012-11-222-4/+4
|
* works a bit on mobile browser, no jump to today yet.Matěj Cepl2012-11-221-8/+18
| | | | Fixes #84
* Preliminary attempt to do swipe handling.Matěj Cepl2012-11-193-4/+54
| | | | No work on mobile browser.
* JSLintization.Matěj Cepl2012-11-191-7/+9
|
* Make script namespaced class.Matěj Cepl2012-11-191-30/+61
| | | | | | Fix #85 Display of the page is parametrized and hidden in the anonymous namespace and class.
* DRY templates (we have now a base template)Matěj Cepl2012-11-193-81/+59
|
* Simplify CSSMatěj Cepl2012-11-021-6/+6
| | | | We don't need all those floats; it's too complicated on phone.
* Decresase size of readings, clear both (not just right)Matěj Cepl2012-10-271-2/+3
|
* Switching language version.Matěj Cepl2012-10-244-5/+75
| | | | Fix #76
* Why do we want to block Google from searching Losungen?Matěj Cepl2012-10-232-4/+2
|
* Add clear:right on the list of readings.Matěj Cepl2012-10-231-0/+1
| | | | Hopefully, this will finally fix #75.
* Don't use async parameter of script, when you mean only defer.Matěj Cepl2012-10-193-10/+7
| | | | | Also, add proper German translation of NOSCRIPT message (thanks for Helmut Steeb for translation).
* Add a German descriptionMatěj Cepl2012-10-181-0/+5
|
* Make the German version available and not clashing with the Czech one.Matěj Cepl2012-10-186-19/+15
| | | | Still no language switching.
* First skeleton of the German versionMatěj Cepl2012-10-186-12/+89
| | | | | Mainly missing feature is switching between languages (and all cookie handling).
* Use CzeCEP for Czech Bible references.Matěj Cepl2012-10-183-4/+4
|
* Use templates (jinja2) for generating HTML.Matěj Cepl2012-10-175-77/+144
| | | | Also add HTML links were practicable.
* Adding expressive width: 50% seems to fix #75Matěj Cepl2012-10-132-3/+5
| | | | | | | | | I have to also add text-align: right for the right column. I don't like it, but it seems to work, and according to http://css-discuss.incutio.com/wiki/Floated_Block “These must have a width property specified -- this is a frequently encountered problem. Browsers that break floats with no width in some way are not buggy.”
* Comment out nth-child selectors.Matěj Cepl2012-10-132-3/+3
| | | | They seem to cause #75
* Acknowledgment should be opened in a special new window.Matěj Cepl2012-10-112-2/+2
|
* Add acknowledgment and improve icon.Matěj Cepl2012-10-105-5/+47
|
* Bump the versionMatěj Cepl2012-10-023-3/+3
|
* Add Chrome webapp.Matěj Cepl2012-10-027-27/+70
|
* Adding a Lamb of God icon and SVGMatěj Cepl2012-10-012-0/+57
|
* Convert the Python script to Python 3Matěj Cepl2012-10-012-10/+8
|
* The proper event is pageshow, not load (because of Firefox caching)Matěj Cepl2012-09-215-18/+19
| | | | | | | | Also, properly use app caching, and switch to lxml (generated HTML is ugly) See https://developer.mozilla.org/en-US/using_firefox_1.5_caching for explanation.
* Add <NOSCRIPT> element and delay running of JavaScript.Matěj Cepl2012-09-215-8/+12
| | | | | | | DOM manipulations really don't work well before DOMContentLoaded. Also, generated files (index.html) should not be stored in the repository.
* Add Mozilla webapp metadata and Javascript to show today's hesla.Matěj Cepl2012-09-219-1/+72
|
* Move CSS to a special file.Matěj Cepl2012-09-213-17/+19
|
* Add DOCTYPE.Matěj Cepl2012-09-211-2/+3
| | | | Also input file name should not be hardcoded.
* <script> cannot be self-closedMatěj Cepl2012-09-214-6058/+5
| | | | | Also we shouldn't store generated output.html. And added empty hesla.js
* The first working version of generate_html.pyMatěj Cepl2012-09-216-0/+13904
|
* Sources from http://hesla.dulos.cz/src2012/xml/Matěj Cepl2012-09-1712-0/+23490