##// END OF EJS Templates
Added support for the Atom syndication format
Added support for the Atom syndication format

File last commit:

r5269:46c5e1ee default
r5269:46c5e1ee default
Show More
changelogentry.tmpl
16 lines | 496 B | application/x-cheetah | CheetahLexer
<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">
<xhtml:div>
<xhtml:pre xml:space="preserve">#desc|escape#</xhtml:pre>
</xhtml:div>
</content>
</entry>