Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/atom/tagentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/atom/tagentry.tmpl')
-rw-r--r--websdk/mercurial/templates/atom/tagentry.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/atom/tagentry.tmpl b/websdk/mercurial/templates/atom/tagentry.tmpl
new file mode 100644
index 0000000..857df12
--- /dev/null
+++ b/websdk/mercurial/templates/atom/tagentry.tmpl
@@ -0,0 +1,8 @@
+ <entry>
+ <title>{tag|escape}</title>
+ <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
+ <id>{urlbase}{url}#tag-{node}</id>
+ <updated>{date|rfc3339date}</updated>
+ <published>{date|rfc3339date}</published>
+ <content type="text">{tag|strip|escape}</content>
+ </entry>