]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/rss.xml
ebb0e3e4b3c8f4ec74e700dc1a94efcdd435e7df
[people/shoehn/ipfire.org.git] / www / templates / rss.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version="2.0">
3 <channel>
4 <title>IPFire.org - News</title>
5 <link>http://www.ipfire.org/</link>
6 <description>IPFire News Feed</description>
7 <language>{{ lang }}</language>
8 <copyright>IPFire-Team</copyright>
9 <pubDate>Thu, 8 Nov 2007 00:00:00 +0200</pubDate>
10 {% for item in items %}
11 <item>
12 <title>{{ item.subject }}</title>
13 <link>http://www.ipfire.org/{{ lang }}/news</link>
14 <author>{{ item.mail }} ({{ item.author }})</author>
15 <guid>http://www.ipfire.org/{{ lang }}/news#{{ item.id }}</guid>
16 <pubDate>{{ item.date }}</pubDate>
17 <description>
18 <![CDATA[
19 {{ item.content }}
20 ]]>
21 </description>
22 </item>
23 {% end %}
24 </channel>
25 </rss>