Mercurial > hg
view templates/atom/changelogentry.tmpl @ 9441:25c41ddb3978
win32mbcs: wrap util.pconvert, not windows.pconvert (issue1828)
author | Shun-ichi GOTO <shunichi.goto@gmail.com> |
---|---|
date | Wed, 09 Sep 2009 18:38:39 +0900 |
parents | 5ccca71775e1 |
children | 3b93032516b3 |
line wrap: on
line source
<entry> <title>{desc|strip|firstline|strip|escape|nonempty}</title> <id>{urlbase}{url}#changeset-{node}</id> <link href="{urlbase}{url}rev/{node}"/> <author> <name>{author|person|escape}</name> <email>{author|email|obfuscate}</email> </author> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <pre xml:space="preserve">{desc|escape|nonempty}</pre> </div> </content> </entry>