diff templates/tagentry-rss.tmpl @ 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
children
line wrap: on
line diff
--- /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>