Initial patch.
[vuplus_webkit] / Websites / planet.webkit.org / templates / rss20.xml.tmpl
diff --git a/Websites/planet.webkit.org/templates/rss20.xml.tmpl b/Websites/planet.webkit.org/templates/rss20.xml.tmpl
new file mode 100644 (file)
index 0000000..81cbffb
--- /dev/null
@@ -0,0 +1,30 @@
+<?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_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> (<TMPL_VAR author_name>)</author>
+       <TMPL_ELSE>
+       <author><TMPL_VAR author_email></author>
+       </TMPL_IF>
+       </TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</channel>
+</rss>