templates/rss/changelogentry.tmpl
changeset 3235 e281903c9d32
parent 1511 a91bfbbe88d3
child 3423 a2179e78d18b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/changelogentry.tmpl	Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,7 @@
+<item>
+    <title>#desc|strip|firstline|strip|escape#</title>
+    <link>#url#?cs=#node|short#</link>
+    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
+    <author>#author|obfuscate#</author>
+    <pubDate>#date|rfc822date#</pubDate>
+</item>