]> git.donarmstrong.com Git - debbugs.git/blob - html/Access.html.in
4465fdd8185940e94c758a24c928fd40bd9cbf01
[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   <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
8 </head>
9 <body>
10
11 <h1><a name="developers">Accessing $gBug reports in the tracking system
12 logs</a></h1>
13
14 <p>Each message received at or sent by the $gBug processing system is
15 logged and made available in a number of ways.
16
17 $gHTMLCopies
18
19 <p>There is a <a href="server-request.html">mailserver</a> which can send
20 $gBug reports as plain text on request.  To use it send the word
21 <code>help</code> as the sole contents of an email to
22 <code>request</code> (the <code>Subject</code> of the
23 message is ignored), or read the instructions on the World Wide Web or
24 in the file <code>bug-log-mailserver.txt</code>.
25
26 <hr>
27
28 <p>Other pages:
29 <ul>
30   <li><a href="./">$gBug tracking system main contents page.</a>
31   <li><a href="Reporting.html">Instructions for reporting $gBugs.</a>
32   <li><a href="Developer.html">Developers' information regarding the $gBug processing system.</a>
33   <li><a href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</a>
34   <li><a href="db/ix/packages.html">Packages with $gBug reports.</a>
35   <li><a href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</a>
36 $gHTMLOtherPageList
37 </ul>
38
39 $gHTMLTail
40
41 HTML_END