templates/rss/changelogentry.tmpl
author Christian Ebert <blacktrash@gmx.net>
Fri, 04 Jan 2008 18:22:09 +0100
changeset 5815 0637d97a8cb4
parent 3423 a2179e78d18b
child 7750 b03416194895
permissions -rw-r--r--
Add extension for filewise RCS-keyword expansion in working dir - keywords are only expanded working dir, not in change history - completely customizable keywords/expansions based on hg templates - intrusiveness/slowdown can be reduced by specifying precise [keyword] file patterns - can be turned off/on anytime - changesets can be exchanged regardless of remote/local keyword settings

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