]> git.donarmstrong.com Git - debbugs.git/blob - html/Access.html.in
[project @ 1999-11-22 01:35:09 by gecko]
[debbugs.git] / html / Access.html.in
1 $gAccessHtml = <<HTML_END
2 <HTML>
3 <HEAD>
4         <TITLE>$gProject $gBugs - Accessing the logs</TITLE>
5         <LINK REV="made" HREF="mailto:$gMaintainerEmail">
6 </HEAD>
7 <BODY>
8 <A NAME="developers"> 
9         <H1>Accessing $gBug reports in the tracking system logs</H1>
10 </A>
11
12 Each message received at or sent by the $gBug processing system is
13 logged and made available in a number of ways.
14 <P>
15
16 $gHTMLCopies
17
18 There is a <A HREF="server-request.html">mailserver</A> which can send
19 $gBug reports as plain text on request.  To use it send the word
20 <CODE>help</CODE> as the sole contents of an email to
21 <CODE>request</CODE> (the <CODE>Subject</CODE> of the
22 message is ignored), or read the instructions on the World Wide Web or
23 in the file <CODE>bug-log-mailserver.txt</CODE>.
24
25 <HR>
26
27 Other pages:
28 <UL>
29         <LI><A href="./">$gBug tracking system main contents page.</A>
30         <LI><A href="Reporting.html">Instructions for reporting $gBugs.</A>
31         <LI><A href="Developer.html">Developers' information regarding the $gBug processing system.</A>
32         <LI><A href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</A>
33         <LI><A href="db/ix/packages.html">Packages with $gBug reports.</A>
34         <LI><A href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</A>
35
36 $gHTMLOtherPageList
37
38 </ul>
39
40 $gHTMLTail
41
42 HTML_END