summaryrefslogtreecommitdiff
path: root/src/templates/apps/room/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps/room/atom.xml')
-rw-r--r--src/templates/apps/room/atom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/templates/apps/room/atom.xml b/src/templates/apps/room/atom.xml
deleted file mode 100644
index 17b36dd..0000000
--- a/src/templates/apps/room/atom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-{% load prefix %}
-<feed xmlns="http://www.w3.org/2005/Atom">
- <title>{{title}}</title>
- <updated>{{rfc3339_date}}</updated>
- <link rel="self" type="application/atom+xml" href="{{baseurl}}/room/+{{tags}}.atom"/>
- <link href="{{baseurl}}/room/+{{tags}}"/>
- {% if rooms %}
- {% for room in rooms %}
- <entry>
- <title>{{room.name}}</title>
- {% if room.description %}
- <summary>{{room.description}}</summary>
- {% endif %}
- <link href="{{room.url}}"/>
- <updated>{{room.updated}}</updated>
- </entry>
- {% endfor %}
- {% endif %}
-</feed> \ No newline at end of file