]> git.donarmstrong.com Git - debbugs.git/blob - scripts/text.in
[project @ 1999-09-02 20:07:03 by gecko]
[debbugs.git] / scripts / text.in
1 ############################################################################
2 #  Here is a blurb to point people to ftp archive of directions.  It is
3 #  used by the receive script when bouncing a badly formatted email
4 #
5 # $gTextInstructions = "$gBadEmailPrefix
6 # $gBadEmailPrefix Instructions are available from ftp.debian.org in /debian
7 # $gBadEmailPrefix and at all Debian mirror sites, in the files:
8 # $gBadEmailPrefix  doc/bug-reporting.txt
9 # $gBadEmailPrefix  doc/bug-log-access.txt
10 # $gBadEmailPrefix  doc/bug-maint-info.txt
11 # $gBadEmailPrefix";
12 ############################################################################
13 $gTextInstructions = "$gBadEmailPrefix";
14
15
16 ############################################################################
17 # Here is a blurb for any mirrors of the web site.  Here's a sample:
18 #
19 #$gHTMLCopies = "Copies of the logs are available on the World Wide Web at<BR>
20 # <A HREF=\"http://mirror1.domain\"><CODE>http://mirror1.domain</CODE></A><BR>
21 # <A HREF=\"http://mirror2.domain\"><CODE>http://mirror2.domain</CODE></A>";
22 ############################################################################
23 $gHTMLCopies = "";
24
25
26 ############################################################################
27 # notice other links you want to note, like your list archives or project
28 # home page.
29 #
30 #$gHTMLOtherPages = "Other Links of note:<BR>
31 #       <A HREF=\"http://www.debian.org/\">The Debian Project</A><BR>
32 #       <A HREF=\"http://another.domain\">Description of URL</A>";
33 ############################################################################
34 $gHTMLOtherPages = "";
35
36
37 ############################################################################
38 # list of other links you want to note, like your list archives or project
39 # home page.  Some pages already have links in a list, this adds them to 
40 # the end of the list.
41 #
42 #$gHTMLOtherPageList = "<LI><A HREF=\"http://www.debian.org/\">
43 #       The Debian Project</A>
44 #       <LI><A HREF=\"http://another.domain\">Description of URL</A>";
45 ############################################################################
46 $gHTMLOtherPageList = "";
47
48
49 ############################################################################
50 # gives explanation of bad maintainer situation and instructions on how to
51 # correct.
52 ############################################################################
53 $gBadMaintHtml = "";
54
55
56 ############################################################################
57 # give directions here for how to find the proper title for Package:
58 # pseudo header line.
59 ############################################################################
60 $gHTMLFindPackage = "";
61
62
63 ############################################################################
64 # If you have pseudo packages, place a blurb here.  For example:
65 # $gHTMLPseudoDesc = "There are some pseudo-packages available for putting in
66 # the <CODE>Package</CODE> line when reporting a $gBug in something other than an
67 # actual $gProject software package.  There is 
68 # <A HREF="db/ix/pseudopackages.html"> a list of these</A> on the $gBugs WWW 
69 # pages.";
70 ############################################################################
71 $gHTMLPseudoDesc = "";
72
73
74 ############################################################################
75 # List any extra information you would like included in bug reports
76 ############################################################################
77 $gXtraBugInfo = "";
78
79
80 ############################################################################
81 # List any extra information you would like about reporting bugs
82 ############################################################################
83 $gXtraReportingInfo = "";
84
85
86 ############################################################################
87 # Process used by system to create Maintainers index file
88 ############################################################################
89 $gCreateMaintainers = "";
90
91
92 ###########################################################################
93 # You shouldn't have to modify anything below here unless it's for personal
94 # preference.  Be very careful and don't touch unless you *know* what
95 # you're doing.  Much of the stuff has hardcoded duplicates elsewhere.
96
97
98 ############################################################################
99 # Description of the severities
100 ############################################################################
101 $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
102         <DD>makes unrelated software on the system (or the whole system) break, or
103         causes serious data loss, or introduces a security hole on systems where
104         you install the package.
105
106         <DT><CODE>grave</CODE>
107         <DD>makes the package in question unuseable or mostly so, or causes data
108         loss, or introduces a security hole allowing access to the accounts of
109         users who use the package.
110
111         <DT><CODE>normal</CODE>
112         <DD>the default value, for normal $gBugs.
113
114         <DT><CODE>wishlist</CODE>
115         <DD>for any feature request, and also for any $gBugs that are very difficult
116         to fix due to major design considerations.";
117
118 ############################################################################
119 # shows up at the end of (most) html pages.  You shouldn't have
120 ############################################################################
121 $gHTMLTail = "<HR><ADDRESS><A HREF=\"$gMaintainerWebpage\">$gMaintainer</A> /
122  <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>.  Last modifed:
123  <!--timestamp-->
124  SUBSTITUTE_DTIME
125  <!--timestamp-->
126  (<A HREF=\"$gWebDomain/ix/zstamp.html\">timestamp page</A> available).
127           
128  <P>
129  Debian $gBug tracking system<BR>
130  copyright 1997 nCipher Corporation Ltd,<BR>
131  copyright 1994-1997 Ian Jackson,<BR>
132  copyright 1995 Steven Brenner.<BR>
133  <A HREF=\"http://www.chiark.greenend.org.uk/~ian/debbugs/\">
134  Available under the GPL.</A>
135  </ADDRESS>
136  </BODY>
137  </HTML>";
138
139 ############################################################################
140 # Message on when reports are purged.  28 days is hardcoded.
141 ############################################################################
142 $gHTMLExpireNote = "(Closed $gBugs are cleaned out 28 days after the last related message is received.)";
143
144 ############################################################################
145 # Makeup of the stamp page
146 ############################################################################
147 $gHTMLStamp = "<HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
148         <LINK REV=\"made\" HREF=\"mailto:$gMaintainerEmail\">
149         </HEAD><BODY><H1>Is this $gBug log or mirror up to date?</H1>
150
151         Unlike all the other $gBug pages, this small timestamp page is updated every
152         time the update check job runs.  If the timestamp here is recent it\'s
153         likely that the mirror in which you\'re reading it is up to date.
154         <P>
155         The last
156         <!--updateupdate-->update<!--/updateupdate-->
157         was at 
158         <STRONG><!--updatetime-->SUBSTITUTE_DTIME<!--/updatetime--></STRONG>;
159         The logs are usually checked every hour and updated if necessary.
160         <P>
161         For the $gBug index or for other information about $gProject and the $gBug 
162         system, see the <A HREF=\"../../\">$gBug system main contents page</A>.
163
164         <HR>
165         <ADDRESS>
166         <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>,
167         through the <A HREF=\"../../\">$gProject $gBug database</a>
168         </ADDRESS>
169         <!--version 1.0-4.3-->";
170
171 ############################################################################
172 # Makeup of the indices pages
173 ############################################################################
174 $gFullIndex = "<HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
175         <LINK REV=\"make\" HREF=\"mailto:$gMaintainerEmail\">
176         </HEAD><BODY><H1>$gProject $gBug report logs - index</H1>
177
178         This index gives access to $gBugs sent to <CODE>submit\@$gEmailDomain</CODE>
179         but not yet marked as done, and to $gBugs marked as done but not yet purged
180         from the database (this happens 28 days after the last message relating to
181         the report).
182         <P>
183         For other kinds of indices or for other information about $gProject and
184         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
185         page</A>.
186
187
188         ";
189
190 $gJunkIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
191         <LINK REV=\"made\" HREF=\"$gMaintainerEmail\">
192         </HEAD><BODY><H1>$gProject $gBug reports - Junk</H1>
193
194         This is the index page for logs of messages not associated with a specific
195         $gBug report.
196         <P>
197         For other kinds of indices or for other information about $gProject and
198         the $gBug system, see <A HREF=\"../../\"> $gBug system top-level contents WWW
199         page</A>.
200
201
202         ";
203
204 $gMaintIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
205         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
206         </HEAD><BODY><H1>$gProject $gBug reports by maintainer</H1>
207
208         This page lists the package maintainers against whose packages there are
209         outstanding, fowarded or recently-closed $gBug reports.  A maintainer who
210         has several versions of their email address in the <CODE>Maintainer</CODE>
211         package control file field may appear several times.<P>
212         If the maintainers information here is not accurate, please see 
213         <A HREF=\"../../Developer.html#maintincorrect\">the developers\'
214         instructions</A> to find how this can happen and what to do about it. <P>
215         For other kinds of indices or for other information about $gProject and
216         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
217         page</A>.
218
219
220         ";
221
222 $gPackageIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
223         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
224         </HEAD><BODY><H1>$gProject $gBug reports by package</H1>
225
226         This page lists the package against which there are outstanding, fowarded or
227         recently-closed $gBug reports.  A multi-binary package may appear several
228         times, once for each binary package name and once for the source package
229         name (if it is different).<P>
230         For other kinds of indices or for other information about $gProject and
231         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
232         page</A>.
233
234
235         ";
236
237 $gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
238         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
239         </HEAD><BODY><H1>$gProject $gBug report logs - summary index</H1>
240
241         This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
242         </CODE> but not yet marked as done, or as fowarded to an upstream author.  
243         Here they are sorted by reference number (and therefore by submission date, 
244         too).<P>
245         For other kinds of indices or for other information about $gProject and
246         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
247         page</A>.
248
249
250         ";
251
252 $gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
253         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
254         </HEAD><BODY><H1>$gProject $gBug report logs - index by package</H1>
255
256         This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
257         </CODE> but not yet marked as done, or as fowarded to an upstream author.  
258         Here they are sorted by package name.<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 $gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
267         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
268         </HEAD><BODY><H1>$gProject $gBug report pseudo-packages</H1>
269
270         This page lists the pseudo-packages available for use in the
271         <CODE>Package:</CODE> line in $gBug reports.<P>
272
273         See the <A HREF=\"../../Reporting.html\">instructions for reporting a
274         $gBug</A> for details of how to specify a <CODE>Package:</CODE> line.<P>
275         For other kinds of indices or for other information about $gProject and
276         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
277         page</A>.
278
279
280         ";