templates/atom/changelogentry.tmpl
changeset 5266 46c5e1ee8aaa
child 5267 b962f82cfd61
new file mode 100644
--- /dev/null
+++ b/templates/atom/changelogentry.tmpl
@@ -0,0 +1,16 @@
+ <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">
+   <xhtml:div>
+    <xhtml:pre xml:space="preserve">#desc|escape#</xhtml:pre>
+   </xhtml:div>
+  </content>
+ </entry>