]> git.donarmstrong.com Git - debbugs.git/blob - scripts/text.in
[project @ 2003-09-18 11:20:54 by joy]
[debbugs.git] / scripts / text.in
1 # $Id: text.in,v 1.23 2003/09/18 11:20:54 joy Exp $
2
3 ############################################################################
4 #  Here is a blurb to point people to ftp archive of directions.  It is
5 #  used by the receive script when bouncing a badly formatted email
6 #
7 # $gTextInstructions = "$gBadEmailPrefix
8 # $gBadEmailPrefix Instructions are available from ftp.debian.org in /debian
9 # $gBadEmailPrefix and at all Debian mirror sites, in the files:
10 # $gBadEmailPrefix  doc/bug-reporting.txt
11 # $gBadEmailPrefix  doc/bug-log-access.txt
12 # $gBadEmailPrefix  doc/bug-maint-info.txt
13 # $gBadEmailPrefix";
14 ############################################################################
15 $gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
16 $gTextInstructions = "$gBadEmailPrefix";
17
18
19 ############################################################################
20 # Here is a blurb for any mirrors of the web site.  Here's a sample:
21 #
22 #$gHTMLCopies = "<p>Copies of the logs are available on the World Wide Web at<BR>
23 # <A HREF=\"http://mirror1.domain\"><CODE>http://mirror1.domain</CODE></A><BR>
24 # <A HREF=\"http://mirror2.domain\"><CODE>http://mirror2.domain</CODE></A>";
25 ############################################################################
26 $gHTMLCopies = "";
27
28
29 ############################################################################
30 # notice other links you want to note, like your list archives or project
31 # home page.
32 #
33 #$gHTMLOtherPages = "Other Links of note:<BR>
34 #       <A HREF=\"http://www.debian.org/\">The Debian Project</A><BR>
35 #       <A HREF=\"http://another.domain\">Description of URL</A>";
36 ############################################################################
37 $gHTMLOtherPages = "";
38
39
40 ############################################################################
41 # list of other links you want to note, like your list archives or project
42 # home page.  Some pages already have links in a list, this adds them to 
43 # the end of the list.
44 #
45 #$gHTMLOtherPageList = "<LI><A HREF=\"http://www.debian.org/\">
46 #       The Debian Project</A>
47 #       <LI><A HREF=\"http://another.domain\">Description of URL</A>";
48 ############################################################################
49 $gHTMLOtherPageList = "";
50
51
52 ############################################################################
53 # gives explanation of bad maintainer situation and instructions on how to
54 # correct.
55 ############################################################################
56 $gBadMaintHtml = "";
57
58
59 ############################################################################
60 # give directions here for how to find the proper title for Package:
61 # pseudo header line.
62 ############################################################################
63 $gHTMLFindPackage = "";
64
65
66 ############################################################################
67 # If you have pseudo packages, place a blurb here.  For example:
68 # $gHTMLPseudoDesc = "<p>There are some pseudo-packages available for putting in
69 # the <CODE>Package</CODE> line when reporting a $gBug in something other than an
70 # actual $gProject software package.  There is 
71 # <A HREF="db/ix/pseudopackages.html"> a list of these</A> on the $gBugs WWW 
72 # pages.";
73 ############################################################################
74 $gHTMLPseudoDesc = "";
75
76
77 ############################################################################
78 # List any extra information you would like included in bug reports. For
79 # example:
80 # $gXtraBugInfo = "<li>What kernel version you're using (type
81 # <code>uname -a</code>), your shared C library (type <code>ls -l
82 # /lib/libc.so.6</code> or <code>dpkg -s libc6 | grep ^Version</code>), and
83 # any other details about your Debian system, if it seems appropriate.
84 # For example, if you had a problem with a Perl script, you would want to
85 # provide the version of the `perl' binary (type <code>perl -v</code> or
86 # <code>dpkg -s perl-5.005 | grep ^Version:</code>).";
87 ############################################################################
88 $gXtraBugInfo = "";
89
90
91 ############################################################################
92 # List any extra information you would like about reporting bugs
93 ############################################################################
94 $gXtraReportingInfo = "";
95
96
97 ############################################################################
98 # Process used by system to create Maintainers index file
99 ############################################################################
100 $gCreateMaintainers = "";
101
102
103 ###########################################################################
104 # You shouldn't have to modify anything below here unless it's for personal
105 # preference.  Be very careful and don't touch unless you *know* what
106 # you're doing.  Much of the stuff has hardcoded duplicates elsewhere.
107
108
109 ############################################################################
110 # Description of the severities
111 ############################################################################
112 $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
113         <DD>makes unrelated software on the system (or the whole system) break,
114         or causes serious data loss, or introduces a security hole on systems 
115         where you install the package.
116
117         <DT><CODE>grave</CODE>
118         <DD>makes the package in question unusable or mostly so, or causes data
119         loss, or introduces a security hole allowing access to the accounts of
120         users who use the package.
121
122         <DT><CODE>normal</CODE>
123         <DD>the default value, for normal $gBugs.
124
125         <DT><CODE>wishlist</CODE>
126         <DD>for any feature request, and also for any $gBugs that are very 
127         difficult to fix due to major design considerations.";
128
129 ############################################################################
130 # Description of the tags
131 ############################################################################
132 $gHTMLTagDesc = "
133 <dt><code>patch</code>
134   <dd>A patch or some other easy procedure for fixing the $gBug is included in
135   the $gBug logs. If there\'s a patch, but it doesn\'t resolve the $gBug
136   adequately or causes some other problems, this tag should not be used.
137
138 <dt><code>wontfix</code>
139   <dd>This $gBug won\'t be fixed. Possibly because this is a choice between two
140   arbitrary ways of doing things and the maintainer and submitter prefer
141   different ways of doing things, possibly because changing the behaviour
142   will cause other, worse, problems for others, or possibly for other
143   reasons.
144
145 <dt><code>moreinfo</code>
146   <dd>This $gBug can\'t be addressed until more information is provided by the
147   submitter. The $gBug will be closed if the submitter doesn\'t provide more
148   information in a reasonable (few months) timeframe. This is for $gBugs like
149   \"It doesn\'t work\". What doesn\'t work?
150
151 <dt><code>unreproducible</code>
152   <dd>This $gBug can\'t be reproduced on the maintainer\'s system.  Assistance
153   from third parties is needed in diagnosing the cause of the problem.
154
155 <dt><code>fixed</code>
156   <dd>This $gBug is fixed or worked around, but there\'s still an issue that
157   needs to be resolved.
158
159 <dt><code>stable</code>
160   <dd>This $gBug affects the stable distribution in particular.  This is only
161   intended to be used for ease in identifying release critical $gBugs that
162   affect the stable distribution.  It\'ll be replaced eventually with
163   something a little more flexible, probably.
164 ";
165
166 ############################################################################
167 # shows up at the start of (most) html pages.
168 ############################################################################
169 $gHTMLStart = "<BODY>";
170
171 ############################################################################
172 # shows up at the end of (most) html pages.
173 ############################################################################
174 $gHTMLTail = "
175  <ADDRESS>$gMaintainer &lt;<A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>&gt;.
176  Last modified:
177  <!--timestamp-->
178  SUBSTITUTE_DTIME
179  <!--timestamp-->
180           
181  <P>
182  <A HREF=\"http://$gWebDomain/\">Debian $gBug tracking system</A><BR>
183  Copyright (C) 1999 Darren O. Benham,
184  1997,2003 nCipher Corporation Ltd,
185  1994-97 Ian Jackson.
186  </ADDRESS>
187 ";
188
189 ############################################################################
190 # Message on when reports are purged.
191 ############################################################################
192 $gHTMLExpireNote = "(Closed $gBugs are archived $gRemoveAge days after the last related message is received.)";
193
194 ############################################################################
195 # Makeup of the stamp page
196 ############################################################################
197 $gHTMLStamp = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
198         <HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
199         <LINK REV=\"made\" HREF=\"mailto:$gMaintainerEmail\">
200         </HEAD>$gHTMLStart<H1>Is this $gBug log or mirror up to date?</H1>
201
202         Unlike all the other $gBug pages, this small timestamp page is updated every
203         time the update check job runs.  If the timestamp here is recent it\'s
204         likely that the mirror in which you\'re reading it is up to date.
205         <P>
206         The last
207         <!--updateupdate-->update<!--/updateupdate-->
208         was at 
209         <STRONG><!--updatetime-->SUBSTITUTE_DTIME<!--/updatetime--></STRONG>;
210         The logs are usually checked every hour and updated if necessary.
211         <P>
212         For the $gBug index or for other information about $gProject and the $gBug 
213         system, see the <A HREF=\"../../\">$gBug system main contents page</A>.
214
215         <HR>
216         <ADDRESS>
217         <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>,
218         through the <A HREF=\"../../\">$gProject $gBug database</a>
219         </ADDRESS>
220         <!--version 1.0-4.3-->";
221
222 ############################################################################
223 # Makeup of the indices pages
224 ############################################################################
225 $gFullIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
226         <HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
227         <LINK REV=\"make\" HREF=\"mailto:$gMaintainerEmail\">
228         </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index</H1>
229
230         This index gives access to $gBugs sent to <CODE>submit\@$gEmailDomain</CODE>
231         but not yet marked as done, and to $gBugs marked as done but not yet purged
232         from the database (this happens $gRemoveAge days after the last message relating to
233         the report).
234         <P>
235         For other kinds of indices or for other information about $gProject and
236         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
237         page</A>.
238
239
240         ";
241
242 $gJunkIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
243         <HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
244         <LINK REV=\"made\" HREF=\"$gMaintainerEmail\">
245         </HEAD>$gHTMLStart<H1>$gProject $gBug reports - Junk</H1>
246
247         This is the index page for logs of messages not associated with a specific
248         $gBug report.
249         <P>
250         For other kinds of indices or for other information about $gProject and
251         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
252         page</A>.
253
254
255         ";
256
257 $gMaintIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
258         <HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
259         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
260         </HEAD>$gHTMLStart<H1>$gProject $gBug reports by maintainer</H1>
261
262         This page lists the package maintainers against whose packages there are
263         outstanding, forwarded or recently-closed $gBug reports.  A maintainer who
264         has several versions of their email address in the <CODE>Maintainer</CODE>
265         package control file field may appear several times.<P>
266         If the maintainers information here is not accurate, please see 
267         <A HREF=\"../../Developer.html#maintincorrect\">the developers\'
268         instructions</A> to find how this can happen and what to do about it. <P>
269         For other kinds of indices or for other information about $gProject and
270         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
271         page</A>.
272
273
274         ";
275
276 $gPackageIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
277         <HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
278         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
279         </HEAD>$gHTMLStart<H1>$gProject $gBug reports by package</H1>
280
281         This page lists the package against which there are outstanding, forwarded or
282         recently-closed $gBug reports.  A multi-binary package may appear several
283         times, once for each binary package name and once for the source package
284         name (if it is different).<P>
285         For other kinds of indices or for other information about $gProject and
286         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
287         page</A>.
288
289
290         ";
291
292 $gSummaryIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
293         <HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
294         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
295         </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - summary index</H1>
296
297         This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
298         </CODE> but not yet marked as done, or as forwarded to an upstream author.  
299         Here they are sorted by reference number (and therefore by submission date, 
300         too).<P>
301         For other kinds of indices or for other information about $gProject and
302         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
303         page</A>.
304
305         <P>The * column lists the first letter of the severity of the $gBug.
306
307
308         ";
309
310 $gPackageLog = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
311         <HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
312         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
313         </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index by package</H1>
314
315         This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
316         </CODE> but not yet marked as done, or as forwarded to an upstream author.  
317         Here they are sorted by package name.<P>
318         For other kinds of indices or for other information about $gProject and
319         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
320         page</A>.
321
322
323         ";
324
325 $gPseudoIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
326         <HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
327         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
328         </HEAD>$gHTMLStart<H1>$gProject $gBug report pseudo-packages</H1>
329
330         This page lists the pseudo-packages available for use in the
331         <CODE>Package:</CODE> line in $gBug reports.<P>
332
333         See the <A HREF=\"../../Reporting.html\">instructions for reporting a
334         $gBug</A> for details of how to specify a <CODE>Package:</CODE> line.<P>
335         For other kinds of indices or for other information about $gProject and
336         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
337         page</A>.
338
339
340         ";