author | Augie Fackler <raf@durin42.com> |
Mon, 07 Sep 2020 17:13:45 -0400 | |
changeset 45421 | 0c6b2cc9a7bb |
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> |