]> git.donarmstrong.com Git - debbugs.git/blob - html/index.html.in
[project @ 1999-09-02 19:25:01 by gecko]
[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> and
36 <A href="db/si/pendingnormal.html">normal</A> $gBugs and
37 <A href="db/si/pendingwishlist.html">wishlist</A> items.
38 <li>Forwarded
39 <A href="db/si/forwardedcritical.html">critical</A>,
40 <A href="db/si/forwardedgrave.html">grave</A> and
41 <A href="db/si/forwardednormal.html">normal</A> $gBugs and
42 <A href="db/si/forwardedwishlist.html">wishlist</A> items.
43 <li>Resolved
44 <A href="db/si/donecritical.html">critical</A>,
45 <A href="db/si/donegrave.html">grave</A> and
46 <A href="db/si/donenormal.html">normal</A> $gBugs and
47 <A href="db/si/donewishlist.html">wishlist</A> items.
48 <li><A href="db/ix/psummary.html">Summary of outstanding reports, sorted by package.</A>
49 <li><A href="db/ix/summary.html">Summary of outstanding reports, sorted by number.</A>
50 <li><A href="db/ju/junk.html">Logs not associated with a particular $gBug report.</A>
51 <li><A href="db/ix/zstamp.html">Time stamp page (for checking that mirror is current).</A>
52 </ul>
53
54 Each closed $gBug report is expired from these logs $gRemoveAge days after the
55 last message relating to it is received and filed.
56
57 <h3>Find a $gBug report by reference number</h2>
58
59 <form method="get" action="$gCGIDomain/bugs-fetch2.pl">
60 <input type="hidden" name="type" value="ref">
61 <input type="text" size="10" name="ref" value="">
62 <input type="hidden" name="base" value="http://$gWebDomain">
63 <input type="submit" value="Fetch">
64 </form>
65 `Not found' means that the $gBug was closed and expired or
66 never existed, or that this mirror has not yet recorded that $gBug - see
67 also the <A href="db/ix/zstamp.html">timestamp page</A>.
68
69 <h3>Find a $gBug report by package</h2>
70
71 <form method="get" action="$gCGIDomain/bugs-fetch2.pl">
72 <input type="hidden" name="type" value="package">
73 <input type="text" size="30" name="package" value="">
74 <input type="hidden" name="base" value="http://$gWebDomain">
75 <input type="submit" value="Fetch">
76 </form>
77 `Not found' means that that package does not exist or does not have
78 any outstanding or recently closed $gBug reports.
79
80 $gHTMLOtherPages
81
82 $gHTMLTail
83
84 HTML_END
85