]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/rss20.xml.tmpl
More django templates
[deb/hackedgotchi.git] / templates / rss20.xml.tmpl
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl
deleted file mode 100644 (file)
index 3f3abcf..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<rss version="2.0">
-
-<channel>
-       <title><TMPL_VAR name></title>
-       <link><TMPL_VAR link ESCAPE="HTML"></link>
-       <language>en</language>
-       <description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
-
-<TMPL_LOOP Items>
-<item>
-       <title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
-       <guid><TMPL_VAR id ESCAPE="HTML"></guid>
-       <link><TMPL_VAR link ESCAPE="HTML"></link>
-    <TMPL_IF content>
-    <description><TMPL_IF channel_face>&lt;img src=&quot;http://planet.debian.org/heads/<TMPL_VAR channel_face ESCAPE="HTML">&quot; width=&quot;<TMPL_VAR channel_facewidth>&quot; height=&quot;<TMPL_VAR channel_faceheight>&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>
-       <TMPL_IF author_email>
-       <TMPL_IF author_name>
-       <author><TMPL_VAR author_email ESCAPE="HTML"> (<TMPL_VAR author_name ESCAPE="HTML">)</author>
-       <TMPL_ELSE>
-       <author><TMPL_VAR author_email ESCAPE="HTML"></author>
-       </TMPL_IF>
-       </TMPL_IF>
-</item>
-</TMPL_LOOP>
-
-</channel>
-</rss>