templates/atom/changelogentry.tmpl
author Robert Bachmann <rbach@rbach.priv.at>
Thu, 30 Aug 2007 18:55:56 +0200
changeset 5267 b962f82cfd61
parent 5266 46c5e1ee8aaa
permissions -rw-r--r--
Atom support: replaced xhtml namespace prefix with default namespace

 <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>