view mercurial/templates/rss/bookmarks.tmpl @ 37100:9e6d3465f17e

url: make logginghttphandler compatible with Python 2.7.6 There wasn't a usable hook point in httplib, so we have to replace connect() to wrap the socket before self._tunnel().
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Mar 2018 13:02:27 +0900
parents b8ede1f79126
children
line wrap: on
line source

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