summaryrefslogtreecommitdiff
path: root/default/templates/rss2.feed.xml
blob: 009b31079ed70fd82f7bd2785ae76e2116c62168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="ISO-8859-1"?>
<content type="application/rss+xml">
  <tag>?xml version="1.0"?</tag>
  <rss version="2.0">
    <channel>
      <title>buetow.org Newsfeed</title>
      <hyperlink>http://%%host%%</hyperlink>
      <description>buetow.org - Paul Buetows Tech Newsfeed</description>
      <pubDate>$$!/bin/date$$</pubDate>
      <generator>Xerl Web Engine (http://xerl.buetow.org)</generator>
      <language>en</language>
      <noop>%%content%%</noop>
    </channel>
  </rss>
</content>