mercurial/templates/rss/bookmarks.tmpl
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Apr 2011 22:53:19 +0900
branchstable
changeset 13858 1046cb663776
child 29435 b8ede1f79126
permissions -rw-r--r--
hgweb: add missing bookmarks templates to atom/rss styles It's already referenced from paper style.

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