# HG changeset patch # User Brendan Cully # Date 2006-10-03 00:35:41 # Node ID e281903c9d3213067e8ce0041ebb654959e5d258 # Parent 9d13e21f4e3ce9b21d199e99cae2eee741dd0d9e Move RSS theme into subdirectory diff --git a/templates/map-rss b/templates/map-rss --- a/templates/map-rss +++ b/templates/map-rss @@ -1,8 +1,8 @@ default = 'changelog' -header = header-rss.tmpl -changelog = changelog-rss.tmpl -changelogentry = changelogentry-rss.tmpl -filelog = filelog-rss.tmpl -filelogentry = filelogentry-rss.tmpl -tags = tags-rss.tmpl -tagentry = tagentry-rss.tmpl +header = rss/header.tmpl +changelog = rss/changelog.tmpl +changelogentry = rss/changelogentry.tmpl +filelog = rss/filelog.tmpl +filelogentry = rss/filelogentry.tmpl +tags = rss/tags.tmpl +tagentry = rss/tagentry.tmpl diff --git a/templates/changelog-rss.tmpl b/templates/rss/changelog.tmpl rename from templates/changelog-rss.tmpl rename to templates/rss/changelog.tmpl diff --git a/templates/changelogentry-rss.tmpl b/templates/rss/changelogentry.tmpl rename from templates/changelogentry-rss.tmpl rename to templates/rss/changelogentry.tmpl diff --git a/templates/filelog-rss.tmpl b/templates/rss/filelog.tmpl rename from templates/filelog-rss.tmpl rename to templates/rss/filelog.tmpl diff --git a/templates/filelogentry-rss.tmpl b/templates/rss/filelogentry.tmpl rename from templates/filelogentry-rss.tmpl rename to templates/rss/filelogentry.tmpl diff --git a/templates/header-rss.tmpl b/templates/rss/header.tmpl rename from templates/header-rss.tmpl rename to templates/rss/header.tmpl diff --git a/templates/tagentry-rss.tmpl b/templates/rss/tagentry.tmpl rename from templates/tagentry-rss.tmpl rename to templates/rss/tagentry.tmpl diff --git a/templates/tags-rss.tmpl b/templates/rss/tags.tmpl rename from templates/tags-rss.tmpl rename to templates/rss/tags.tmpl