File: Access.html.in

package info (click to toggle)
debbugs 2.4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze, wheezy
  • size: 620 kB
  • ctags: 290
  • sloc: perl: 6,067; sh: 176; makefile: 63
file content (40 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$gAccessHtml = <<HTML_END
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>$gProject $gBugs - Accessing the logs</title>
  <link rev="made" href="mailto:$gMaintainerEmail">
</head>
<body>

<h1><a name="developers">Accessing $gBug reports in the tracking system
logs</a></h1>

<p>Each message received at or sent by the $gBug processing system is
logged and made available in a number of ways.

$gHTMLCopies

<p>There is a <a href="server-request.html">mailserver</a> which can send
$gBug reports as plain text on request.  To use it send the word
<code>help</code> as the sole contents of an email to
<code>request</code> (the <code>Subject</code> of the
message is ignored), or read the instructions on the World Wide Web or
in the file <code>bug-log-mailserver.txt</code>.

<hr>

<p>Other pages:
<ul>
  <li><a href="./">$gBug tracking system main contents page.</a>
  <li><a href="Reporting.html">Instructions for reporting $gBugs.</a>
  <li><a href="Developer.html">Developers' information regarding the $gBug processing system.</a>
  <li><a href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</a>
  <li><a href="db/ix/packages.html">Packages with $gBug reports.</a>
  <li><a href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</a>
$gHTMLOtherPageList
</ul>

$gHTMLTail

HTML_END