view mercurial/templates/rss/bookmarks.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 b8ede1f79126
line wrap: on
line source

{header}
    <title>{repo|escape}: bookmarks </title>
    <description>{repo|escape} bookmark history</description>
    {entries%bookmarkentry}
  </channel>
</rss>