diff mercurial/templates/atom/bookmarkentry.tmpl @ 13858:1046cb663776 stable

hgweb: add missing bookmarks templates to atom/rss styles It's already referenced from paper style.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 22:53:19 +0900
parents
children 9409aeaafdc1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mercurial/templates/atom/bookmarkentry.tmpl	Sun Apr 03 22:53:19 2011 +0900
@@ -0,0 +1,8 @@
+ <entry>
+  <title>{bookmark|escape}</title>
+  <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
+  <id>{urlbase}{url}#bookmark-{node}</id>
+  <updated>{date|rfc3339date}</updated>
+  <published>{date|rfc3339date}</published>
+  <content type="text">{bookmark|strip|escape}</content>
+ </entry>