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