]> git.donarmstrong.com Git - debbugs.git/blob - html/Access.html.in
ec1b747d9bb12e2e36c5efc2a54341944e8bc7a9
[debbugs.git] / html / Access.html.in
1 $gAccessHtml = <<HTML_END
2 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html>
4 <head>
5   <title>$gProject $gBugs - Accessing the logs</title>
6   <link rev="made" href="mailto:$gMaintainerEmail">
7 </head>
8 <body>
9
10 <h1><a name="developers">Accessing $gBug reports in the tracking system
11 logs</a></h1>
12
13 <p>Each message received at or sent by the $gBug processing system is
14 logged and made available in a number of ways.
15
16 $gHTMLCopies
17
18 <p>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 <p>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 $gHTMLOtherPageList
36 </ul>
37
38 $gHTMLTail
39
40 HTML_END