]> git.donarmstrong.com Git - debbugs.git/blob - html/index.html.in
[project @ 2000-10-07 20:51:39 by joy]
[debbugs.git] / html / index.html.in
1 $gIndexHtml = <<HTML_END
2 <html><head>
3 <title>$gProject $gBug tracking system</title>
4 <link rev="made" href="mailto:$gMaintainerEmail">
5 </head><body>
6 <h1>$gProject $gBug tracking system main contents page</h1>
7
8 $gProjectTitle has a $gBug tracking system which files
9 details of $gBugs reported by users and developers.  Each $gBug is given a
10 number, and is kept on file until it is marked as having been dealt
11 with.
12
13 $gHTMLCopies
14
15 <h2>Documentation about the $gBug tracking system</h2>
16
17 <ul>
18 <li><A href="Reporting.html">Instructions for reporting a $gBug.</A>
19 <li><A href="Access.html">Ways of accessing the $gBug reporting logs.</A>
20 <li><A href="server-request.html">Requesting $gBug reports by email.</A>
21 <li><A href="Developer.html">Developers' information on how to use the system.</A>
22 <li><A href="server-control.html">Developers' information on
23 manipulating $gBugs by email.</A>
24 <li><A href="server-refcard.html">Mailservers' reference card.</A>
25 </ul>
26
27 <h2>Reviewing $gBug reports on the WWW</h2>
28
29 <ul>
30 <li><A href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</A>
31 <li><A href="db/ix/packages.html">Index of packages with $gBug reports.</A>
32 <li><A href="db/ix/maintainers.html">Index of maintainers of packages with $gBug reports.</A>
33 <li>Outstanding
34 <A href="db/si/pendingcritical.html">critical</A>,
35 <A href="db/si/pendinggrave.html">grave</A>,
36 <A href="db/si/pendingnormal.html">normal</A> and
37 <A href="db/si/pendingfixed.html">fixed</A> $gBugs and
38 <A href="db/si/pendingwishlist.html">wishlist</A> items.
39 <li>Forwarded
40 <A href="db/si/forwardedcritical.html">critical</A>,
41 <A href="db/si/forwardedgrave.html">grave</A>,
42 <A href="db/si/forwardednormal.html">normal</A> and
43 <A href="db/si/forwardedfixed.html">fixed</A> $gBugs and
44 <A href="db/si/forwardedwishlist.html">wishlist</A> items.
45 <li>Resolved
46 <A href="db/si/donecritical.html">critical</A>,
47 <A href="db/si/donegrave.html">grave</A>,
48 <A href="db/si/donenormal.html">normal</A> and
49 <A href="db/si/donefixed.html">fixed</A> $gBugs and
50 <A href="db/si/donewishlist.html">wishlist</A> items.
51 <li><A href="db/ix/psummary.html">Summary of outstanding reports, sorted by package.</A>
52 <li><A href="db/ix/summary.html">Summary of outstanding reports, sorted by number.</A>
53 <li><A href="db/ju/junk.html">Logs not associated with a particular $gBug report.</A>
54 <li><A href="db/ix/zstamp.html">Time stamp page (for checking that mirror is current).</A>
55 </ul>
56
57 Each closed $gBug report is expired from these logs $gRemoveAge days after the
58 last message relating to it is received and filed.
59
60 <h3>Find a $gBug report by reference number</h2>
61
62 <form method="get" action="$gCGIDomain/bugs-fetch2.pl">
63 <input type="hidden" name="type" value="ref">
64 <input type="text" size="10" name="ref" value="">
65 <input type="hidden" name="base" value="http://$gWebDomain">
66 <input type="submit" value="Fetch">
67 </form>
68 `Not found' means that the $gBug was closed and expired or
69 never existed, or that this mirror has not yet recorded that $gBug - see
70 also the <A href="db/ix/zstamp.html">timestamp page</A>.
71
72 <h3>Find a $gBug report by package</h2>
73
74 <form method="get" action="$gCGIDomain/bugs-fetch2.pl">
75 <input type="hidden" name="type" value="package">
76 <input type="text" size="30" name="package" value="">
77 <input type="hidden" name="base" value="http://$gWebDomain">
78 <input type="submit" value="Fetch">
79 </form>
80 `Not found' means that that package does not exist or does not have
81 any outstanding or recently closed $gBug reports.
82
83 <h3>Find an archived bug report by reference number</h2>
84 <form method="get" action="http://cgi.debian.org/cgi-bin/bugreport.cgi">
85 <input type="hidden" name="archive" value="yes">
86 <input type="text" size="10" name="bug" value="">
87 <input type="submit" value="Fetch">
88 </form>
89 <h3>Find an archived bug report by package</h2>
90 <form method="get" action="http://cgi.debian.org/cgi-bin/pkgarch.cgi">
91 <input type="text" size="20" name="pkg" value="">
92 <input type="submit" value="Fetch">
93 </form>
94 <A HREF="http://cgi.debian.org/cgi-bin/pkgarch.cgi">or get a list of
95 packages</A>
96
97 $gHTMLOtherPages
98
99 $gHTMLTail
100
101 HTML_END
102