templates/rss/filelogentry.tmpl
author Alex Unden <alu@zpuppet.org>
Fri, 27 Feb 2009 02:01:45 -0800
changeset 7817 cb516e788238
parent 3423 a2179e78d18b
child 8235 89bc3946c8f3
permissions -rw-r--r--
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set

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