view mercurial/templates/rss/filelogentry.tmpl @ 26369:4799b5c4aaf4

help: define list of keywords that should be excluded from non-verbose output This list will be reused by the other deprecated/experimental handling.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Sep 2015 11:25:38 +0900
parents 16352b34e32e
children 7817df5585db
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>