]> git.donarmstrong.com Git - debbugs.git/blob - html/index.html.in
* Add Debbugs::SOAP::Status
[debbugs.git] / html / index.html.in
1 $gIndexHtml = <<HTML_END
2 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html>
4 <head>
5   <title>$gProject $gBug tracking system</title>
6   <link rev="made" href="mailto:$gMaintainerEmail">
7 </head>
8 <body>
9
10 <h1>$gProject $gBug tracking system main contents page</h1>
11
12 <p>$gProject has a $gBug tracking system (BTS) in which we file
13 details of $gBugs reported by users and developers.  Each $gBug is given a
14 number, and is kept on file until it is marked as having been dealt
15 with.</p>
16
17 $gHTMLCopies
18
19 <h2>Documentation about the $gBug tracking system</h2>
20
21 <ul>
22   <li><a href="Reporting$gHTMLSuffix">Instructions for reporting a $gBug</a>
23   <li><a href="Access$gHTMLSuffix">Ways of accessing the $gBug report logs</a>
24   <li><a href="server-request$gHTMLSuffix">Requesting $gBug reports by email</a>
25 </ul>
26
27 <ul>
28   <li><a href="Developer$gHTMLSuffix">Advanced information on how to use the system</a>
29   <li><a href="server-control$gHTMLSuffix">Information on manipulating $gBugs by email</a>
30   <li><a href="server-refcard$gHTMLSuffix">Mailservers' reference card</a>
31 </ul>
32
33 <h2>Viewing $gBug reports on the WWW</h2>
34
35 <p>Find a bug by <strong>number</strong>:
36   <br>
37   <form method="get" action="http://$gCGIDomain/bugreport.cgi">
38   <input type="text" size="9" name="bug" value="">
39   <input type="submit" value="Find">
40   <input type="checkbox" name="mbox" value="yes"> as mbox
41   </form>
42
43 <form method="get" action="http://$gCGIDomain/pkgreport.cgi">
44 <p>Find bugs by:
45 <input type="radio" name="which" value="pkg" checked><strong>package</strong>
46 <input type="radio" name="which" value="src"><strong>source&nbsp;package</strong>
47 <input type="radio" name="which" value="maint"><strong>maintainer&nbsp;email</strong>
48 <input type="radio" name="which" value="submitter"><strong>submitter&nbsp;email</strong>
49 <input type="radio" name="which" value="tag"><strong>tag</strong>
50 <br>
51 What to search for:<input type="text" name="data" value="" size="50">
52 <input type="submit" value="Find">
53 </form>
54
55 <p>The following bug report indices are available:
56 <ul>
57   <li>Packages with
58       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=pkg">active</a>
59       and
60       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=pkg&amp;archived=yes">archived</a>
61       bug reports.
62   <li>Source packages with
63       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=src">active</a>
64       and
65       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=src&amp;archived=yes">archived</a>
66       bug reports.
67   <li>Maintainers of packages with
68       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=maint">active</a>
69       and
70       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=maint&amp;archived=yes">archived</a>
71       bug reports.
72   <li>Submitters of
73       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=submitter">active</a>
74       and
75       <a href="http://$gCGIDomain/pkgindex.cgi?indexon=submitter&amp;archived=yes">archived</a>
76       bug reports.
77 </ul>
78
79 $gHTMLOtherPages
80
81 $gHTMLTail
82
83 HTML_END