templates/rss/changelogentry.tmpl
author Brendan Cully <brendan@kublai.com>
Sun, 05 Aug 2007 11:30:52 -0700
changeset 5120 514c06098e9c
parent 3423 a2179e78d18b
child 7750 b03416194895
permissions -rw-r--r--
convert: svn: pull up path to file expansion code into separate function. This is part of the process for deferring path expansion until getchanges. Copy detection also needs to be moved out of the commit object.

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