]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/rss.xml
RSS feed and minor improvements.
[people/shoehn/ipfire.org.git] / www / templates / rss.xml
index ebb0e3e4b3c8f4ec74e700dc1a94efcdd435e7df..f87c9ddff22953f1eed6cb62d6635c971cb0b2a7 100644 (file)
@@ -9,14 +9,14 @@
                <pubDate>Thu, 8 Nov 2007 00:00:00 +0200</pubDate>
                {% for item in items %}
                        <item>
-                               <title>{{ item.subject }}</title>
-                               <link>http://www.ipfire.org/{{ lang }}/news</link>
-                               <author>{{ item.mail }} ({{ item.author }})</author>
-                               <guid>http://www.ipfire.org/{{ lang }}/news#{{ item.id }}</guid>
+                               <title>{{ item.title }}</title>
+                               <link>http://www.ipfire.org/news/{{ item.slug }}</link>
+                               <author>{{ item.author.email }} ({{ item.author.cn }})</author>
+                               <guid>{{ item.uuid }}</guid>
                                <pubDate>{{ item.date }}</pubDate>
                                <description>
                                        <![CDATA[
-                                               {{ item.content }}
+                                               {{ item.text }}
                                        ]]>
                                </description>
                        </item>