templates/filelogentry-rss.tmpl
author Jeff Sipek <jeffpc@optonline.net>
Mon, 08 Aug 2005 19:49:34 -0800
changeset 857 41b344235bb7
parent 814 0902ffece4b4
child 1410 17703aa4491e
permissions -rw-r--r--
[PATCH] Propagate the template map though recursively This patch allows propagates the template map though recursively though all the templates. This allows for some hgweb template cleanup patches as well as it makes writing new skins/themes for hgweb much much easier. (I'm planing to write several basic ones.)

<item>
    <title>#desc|firstline|escape#</title>
    <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
    <description><![CDATA[#desc|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>>
</item>