aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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