view templates/rss/changelogentry.tmpl @ 4402:d1dd16256114

Update Windows build instructions.
author Lee Cantey <lcantey@gmail.com>
date Thu, 03 May 2007 14:09:09 -0700
parents a2179e78d18b
children
line wrap: on
line source

<item>
    <title>#desc|strip|firstline|strip|escape#</title>
    <link>{urlbase}{url}rev/{node|short}</link>
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>