summaryrefslogtreecommitdiff
path: root/src/templates/apps/room/rss2.xml
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-05-12 22:29:57 +0200
committerLeif Johansson <leifj@sunet.se>2011-05-12 22:29:57 +0200
commit5215bb53b44b434d4077f482739de101cb702add (patch)
tree256a7ba4b4053e106fab9f89750eabc211ad76ea /src/templates/apps/room/rss2.xml
parentaff6324de9dfc5362e14e9bd1d326d696c177fac (diff)
make more rss readers happy
Diffstat (limited to 'src/templates/apps/room/rss2.xml')
-rw-r--r--src/templates/apps/room/rss2.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/apps/room/rss2.xml b/src/templates/apps/room/rss2.xml
index 7d846db..a4a3254 100644
--- a/src/templates/apps/room/rss2.xml
+++ b/src/templates/apps/room/rss2.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
{% load prefix %}
<rss version="2.0"
+ xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
@@ -9,6 +10,7 @@
<!-- {{tags}} -->
<lastBuildDate>{{date}}</lastBuildDate>
<link>{{baseurl}}/room/+{{tags}}</link>
+ <atom:link rel="self">{{baseurl}}/room/+{{tags}}.rss</atom:link>
{% if rooms %}
{% for room in rooms %}
<item>