hgweb: add rss error template
authorSune Foldager <cryo@cyanite.org>
Tue, 10 Feb 2009 14:20:42 +0100
changeset 7748 09bec6fd747c
parent 7747 5f7512f680cb
child 7749 f32af51aaee5
hgweb: add rss error template
templates/rss/error.tmpl
templates/rss/map
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/rss/error.tmpl	Tue Feb 10 14:20:42 2009 +0100
@@ -0,0 +1,9 @@
+{header}
+    <title>Error</title>
+    <description>Error</description>
+    <item>
+      <title>Error</title>
+      <description>{error|escape}</description>
+    </item>
+  </channel>
+</rss>
--- a/templates/rss/map	Mon Feb 09 19:00:55 2009 +0100
+++ b/templates/rss/map	Tue Feb 10 14:20:42 2009 +0100
@@ -7,3 +7,4 @@
 filelogentry = filelogentry.tmpl
 tags = tags.tmpl
 tagentry = tagentry.tmpl
+error = error.tmpl