]> git.cworth.org Git - cworth.org/blob - templates/rsspage.tmpl
Add templates to revision control, and configure to use these.
[cworth.org] / templates / rsspage.tmpl
1 <?xml version="1.0"?>
2 <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
3 <channel>
4 <title><TMPL_VAR TITLE ESCAPE=HTML></title>
5 <link><TMPL_VAR PAGEURL></link>
6 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
7 <TMPL_VAR CONTENT>
8 </channel>
9 </rss>