]> git.cworth.org Git - cworth.org/blobdiff - templates/rsspage.tmpl
Update home page text for the first time in _many_ years
[cworth.org] / templates / rsspage.tmpl
index 6520dff000d15c7868b69c9963ed41eca0d1ba28..92b343c589028575e568927b964f11e9c3860682 100644 (file)
@@ -1,9 +1,13 @@
 <?xml version="1.0"?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<rss version="2.0"
+     xmlns:dc="http://purl.org/dc/elements/1.1/"
+     xmlns:dcterms="http://purl.org/dc/terms/"
+     xmlns:atom="http://www.w3.org/2005/Atom" >
 <channel>
-<title type="html"><TMPL_VAR TITLE ESCAPE=HTML></title>
+<title><TMPL_VAR TITLE></title>
 <link><TMPL_VAR PAGEURL></link>
-<description type="html"><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
+<atom:link href="<TMPL_VAR PAGEURL>index.rss" rel="self" type="application/rss+xml" />
+<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
 <TMPL_VAR CONTENT>
 </channel>
 </rss>