view 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 source

 <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>