comparison templates/rss/filelogentry.tmpl @ 3227:e281903c9d32

Move RSS theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:35:41 -0700
parents templates/filelogentry-rss.tmpl@79fd7a92f3e2
children 57f94c609c43
comparison
equal deleted inserted replaced
3226:9d13e21f4e3c 3227:e281903c9d32
1 <item>
2 <title>#desc|strip|firstline|strip|escape#</title>
3 <link>#url#?f=#node|short#;file=#file|urlescape#</link>
4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
5 <author>#author|obfuscate#</author>
6 <pubDate>#date|rfc822date#</pubDate>>
7 </item>