summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss20.xml.tmpl')
-rw-r--r--templates/rss20.xml.tmpl24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl
deleted file mode 100644
index 8cab2ca..0000000
--- a/templates/rss20.xml.tmpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
-
-<channel>
- <title><TMPL_VAR name></title>
- <link><TMPL_VAR link ESCAPE="HTML"></link>
- <language>en</language>
- <description><TMPL_VAR name> - <TMPL_VAR link ESCAPE="HTML"></description>
-
-<TMPL_LOOP Items>
-<item>
- <title><TMPL_VAR channel_name><TMPL_IF title>: <TMPL_VAR title ESCAPE="HTML"></TMPL_IF></title>
- <guid isPermaLink="false"><TMPL_VAR id ESCAPE="HTML"></guid>
- <link><TMPL_VAR link ESCAPE="HTML"></link>
- <TMPL_IF content>
- <description><TMPL_IF channel_gravatar>&lt;img src=&quot;https://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&amp;r=pg&amp;d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>larrythecow.gif</TMPL_IF>&quot; alt=&quot;&quot; align=&quot;right&quot; style=&quot;float: right;&quot;&gt;</TMPL_IF><TMPL_VAR content ESCAPE="HTML"></description>
- </TMPL_IF>
- <pubDate><TMPL_VAR date_822></pubDate>
- <dc:creator><TMPL_VAR channel_name> (<TMPL_VAR channel_username>)</dc:creator>
-</item>
-</TMPL_LOOP>
-
-</channel>
-</rss>