Skip to content
Snippets Groups Projects
Commit 1046cb66 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

hgweb: add missing bookmarks templates to atom/rss styles

It's already referenced from paper style.
parent f911b1de
No related branches found
No related tags found
Loading
<entry>
<title>{bookmark|escape}</title>
<link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
<id>{urlbase}{url}#bookmark-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{bookmark|strip|escape}</content>
</entry>
{header}
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-bookmarks"/>
<link rel="alternate" href="{urlbase}{url}bookmarks"/>
<title>{repo|escape}: bookmarks</title>
<summary>{repo|escape} bookmark history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%bookmarkentry}
</feed>
......@@ -8,4 +8,6 @@
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
bookmarks = bookmarks.tmpl
bookmarkentry = bookmarkentry.tmpl
error = error.tmpl
<item>
<title>{bookmark|escape}</title>
<link>{urlbase}{url}rev/{node|short}</link>
<description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
</item>
{header}
<title>{repo|escape}: bookmarks </title>
<description>{repo|escape} bookmark history</description>
{entries%bookmarkentry}
</channel>
</rss>
......@@ -7,4 +7,6 @@
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
bookmarks = bookmarks.tmpl
bookmarkentry = bookmarkentry.tmpl
error = error.tmpl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment