]> git.cworth.org Git - cworth.org/blobdiff - templates/rsspage.tmpl
Add templates to revision control, and configure to use these.
[cworth.org] / templates / rsspage.tmpl
diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl
new file mode 100644 (file)
index 0000000..38f9b16
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<channel>
+<title><TMPL_VAR TITLE ESCAPE=HTML></title>
+<link><TMPL_VAR PAGEURL></link>
+<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
+<TMPL_VAR CONTENT>
+</channel>
+</rss>