Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-01 | news.py: Fixed error when using Python 3.8 or later | Thorbjørn Lindeijer | 1 | -1/+1 | |
cgi.escape was removed in favour of html.escape. | |||||
2022-10-23 | Force encoding to UTF-8, I said. | Jesusaves | 1 | -1/+1 | |
2022-10-23 | Explicitely parse new files as Unicode | Jesusaves | 1 | -1/+1 | |
2019-07-24 | add news.json generator to news.py | gumi | 1 | -1/+34 | |
2019-01-12 | Add RSS to news generation | Freeyorp | 1 | -9/+53 | |
This also: - Changes the generated html for news-feed.php to provide anchors based on the input fragment name. - Changes newlines input to produce <br/> rather than <p/>. Browsers treat self closing syntax on a non-void HTML element as a start tag. - Makes a minor refactor to provide the name of the fragment in put() - Changes to python3. We were already using the print function from __future__, and it's 2018 now. Python 3 was released a decade ago. Kept try/except fallbacks for python2 compatibility anyway. | |||||
2014-04-16 | Add a phpbb forum backend to the news generator | Ben Longbons | 1 | -0/+15 | |
2013-02-02 | Work around the empty line bug again | Ben Longbons | 1 | -1/+1 | |
2013-01-28 | improve HTML news | eugene | 1 | -1/+1 | |
2013-01-24 | Implement news generation | Ben Longbons | 1 | -0/+103 | |