author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
Sun, 01 Jul 2012 00:04:46 +0900 | |
branch | stable |
changeset 17078 | 737472adce44 |
parent 13858 | 1046cb663776 |
child 18526 | 9409aeaafdc1 |
permissions | -rw-r--r-- |
13858
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
1 |
{header} |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
2 |
<id>{urlbase}{url}</id> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
3 |
<link rel="self" href="{urlbase}{url}atom-bookmarks"/> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
4 |
<link rel="alternate" href="{urlbase}{url}bookmarks"/> |
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> |