Show More
@@ -0,0 +1,8 | |||||
|
1 | <entry> | |||
|
2 | <title>{bookmark|escape}</title> | |||
|
3 | <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/> | |||
|
4 | <id>{urlbase}{url}#bookmark-{node}</id> | |||
|
5 | <updated>{date|rfc3339date}</updated> | |||
|
6 | <published>{date|rfc3339date}</published> | |||
|
7 | <content type="text">{bookmark|strip|escape}</content> | |||
|
8 | </entry> |
@@ -0,0 +1,11 | |||||
|
1 | {header} | |||
|
2 | <id>{urlbase}{url}</id> | |||
|
3 | <link rel="self" href="{urlbase}{url}atom-bookmarks"/> | |||
|
4 | <link rel="alternate" href="{urlbase}{url}bookmarks"/> | |||
|
5 | <title>{repo|escape}: bookmarks</title> | |||
|
6 | <summary>{repo|escape} bookmark history</summary> | |||
|
7 | <author><name>Mercurial SCM</name></author> | |||
|
8 | {latestentry%feedupdated} | |||
|
9 | ||||
|
10 | {entries%bookmarkentry} | |||
|
11 | </feed> |
@@ -0,0 +1,6 | |||||
|
1 | <item> | |||
|
2 | <title>{bookmark|escape}</title> | |||
|
3 | <link>{urlbase}{url}rev/{node|short}</link> | |||
|
4 | <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description> | |||
|
5 | <pubDate>{date|rfc822date}</pubDate> | |||
|
6 | </item> |
@@ -0,0 +1,6 | |||||
|
1 | {header} | |||
|
2 | <title>{repo|escape}: bookmarks </title> | |||
|
3 | <description>{repo|escape} bookmark history</description> | |||
|
4 | {entries%bookmarkentry} | |||
|
5 | </channel> | |||
|
6 | </rss> |
@@ -1,11 +1,13 | |||||
1 | default = 'changelog' |
|
1 | default = 'changelog' | |
2 | feedupdated = '<updated>{date|rfc3339date}</updated>' |
|
2 | feedupdated = '<updated>{date|rfc3339date}</updated>' | |
3 | mimetype = 'application/atom+xml; charset={encoding}' |
|
3 | mimetype = 'application/atom+xml; charset={encoding}' | |
4 | header = header.tmpl |
|
4 | header = header.tmpl | |
5 | changelog = changelog.tmpl |
|
5 | changelog = changelog.tmpl | |
6 | changelogentry = changelogentry.tmpl |
|
6 | changelogentry = changelogentry.tmpl | |
7 | filelog = filelog.tmpl |
|
7 | filelog = filelog.tmpl | |
8 | filelogentry = filelogentry.tmpl |
|
8 | filelogentry = filelogentry.tmpl | |
9 | tags = tags.tmpl |
|
9 | tags = tags.tmpl | |
10 | tagentry = tagentry.tmpl |
|
10 | tagentry = tagentry.tmpl | |
|
11 | bookmarks = bookmarks.tmpl | |||
|
12 | bookmarkentry = bookmarkentry.tmpl | |||
11 | error = error.tmpl |
|
13 | error = error.tmpl |
@@ -1,10 +1,12 | |||||
1 | default = 'changelog' |
|
1 | default = 'changelog' | |
2 | mimetype = 'text/xml; charset={encoding}' |
|
2 | mimetype = 'text/xml; charset={encoding}' | |
3 | header = header.tmpl |
|
3 | header = header.tmpl | |
4 | changelog = changelog.tmpl |
|
4 | changelog = changelog.tmpl | |
5 | changelogentry = changelogentry.tmpl |
|
5 | changelogentry = changelogentry.tmpl | |
6 | filelog = filelog.tmpl |
|
6 | filelog = filelog.tmpl | |
7 | filelogentry = filelogentry.tmpl |
|
7 | filelogentry = filelogentry.tmpl | |
8 | tags = tags.tmpl |
|
8 | tags = tags.tmpl | |
9 | tagentry = tagentry.tmpl |
|
9 | tagentry = tagentry.tmpl | |
|
10 | bookmarks = bookmarks.tmpl | |||
|
11 | bookmarkentry = bookmarkentry.tmpl | |||
10 | error = error.tmpl |
|
12 | error = error.tmpl |
General Comments 0
You need to be logged in to leave comments.
Login now