]> git.cworth.org Git - cworth.org/blob - templates/rsspage.tmpl
Update home page text for the first time in _many_ years
[cworth.org] / 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      xmlns:atom="http://www.w3.org/2005/Atom" >
6 <channel>
7 <title><TMPL_VAR TITLE></title>
8 <link><TMPL_VAR PAGEURL></link>
9 <atom:link href="<TMPL_VAR PAGEURL>index.rss" rel="self" type="application/rss+xml" />
10 <description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
11 <TMPL_VAR CONTENT>
12 </channel>
13 </rss>