templates/rss/error.tmpl
author Sune Foldager <cryo@cyanite.org>
Tue, 10 Feb 2009 14:22:25 +0100
changeset 7750 b03416194895
parent 7748 09bec6fd747c
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
hgweb: add guid to rss items
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     1
{header}
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     2
    <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     3
    <description>Error</description>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     4
    <item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     5
      <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     6
      <description>{error|escape}</description>
7750
b03416194895 hgweb: add guid to rss items
Sune Foldager <cryo@cyanite.org>
parents: 7748
diff changeset
     7
      <guid>http://www.selenic.com/mercurial/#error</guid>
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     8
    </item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     9
  </channel>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    10
</rss>