Mercurial > hg
view templates/atom/changelogentry.tmpl @ 6393:894875eae49b
hgweb: refactor hgweb code
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Fri, 28 Mar 2008 19:40:44 +0100 |
parents | b962f82cfd61 |
children | d5662e939893 |
line wrap: on
line source
<entry> <title>#desc|strip|firstline|strip|escape#</title> <id>http://www.selenic.com/mercurial/#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#</pre> </div> </content> </entry>