templates/rss/changelogentry.tmpl
author Brendan Cully <brendan@kublai.com>
Mon, 02 Oct 2006 17:35:41 -0700
changeset 3227 e281903c9d32
parent 1511 templates/changelogentry-rss.tmpl@a91bfbbe88d3
child 3413 a2179e78d18b
permissions -rw-r--r--
Move RSS theme into subdirectory

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