summaryrefslogtreecommitdiff
path: root/data/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss.xml')
-rw-r--r--data/templates/rss.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
new file mode 100644
index 0000000..62fcc07
--- /dev/null
+++ b/data/templates/rss.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<rss version="2.0">
+ <channel>
+ <title>$title</title>
+ <link>$absolute</link>
+ <description>$description</description>
+ $body
+ </channel>
+</rss>