Added RSS feed to each category
[biaweb2.git] / templates / rssitem.tpl.xml
diff --git a/templates/rssitem.tpl.xml b/templates/rssitem.tpl.xml
new file mode 100644 (file)
index 0000000..b7bdfa1
--- /dev/null
@@ -0,0 +1,9 @@
+    <item>
+    <title>{title}</title>
+    <description>{description}</description>
+    <!-- change http://my.site to your actual site URL -->
+    <!-- don't touch anything within the curly braces-->
+    <link>http://my.site/{url}</link>
+    <guid isPermaLink="false">http://my.site/{url}</guid>
+    <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>
+    </item>
\ No newline at end of file