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