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