]> git.ipfire.org Git - ipfire.org.git/commit - src/web/__init__.py
Update RSS feed generation code.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Oct 2013 17:16:40 +0000 (19:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Oct 2013 17:16:40 +0000 (19:16 +0200)
commita6dc0bad05f27ffd7da7e65ab4688db077cb8e04
tree604ff5cded3a6e4254d405af908a3185125f2e9d
parentc801ee56090d4b7ceccf4e9a811fc28479265460
Update RSS feed generation code.
13 files changed:
templates/feeds/base.xml [new file with mode: 0644]
templates/feeds/news.xml [new file with mode: 0644]
templates/feeds/planet.xml [new file with mode: 0644]
templates/rss.xml [deleted file]
webapp/__init__.py
webapp/backend/__init__.py
webapp/backend/accounts.py
webapp/backend/base.py [new file with mode: 0644]
webapp/backend/misc.py
webapp/backend/planet.py
webapp/handlers_base.py
webapp/handlers_planet.py
webapp/handlers_rss.py