annotate mercurial/templates/atom/bookmarks.tmpl @ 19726:b3c8c6f2b5c1

parsers: use Py_INCREF safely
author Bryan O'Sullivan <bryano@fb.com>
date Mon, 16 Sep 2013 12:12:37 -0700
parents 9409aeaafdc1
children 80e922479891
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13858
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
1 {header}
18526
9409aeaafdc1 hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents: 13858
diff changeset
2 <id>{urlbase}{url|urlescape}</id>
9409aeaafdc1 hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents: 13858
diff changeset
3 <link rel="self" href="{urlbase}{url|urlescape}atom-bookmarks"/>
9409aeaafdc1 hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents: 13858
diff changeset
4 <link rel="alternate" href="{urlbase}{url|urlescape}bookmarks"/>
13858
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
5 <title>{repo|escape}: bookmarks</title>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
6 <summary>{repo|escape} bookmark history</summary>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
7 <author><name>Mercurial SCM</name></author>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
8 {latestentry%feedupdated}
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
9
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
10 {entries%bookmarkentry}
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
11 </feed>