templates/rss/filelogentry.tmpl
author Brendan Cully <brendan@kublai.com>
Sun, 05 Aug 2007 11:30:52 -0700
changeset 5120 514c06098e9c
parent 3423 a2179e78d18b
child 8235 89bc3946c8f3
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}log{#node|short#}/{file|urlescape}</link>
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>