author | Gregory Szorc <gregory.szorc@gmail.com> |
Tue, 19 Jul 2016 10:15:35 -0700 | |
branch | stable |
changeset 29613 | 616cbcb59e05 |
parent 29435 | b8ede1f79126 |
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} |
29435
b8ede1f79126
hgweb: remove a couple of superfluous spaces in rss style
Anton Shestakov <av6@dwimlabs.net>
parents:
13858
diff
changeset
|
2 |
<title>{repo|escape}: bookmarks</title> |
13858
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
3 |
<description>{repo|escape} bookmark history</description> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
4 |
{entries%bookmarkentry} |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
5 |
</channel> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
6 |
</rss> |