summaryrefslogtreecommitdiff
path: root/mercurial/templates/rss/changelogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/rss/changelogentry.tmpl')
-rw-r--r--mercurial/templates/rss/changelogentry.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/mercurial/templates/rss/changelogentry.tmpl b/mercurial/templates/rss/changelogentry.tmpl
new file mode 100644
index 0000000..12fe8e0
--- /dev/null
+++ b/mercurial/templates/rss/changelogentry.tmpl
@@ -0,0 +1,7 @@
+<item>
+ <title>{desc|strip|firstline|strip|escape}</title>
+ <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
+ <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
+ <author>{author|obfuscate}</author>
+ <pubDate>{date|rfc822date}</pubDate>
+</item>