summaryrefslogtreecommitdiff
path: root/news.py
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Force encoding to UTF-8, I said.Jesusaves1-1/+1
2022-10-23Explicitely parse new files as UnicodeJesusaves1-1/+1
2019-07-24add news.json generator to news.pygumi1-1/+34
2019-01-12Add RSS to news generationFreeyorp1-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-16Add a phpbb forum backend to the news generatorBen Longbons1-0/+15
2013-02-02Work around the empty line bug againBen Longbons1-1/+1
2013-01-28improve HTML newseugene1-1/+1
2013-01-24Implement news generationBen Longbons1-0/+103