changeset 1766:93f54a2b3864

tags-rss support; still shows tip
author Peter van Dijk <peter@dataloss.nl>
date Thu, 02 Feb 2006 12:00:45 +0100
parents daff3ef0de8d
children adbc392dfd9e
files templates/map-rss templates/tagentry-rss.tmpl templates/tags-rss.tmpl
diffstat 3 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/templates/map-rss	Mon Jan 30 19:34:35 2006 +1300
+++ b/templates/map-rss	Thu Feb 02 12:00:45 2006 +0100
@@ -4,3 +4,5 @@
 changelogentry = changelogentry-rss.tmpl
 filelog = filelog-rss.tmpl
 filelogentry = filelogentry-rss.tmpl
+tags = tags-rss.tmpl
+tagentry = tagentry-rss.tmpl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/tagentry-rss.tmpl	Thu Feb 02 12:00:45 2006 +0100
@@ -0,0 +1,6 @@
+<item>
+    <title>#tag|escape#</title>
+    <link>#url#?cs=#node|short#</link>
+    <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
+    <pubDate>#date|rfc822date#</pubDate>
+</item>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/tags-rss.tmpl	Thu Feb 02 12:00:45 2006 +0100
@@ -0,0 +1,6 @@
+#header#
+    <title>#repo|escape#: tags </title>
+    <description>#repo|escape# tag history</description>
+    #entries%tagentry#
+  </channel>
+</rss>