diff --git a/freepost/__init__.py b/freepost/__init__.py index 10d290f..fd88c53 100755 --- a/freepost/__init__.py +++ b/freepost/__init__.py @@ -821,7 +821,6 @@ def rss_default (): return redirect (application.get_url ('rss', sorting='hot')) -# TODO check if is correctly displayed in RSS aggregators @get ('/rss/', name='rss') def rss (sorting): """ diff --git a/freepost/templates/rss.xml b/freepost/templates/rss.xml index 04eb682..ffa3afa 100644 --- a/freepost/templates/rss.xml +++ b/freepost/templates/rss.xml @@ -14,8 +14,10 @@ {{ post.hashId }} {{ post.title }} -

by {{ post.username }} — {{ post.vote }} votes, {{ post.commentsCount ~ ' comments' if post.commentsCount > 0 else 'discuss' }}

-

{{ post.text }}

+ {{ post.text }}

+

{{ post.vote }} votes,