templates/rss/changelogentry.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 19 Oct 2008 20:16:37 +0200
changeset 7174 4da87407b845
parent 3423 a2179e78d18b
child 7750 b03416194895
permissions -rw-r--r--
parsers.c: fix integer overflows thanks to zzuf for helping finding those

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