templates/atom/changelogentry.tmpl
author Jens Bäckman <jens.backman@gmail.com>
Sun, 22 Nov 2009 19:37:19 +0100
changeset 9907 f1ee8009fe10
parent 9581 3b93032516b3
permissions -rw-r--r--
i18n-sv: translated seven commands These commands has been translated: addremove, archive, backout, config, unbundle, verify, version

 <entry>
  <title>{desc|strip|firstline|strip|escape|nonempty}</title>
  <id>{urlbase}{url}#changeset-{node}</id>
  <link href="{urlbase}{url}rev/{node|short}"/>
  <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>