]> sipb.mit.edu Git - ikiwiki.git/blob - templates/rsspage.tmpl
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
[ikiwiki.git] / 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>