templates/atom/changelogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Sat, 02 May 2009 19:13:29 +0200
changeset 8277 b9403042968a
parent 8235 89bc3946c8f3
child 8428 5ccca71775e1
permissions -rw-r--r--
write options in "-r/--rev" style in help texts

 <entry>
  <title>#desc|strip|firstline|strip|escape|nonempty#</title>
  <id>{urlbase}{url}#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|nonempty#</pre>
   </div>
  </content>
 </entry>