author | Pulkit Goyal <pulkit@yandex-team.ru> |
Wed, 10 Oct 2018 17:36:59 +0300 | |
changeset 40337 | cb516a854bc7 |
parent 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 |
<item> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
2 |
<title>{bookmark|escape}</title> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
13858
diff
changeset
|
3 |
<link>{urlbase}{url|urlescape}rev/{node|short}</link> |
13858
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
4 |
<description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
5 |
<pubDate>{date|rfc822date}</pubDate> |
1046cb663776
hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff
changeset
|
6 |
</item> |