]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/index.html.in
Include the protocol (http://) in gWebDomain and gCGIDomain
[debbugs.git] / html / index.html.in
index 8d97a438e28c616b7ef0e470431f87edf429d3fc..5e8b4666a83348917eb04c4b32f1c6c16f485bd7 100644 (file)
@@ -1,99 +1,85 @@
 $gIndexHtml = <<HTML_END
-<html><head>
-<title>$gProject $gBug tracking system</title>
-<link rev="made" href="mailto:$gMaintainerEmail">
-</head><body>
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+  <title>$gProject $gBug tracking system</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link rev="made" href="mailto:$gMaintainerEmail">
+  <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
+</head>
+<body>
+
 <h1>$gProject $gBug tracking system main contents page</h1>
 
-$gProjectTitle has a $gBug tracking system which files
+<p>$gProject has a $gBug tracking system (BTS) in which we file
 details of $gBugs reported by users and developers.  Each $gBug is given a
 number, and is kept on file until it is marked as having been dealt
-with.
+with.</p>
 
 $gHTMLCopies
 
 <h2>Documentation about the $gBug tracking system</h2>
 
 <ul>
-<li><A href="Reporting.html">Instructions for reporting a $gBug.</A>
-<li><A href="Access.html">Ways of accessing the $gBug reporting logs.</A>
-<li><A href="server-request.html">Requesting $gBug reports by email.</A>
-<li><A href="Developer.html">Developers' information on how to use the system.</A>
-<li><A href="server-control.html">Developers' information on
-manipulating $gBugs by email.</A>
-<li><A href="server-refcard.html">Mailservers' reference card.</A>
+  <li><a href="Reporting$gHTMLSuffix">Instructions for reporting a $gBug</a>
+  <li><a href="Access$gHTMLSuffix">Ways of accessing the $gBug report logs</a>
+  <li><a href="server-request$gHTMLSuffix">Requesting $gBug reports by email</a>
 </ul>
 
-<h2>Reviewing $gBug reports on the WWW</h2>
-
 <ul>
-<li><A href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</A>
-<li><A href="db/ix/packages.html">Index of packages with $gBug reports.</A>
-<li><A href="db/ix/maintainers.html">Index of maintainers of packages with $gBug reports.</A>
-<li>Outstanding
-<A href="db/si/pendingcritical.html">critical</A>,
-<A href="db/si/pendinggrave.html">grave</A> and
-<A href="db/si/pendingnormal.html">normal</A> $gBugs and
-<A href="db/si/pendingwishlist.html">wishlist</A> items.
-<li>Forwarded
-<A href="db/si/forwardedcritical.html">critical</A>,
-<A href="db/si/forwardedgrave.html">grave</A> and
-<A href="db/si/forwardednormal.html">normal</A> $gBugs and
-<A href="db/si/forwardedwishlist.html">wishlist</A> items.
-<li>Resolved
-<A href="db/si/donecritical.html">critical</A>,
-<A href="db/si/donegrave.html">grave</A> and
-<A href="db/si/donenormal.html">normal</A> $gBugs and
-<A href="db/si/donewishlist.html">wishlist</A> items.
-<li><A href="db/ix/psummary.html">Summary of outstanding reports, sorted by package.</A>
-<li><A href="db/ix/summary.html">Summary of outstanding reports, sorted by number.</A>
-<li><A href="db/ju/junk.html">Logs not associated with a particular $gBug report.</A>
-<li><A href="db/ix/zstamp.html">Time stamp page (for checking that mirror is current).</A>
+  <li><a href="Developer$gHTMLSuffix">Advanced information on how to use the system</a>
+  <li><a href="server-control$gHTMLSuffix">Information on manipulating $gBugs by email</a>
+  <li><a href="server-refcard$gHTMLSuffix">Mailservers' reference card</a>
 </ul>
 
-Each closed $gBug report is expired from these logs $gRemoveAge days after the
-last message relating to it is received and filed.
-
-<h3>Find a $gBug report by reference number</h2>
-
-<form method="get" action="$gCGIDomain/bugs-fetch2.pl">
-<input type="hidden" name="type" value="ref">
-<input type="text" size="10" name="ref" value="">
-<input type="hidden" name="base" value="http://$gWebDomain">
-<input type="submit" value="Fetch">
-</form>
-`Not found' means that the $gBug was closed and expired or
-never existed, or that this mirror has not yet recorded that $gBug - see
-also the <A href="db/ix/zstamp.html">timestamp page</A>.
-
-<h3>Find a $gBug report by package</h2>
-
-<form method="get" action="$gCGIDomain/bugs-fetch2.pl">
-<input type="hidden" name="type" value="package">
-<input type="text" size="30" name="package" value="">
-<input type="hidden" name="base" value="http://$gWebDomain">
-<input type="submit" value="Fetch">
+<h2>Viewing $gBug reports on the WWW</h2>
+
+<p>Find a bug by <strong>number</strong>:
+  <br>
+  <form method="get" action="$gCGIDomain/bugreport.cgi">
+  <input type="text" size="9" name="bug" value="">
+  <input type="submit" value="Find">
+  <input type="checkbox" name="mbox" value="yes"> as mbox
+  </form>
+
+<form method="get" action="$gCGIDomain/pkgreport.cgi">
+<p>Find bugs by:
+<input type="radio" name="which" value="pkg" checked><strong>package</strong>
+<input type="radio" name="which" value="src"><strong>source&nbsp;package</strong>
+<input type="radio" name="which" value="maint"><strong>maintainer&nbsp;email</strong>
+<input type="radio" name="which" value="submitter"><strong>submitter&nbsp;email</strong>
+<input type="radio" name="which" value="tag"><strong>tag</strong>
+<br>
+What to search for:<input type="text" name="data" value="" size="50">
+<input type="submit" value="Find">
 </form>
-`Not found' means that that package does not exist or does not have
-any outstanding or recently closed $gBug reports.
 
-<h3>Find an archived bug report by reference number</h2>
-<form method="get" action="http://cgi.debian.org/cgi-bin/bugreport.cgi">
-<input type="hidden" name="archive" value="yes">
-<input type="text" size="10" name="bug" value="">
-<input type="submit" value="Fetch">
-</form>
-<h3>Find an archived bug report by package</h2>
-<form method="get" action="http://cgi.debian.org/cgi-bin/pkgarch.cgi">
-<input type="text" size="20" name="pkg" value="">
-<input type="submit" value="Fetch">
-</form>
-<A HREF="http://cgi.debian.org/cgi-bin/pkgarch.cgi">or get a list of
-packages</A>
+<p>The following bug report indices are available:
+<ul>
+  <li>Packages with
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=pkg">active</a>
+      and
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=pkg&amp;archived=yes">archived</a>
+      bug reports.
+  <li>Source packages with
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=src">active</a>
+      and
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=src&amp;archived=yes">archived</a>
+      bug reports.
+  <li>Maintainers of packages with
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=maint">active</a>
+      and
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=maint&amp;archived=yes">archived</a>
+      bug reports.
+  <li>Submitters of
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=submitter">active</a>
+      and
+      <a href="$gCGIDomain/pkgindex.cgi?indexon=submitter&amp;archived=yes">archived</a>
+      bug reports.
+</ul>
 
 $gHTMLOtherPages
 
 $gHTMLTail
 
 HTML_END
-