mercurial/templates/rss/filelogentry.tmpl
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 15 Feb 2010 16:34:59 -0200
branchstable
changeset 10483 c315125d0a39
parent 9999 f91e5630ce7e
child 13547 a2dc8819bb0d
permissions -rw-r--r--
i18n-pt_BR: synchronized with 44b4a2a31623

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