changeset 7748:09bec6fd747c

hgweb: add rss error template
author Sune Foldager <cryo@cyanite.org>
date Tue, 10 Feb 2009 14:20:42 +0100
parents 5f7512f680cb
children f32af51aaee5
files templates/rss/error.tmpl templates/rss/map
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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