Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Decresase size of readings, clear both (not just right) | Matěj Cepl | 2012-10-27 | 1 | -2/+3 | |
| | ||||||
* | Switching language version. | Matěj Cepl | 2012-10-24 | 4 | -5/+75 | |
| | | | | Fix #76 | |||||
* | Why do we want to block Google from searching Losungen? | Matěj Cepl | 2012-10-23 | 2 | -4/+2 | |
| | ||||||
* | Add clear:right on the list of readings. | Matěj Cepl | 2012-10-23 | 1 | -0/+1 | |
| | | | | Hopefully, this will finally fix #75. | |||||
* | Don't use async parameter of script, when you mean only defer. | Matěj Cepl | 2012-10-19 | 3 | -10/+7 | |
| | | | | | Also, add proper German translation of NOSCRIPT message (thanks for Helmut Steeb for translation). | |||||
* | Add a German description | Matěj Cepl | 2012-10-18 | 1 | -0/+5 | |
| | ||||||
* | Make the German version available and not clashing with the Czech one. | Matěj Cepl | 2012-10-18 | 6 | -19/+15 | |
| | | | | Still no language switching. | |||||
* | First skeleton of the German version | Matěj Cepl | 2012-10-18 | 6 | -12/+89 | |
| | | | | | Mainly missing feature is switching between languages (and all cookie handling). | |||||
* | Use CzeCEP for Czech Bible references. | Matěj Cepl | 2012-10-18 | 3 | -4/+4 | |
| | ||||||
* | Use templates (jinja2) for generating HTML. | Matěj Cepl | 2012-10-17 | 5 | -77/+144 | |
| | | | | Also add HTML links were practicable. | |||||
* | Adding expressive width: 50% seems to fix #75 | Matěj Cepl | 2012-10-13 | 2 | -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 Cepl | 2012-10-13 | 2 | -3/+3 | |
| | | | | They seem to cause #75 | |||||
* | Acknowledgment should be opened in a special new window. | Matěj Cepl | 2012-10-11 | 2 | -2/+2 | |
| | ||||||
* | Add acknowledgment and improve icon. | Matěj Cepl | 2012-10-10 | 5 | -5/+47 | |
| | ||||||
* | Bump the version | Matěj Cepl | 2012-10-02 | 3 | -3/+3 | |
| | ||||||
* | Add Chrome webapp. | Matěj Cepl | 2012-10-02 | 7 | -27/+70 | |
| | ||||||
* | Adding a Lamb of God icon and SVG | Matěj Cepl | 2012-10-01 | 2 | -0/+57 | |
| | ||||||
* | Convert the Python script to Python 3 | Matěj Cepl | 2012-10-01 | 2 | -10/+8 | |
| | ||||||
* | The proper event is pageshow, not load (because of Firefox caching) | Matěj Cepl | 2012-09-21 | 5 | -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 Cepl | 2012-09-21 | 5 | -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 Cepl | 2012-09-21 | 9 | -1/+72 | |
| | ||||||
* | Move CSS to a special file. | Matěj Cepl | 2012-09-21 | 3 | -17/+19 | |
| | ||||||
* | Add DOCTYPE. | Matěj Cepl | 2012-09-21 | 1 | -2/+3 | |
| | | | | Also input file name should not be hardcoded. | |||||
* | <script> cannot be self-closed | Matěj Cepl | 2012-09-21 | 4 | -6058/+5 | |
| | | | | | Also we shouldn't store generated output.html. And added empty hesla.js | |||||
* | The first working version of generate_html.py | Matěj Cepl | 2012-09-21 | 6 | -0/+13904 | |
| | ||||||
* | Sources from http://hesla.dulos.cz/src2012/xml/ | Matěj Cepl | 2012-09-17 | 12 | -0/+23490 | |