# HG changeset patch # User Peter van Dijk # Date 1138878045 -3600 # Node ID 93f54a2b386417596e4a33465bb2152c9464a617 # Parent daff3ef0de8d5202952898529c83d569f1557fb1 tags-rss support; still shows tip diff -r daff3ef0de8d -r 93f54a2b3864 templates/map-rss --- a/templates/map-rss Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/map-rss Thu Feb 02 12:00:45 2006 +0100 @@ -4,3 +4,5 @@ changelogentry = changelogentry-rss.tmpl filelog = filelog-rss.tmpl filelogentry = filelogentry-rss.tmpl +tags = tags-rss.tmpl +tagentry = tagentry-rss.tmpl diff -r daff3ef0de8d -r 93f54a2b3864 templates/tagentry-rss.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/tagentry-rss.tmpl Thu Feb 02 12:00:45 2006 +0100 @@ -0,0 +1,6 @@ + + #tag|escape# + #url#?cs=#node|short# + + #date|rfc822date# + diff -r daff3ef0de8d -r 93f54a2b3864 templates/tags-rss.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/tags-rss.tmpl Thu Feb 02 12:00:45 2006 +0100 @@ -0,0 +1,6 @@ +#header# + #repo|escape#: tags + #repo|escape# tag history + #entries%tagentry# + +