templates/atom/changelogentry.tmpl
changeset 5266 46c5e1ee8aaa
child 5267 b962f82cfd61
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>