]> sipb.mit.edu Git - ikiwiki.git/blob - templates/rsspage.tmpl
ftemplate: field-aware structured template plugin
[ikiwiki.git] / templates / rsspage.tmpl
1 <?xml version="1.0"?>
2 <rss version="2.0"
3      xmlns:dc="http://purl.org/dc/elements/1.1/"
4      xmlns:dcterms="http://purl.org/dc/terms/" >
5 <channel>
6 <title><TMPL_VAR TITLE></title>
7 <link><TMPL_VAR PAGEURL></link>
8 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
9 <TMPL_VAR CONTENT>
10 </channel>
11 </rss>