comparison templates/atom/changelogentry.tmpl @ 5266:46c5e1ee8aaa

Added support for the Atom syndication format
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 16:42:17 +0200
parents
children b962f82cfd61
comparison
equal deleted inserted replaced
5265:980da86fc66a 5266:46c5e1ee8aaa
1 <entry>
2 <title>#desc|strip|firstline|strip|escape#</title>
3 <id>http://www.selenic.com/mercurial/#changeset-{node}</id>
4 <link href="{urlbase}{url}rev/{node}"/>
5 <author>
6 <name>#author|person|escape#</name>
7 <email>#author|email|obfuscate#</email>
8 </author>
9 <updated>#date|rfc3339date#</updated>
10 <published>#date|rfc3339date#</published>
11 <content type="xhtml">
12 <xhtml:div>
13 <xhtml:pre xml:space="preserve">#desc|escape#</xhtml:pre>
14 </xhtml:div>
15 </content>
16 </entry>