File: errors.xml

package info (click to toggle)
darcs 2.0.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,400 kB
  • ctags: 1,048
  • sloc: haskell: 24,937; perl: 9,736; sh: 3,369; ansic: 1,913; makefile: 17; xml: 14
file content (22 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
  HTML templates for all potential error pages.  Each <error> element
  should contain all of the HTML <body> content to be output if that
  error occurs
-->
<errors>
  <error type="invalid-command" title="Invalid command">
    <h1>Invalid command</h1>

    <p>
      The requested command is invalid.
    </p>
  </error>

  <error type="invalid-repository" title="Invalid repository">
    <h1>Invalid repository</h1>

    <p>
      The requested repository does not exist on this server.
    </p>
  </error>
</errors>