summaryrefslogtreecommitdiff
path: root/default/templates/rss2.feed.xml
blob: fb42a3028c60178ea4624ffc2cb9c253a7f64cc5 (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 C. Buetows Tech Newsfeed</description>
      <pubDate>$$!/bin/date$$</pubDate>
      <generator>Xerl Web Engine (https://xerl.buetow.org)</generator>
      <language>en</language>
      <noop>%%content%%</noop>
    </channel>
  </rss>
</content>