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