--- a/templates/changelog-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#header#
- <title>#repo|escape# Changelog</title>
- <description>#repo|escape# Changelog</description>
- #entries%changelogentry#
- </channel>
-</rss>
\ No newline at end of file
--- a/templates/changelogentry-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<item>
- <title>#desc|strip|firstline|strip|escape#</title>
- <link>#url#?cs=#node|short#</link>
- <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
- <author>#author|obfuscate#</author>
- <pubDate>#date|rfc822date#</pubDate>
-</item>
--- a/templates/filelog-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#header#
- <title>#repo|escape#: #file|escape# history</title>
- <description>#file|escape# revision history</description>
- #entries%filelogentry#
- </channel>
-</rss>
--- a/templates/filelogentry-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<item>
- <title>#desc|strip|firstline|strip|escape#</title>
- <link>#url#?f=#node|short#;file=#file|urlescape#</link>
- <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
- <author>#author|obfuscate#</author>
- <pubDate>#date|rfc822date#</pubDate>>
-</item>
--- a/templates/header-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Content-type: text/xml
-
-<rss version="2.0">
- <channel>
- <link>#url#</link>
- <language>en-us</language>
--- a/templates/map-rss Mon Oct 02 17:30:45 2006 -0700
+++ b/templates/map-rss Mon Oct 02 17:35:41 2006 -0700
@@ -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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/changelog.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,6 @@
+#header#
+ <title>#repo|escape# Changelog</title>
+ <description>#repo|escape# Changelog</description>
+ #entries%changelogentry#
+ </channel>
+</rss>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/changelogentry.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,7 @@
+<item>
+ <title>#desc|strip|firstline|strip|escape#</title>
+ <link>#url#?cs=#node|short#</link>
+ <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
+ <author>#author|obfuscate#</author>
+ <pubDate>#date|rfc822date#</pubDate>
+</item>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/filelog.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,6 @@
+#header#
+ <title>#repo|escape#: #file|escape# history</title>
+ <description>#file|escape# revision history</description>
+ #entries%filelogentry#
+ </channel>
+</rss>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/filelogentry.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,7 @@
+<item>
+ <title>#desc|strip|firstline|strip|escape#</title>
+ <link>#url#?f=#node|short#;file=#file|urlescape#</link>
+ <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
+ <author>#author|obfuscate#</author>
+ <pubDate>#date|rfc822date#</pubDate>>
+</item>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/header.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,6 @@
+Content-type: text/xml
+
+<rss version="2.0">
+ <channel>
+ <link>#url#</link>
+ <language>en-us</language>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/tagentry.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,6 @@
+<item>
+ <title>#tag|escape#</title>
+ <link>#url#?cs=#node|short#</link>
+ <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
+ <pubDate>#date|rfc822date#</pubDate>
+</item>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/tags.tmpl Mon Oct 02 17:35:41 2006 -0700
@@ -0,0 +1,6 @@
+#header#
+ <title>#repo|escape#: tags </title>
+ <description>#repo|escape# tag history</description>
+ #entriesnotip%tagentry#
+ </channel>
+</rss>
--- a/templates/tagentry-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<item>
- <title>#tag|escape#</title>
- <link>#url#?cs=#node|short#</link>
- <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
- <pubDate>#date|rfc822date#</pubDate>
-</item>
--- a/templates/tags-rss.tmpl Mon Oct 02 17:30:45 2006 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#header#
- <title>#repo|escape#: tags </title>
- <description>#repo|escape# tag history</description>
- #entriesnotip%tagentry#
- </channel>
-</rss>