view templates/rss/changelogentry.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/changelogentry-rss.tmpl@a91bfbbe88d3
children a2179e78d18b
line wrap: on
line source

<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>