]> sipb.mit.edu Git - ikiwiki.git/blob - templates/rsspage.tmpl
Merge branch 'master' into fancypodcast
[ikiwiki.git] / templates / rsspage.tmpl
1 <?xml version="1.0"?>
2 <rss version="2.0"
3      xmlns:atom="http://www.w3.org/2005/Atom"
4      xmlns:dc="http://purl.org/dc/elements/1.1/"
5      xmlns:dcterms="http://purl.org/dc/terms/" >
6 <channel>
7 <title><TMPL_VAR TITLE></title>
8 <link><TMPL_VAR PAGEURL></link>
9 <atom:link href="<TMPL_VAR FEEDURL>" rel="self" type="application/rss+xml" />
10 <TMPL_IF COPYRIGHT>
11 <copyright><TMPL_VAR COPYRIGHT ESCAPE=HTML></copyright>
12 </TMPL_IF>
13 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
14 <generator>ikiwiki</generator>
15 <pubDate><TMPL_VAR FEEDDATE_822></pubDate>
16 <TMPL_VAR CONTENT>
17 </channel>
18 </rss>