summaryrefslogtreecommitdiff
path: root/default/templates/rss2.feed.xml
diff options
context:
space:
mode:
authoradmin (alphacentauri) <default@mx.buetow.org>2017-02-12 13:14:07 +0000
committeradmin (alphacentauri) <default@mx.buetow.org>2017-02-12 13:14:07 +0000
commit3e65cce0ec33e290cf45b7cc9e661977bb225810 (patch)
treeef49259a7ccdeb9525c0600091d8cacee3b9876e /default/templates/rss2.feed.xml
parent2f299cb1293cafd7dcdf2e574ecc624540d7feff (diff)
parent2b40c40f32cecf6c3a82a0e88c0459084e73011a (diff)
Merge remote-tracking branch 'remotes/github/hosts' into hosts
Diffstat (limited to 'default/templates/rss2.feed.xml')
-rw-r--r--default/templates/rss2.feed.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/default/templates/rss2.feed.xml b/default/templates/rss2.feed.xml
new file mode 100644
index 0000000..dfa5515
--- /dev/null
+++ b/default/templates/rss2.feed.xml
@@ -0,0 +1,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 (http://xerl.buetow.org)</generator>
+ <language>en</language>
+ <noop>%%content%%</noop>
+ </channel>
+ </rss>
+</content>