view templates/atom/changelogentry.tmpl @ 7747:5f7512f680cb

hgk: added explanation to .hgk for background colour
author Robert Bauck Hamar <r.b.hamar@usit.uio.no>
date Mon, 09 Feb 2009 19:00:55 +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>