view templates/rss/filelogentry.tmpl @ 3460:afb106e08cda

merge with mpm
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sat, 21 Oct 2006 15:22:08 -0400
parents templates/filelogentry-rss.tmpl@f2ebd5251e88 templates/filelogentry-rss.tmpl@a2179e78d18b
children
line wrap: on
line source

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