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