]> git.donarmstrong.com Git - debbugs.git/blob - html/index.html.in
[project @ 2000-10-08 15:11:45 by joy]
[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>$gProjectTitle has a $gBug tracking system which files details of $gBugs
13 reported by users and developers.  Each $gBug is given a number, and is kept
14 on file until it is marked as having been dealt with.
15
16 $gHTMLCopies
17
18 <h2>Documentation about the $gBug tracking system</h2>
19
20 <ul>
21   <li><a href="Reporting.html">Instructions for reporting a $gBug.</a>
22   <li><a href="Access.html">Ways of accessing the $gBug reporting logs.</a>
23   <li><a href="server-request.html">Requesting $gBug reports by email.</a>
24   <li><a href="Developer.html">Developers' information on how to use the system.</a>
25   <li><a href="server-control.html">Developers' information on manipulating $gBugs by email.</a>
26   <li><a href="server-refcard.html">Mailservers' reference card.</a>
27 </ul>
28
29 <h2>Reviewing $gBug reports on the WWW</h2>
30
31 <ul>
32   <li><a href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</a>
33   <li><a href="db/ix/packages.html">Index of packages with $gBug reports.</a>
34   <li><a href="db/ix/maintainers.html">Index of maintainers of packages with $gBug reports.</a>
35   <li>Outstanding
36     <a href="db/si/pendingcritical.html">critical</a>,
37     <a href="db/si/pendinggrave.html">grave</a>,
38     <a href="db/si/pendingnormal.html">normal</a> and
39     <a href="db/si/pendingfixed.html">fixed</a> $gBugs and
40     <a href="db/si/pendingwishlist.html">wishlist</a> items.
41   <li>Forwarded
42     <a href="db/si/forwardedcritical.html">critical</a>,
43     <a href="db/si/forwardedgrave.html">grave</a>,
44     <a href="db/si/forwardednormal.html">normal</a> and
45     <a href="db/si/forwardedfixed.html">fixed</a> $gBugs and
46     <a href="db/si/forwardedwishlist.html">wishlist</a> items.
47   <li>Resolved
48     <a href="db/si/donecritical.html">critical</a>,
49     <a href="db/si/donegrave.html">grave</a>,
50     <a href="db/si/donenormal.html">normal</a> and
51     <a href="db/si/donefixed.html">fixed</a> $gBugs and
52     <a href="db/si/donewishlist.html">wishlist</a> items.
53   <li><a href="db/ix/psummary.html">Summary of outstanding reports, sorted by package.</a>
54   <li><a href="db/ix/summary.html">Summary of outstanding reports, sorted by number.</a>
55   <li><a href="db/ju/junk.html">Logs not associated with a particular $gBug report.</a>
56   <li><a href="db/ix/zstamp.html">Time stamp page (for checking that mirror is current).</a>
57 </ul>
58
59 <p><small>Each closed $gBug report is expired from these logs $gRemoveAge
60 days after the last message relating to it is received and filed.
61 You can search the bug report archive through the forms below.</small>
62
63 <h3>Find $gBug reports</h3>
64
65 <table border="0" width="100%" summary="$gBug report search forms">
66 <tr>
67   <td valign="top" nowrap>
68   <form method="get" action="http://$gCGIDomain/cgi-bin/bugreport.cgi">
69   <font face="Arial,Helvetica"><b>
70   By number:
71   <br>
72   <input type="text" size="9" name="bug" value="">
73   <input type="submit" value="Fetch">
74   </b>
75   </font>
76   </form>
77   </td>
78
79   <td valign="top" nowrap>
80   <form method="get" action="http://$gCGIDomain/cgi-bin/pkgreport.cgi">
81   <font face="Arial,Helvetica"><b>
82   By package:
83   <br>
84   <input type="text" size="35" name="pkg" value="">
85   <input type="submit" value="Fetch">
86   </b>
87   <br>
88   <small>
89   <input type="radio" name="archive" value="no" checked> active bugs
90   <input type="radio" name="archive" value="yes"> archived bugs
91   </small>
92   </font>
93   </form>
94   </td>
95 </tr>
96 <tr>
97   <td valign="top" nowrap>
98   <form method="get" action="http://$gCGIDomain/cgi-bin/pkgreport.cgi">
99   <font face="Arial,Helvetica"><b>
100   By maintainer e-mail:
101   <br>
102   <input type="text" size="35" name="maint" value="">
103   <input type="submit" value="Fetch">
104   </b>
105   <br>
106   <small>
107   <input type="radio" name="archive" value="no" checked> active bugs
108   <input type="radio" name="archive" value="yes"> archived bugs
109   </small>
110   </font>
111   </form>
112   </td>
113
114   <td valign="top" nowrap>
115   <form method="get" action="http://$gCGIDomain/cgi-bin/pkgreport.cgi">
116   <font face="Arial,Helvetica"><b>
117   By submitter e-mail:
118   <br>
119   <input type="text" size="35" name="submitter" value="">
120   <input type="submit" value="Fetch">
121   </b>
122   <br>
123   <small>
124   <input type="radio" name="archive" value="no" checked> active bugs
125   <input type="radio" name="archive" value="yes"> archived bugs
126   </small>
127   </font>
128   </form>
129   </td>
130 </tr>
131 </table>
132
133 $gHTMLOtherPages
134
135 $gHTMLTail
136
137 HTML_END