]> 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 34c1a33ce290c8b151a938359c78e61053fc81c3..92b343c589028575e568927b964f11e9c3860682 100644 (file)
@@ -1,8 +1,12 @@
 <?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><TMPL_VAR TITLE></title>
 <link><TMPL_VAR PAGEURL></link>
+<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>