summaryrefslogtreecommitdiff
path: root/templates/rsspage.tmpl
blob: e7676ebbd11253ceb3ad9aa55d7cf46c6ee0350d (plain)
  1. <?xml version="1.0"?>
  2. <rss version="2.0">
  3. <channel>
  4. <title><TMPL_VAR TITLE ESCAPE=HTML></title>
  5. <link><TMPL_VAR PAGEURL></link>
  6. <description><TMPL_VAR WIKINAME ESCAPE=HTML></description>
  7. <TMPL_VAR CONTENT>
  8. </channel>
  9. </rss>