summaryrefslogtreecommitdiff
path: root/src/templates/apps/room/rss2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps/room/rss2.xml')
-rw-r--r--src/templates/apps/room/rss2.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/templates/apps/room/rss2.xml b/src/templates/apps/room/rss2.xml
deleted file mode 100644
index 24a3189..0000000
--- a/src/templates/apps/room/rss2.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>
- <title>{{title}}</title>
- <description>{{description}}</description>
- <!-- {{tags}} -->
- <lastBuildDate>{{rfc822_date}}</lastBuildDate>
- <link>{{baseurl}}/room/+{{tags}}</link>
- <atom:link rel="self" type="application/rss+xml" href="{{baseurl}}/room/+{{tags}}.rss"/>
- {% if rooms %}
- {% for room in rooms %}
- <item>
- <title>{{room.name}}</title>
- {% if room.description %}
- <description>{{room.description}}</description>
- {% endif %}
- <link>{{room.url}}</link>
- </item>
- {% endfor %}
- {% endif %}
- </channel>
-</rss> \ No newline at end of file