Added RSS feed to each category
[biaweb2.git] / templates / rss.tpl.xml
diff --git a/templates/rss.tpl.xml b/templates/rss.tpl.xml
new file mode 100644 (file)
index 0000000..d3d49ed
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0">
+<channel>
+    <!-- change title description and link as needed-->
+    <title>My Site</title>
+    <description>Site Description</description>
+    <link>http://my.site</link>
+    <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>
+    {items}
+</channel>
+</rss>
\ No newline at end of file