sapling/templates/atom/changelogentry.tmpl
2009-03-16 17:21:06 -05:00

17 lines
490 B
Cheetah

<entry>
<title>#desc|strip|firstline|strip|escape#</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#</pre>
</div>
</content>
</entry>