]> git.donarmstrong.com Git - debbugs.git/blob - scripts/text.in
[project @ 1999-09-02 20:10:02 by gecko]
[debbugs.git] / scripts / text.in
1 # $Id: text.in,v 1.3 1999/09/02 20:10:02 gecko 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 = "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 = "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
78 ############################################################################
79 $gXtraBugInfo = "";
80
81
82 ############################################################################
83 # List any extra information you would like about reporting bugs
84 ############################################################################
85 $gXtraReportingInfo = "";
86
87
88 ############################################################################
89 # Process used by system to create Maintainers index file
90 ############################################################################
91 $gCreateMaintainers = "";
92
93
94 ###########################################################################
95 # You shouldn't have to modify anything below here unless it's for personal
96 # preference.  Be very careful and don't touch unless you *know* what
97 # you're doing.  Much of the stuff has hardcoded duplicates elsewhere.
98
99
100 ############################################################################
101 # Description of the severities
102 ############################################################################
103 $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
104         <DD>makes unrelated software on the system (or the whole system) break, or
105         causes serious data loss, or introduces a security hole on systems where
106         you install the package.
107
108         <DT><CODE>grave</CODE>
109         <DD>makes the package in question unuseable or mostly so, or causes data
110         loss, or introduces a security hole allowing access to the accounts of
111         users who use the package.
112
113         <DT><CODE>normal</CODE>
114         <DD>the default value, for normal $gBugs.
115
116         <DT><CODE>wishlist</CODE>
117         <DD>for any feature request, and also for any $gBugs that are very difficult
118         to fix due to major design considerations.";
119
120 ############################################################################
121 # shows up at the end of (most) html pages.  You shouldn't have
122 ############################################################################
123 $gHTMLTail = "<HR><ADDRESS><A HREF=\"$gMaintainerWebpage\">$gMaintainer</A> /
124  <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>.  Last modifed:
125  <!--timestamp-->
126  SUBSTITUTE_DTIME
127  <!--timestamp-->
128  (<A HREF=\"$gWebDomain/ix/zstamp.html\">timestamp page</A> available).
129           
130  <P>
131  Debian $gBug tracking system<BR>
132  copyright 1997 nCipher Corporation Ltd,<BR>
133  copyright 1994-1997 Ian Jackson,<BR>
134  copyright 1995 Steven Brenner.<BR>
135  <A HREF=\"http://www.chiark.greenend.org.uk/~ian/debbugs/\">
136  Available under the GPL.</A>
137  </ADDRESS>
138  </BODY>
139  </HTML>";
140
141 ############################################################################
142 # Message on when reports are purged.  28 days is hardcoded.
143 ############################################################################
144 $gHTMLExpireNote = "(Closed $gBugs are cleaned out 28 days after the last related message is received.)";
145
146 ############################################################################
147 # Makeup of the stamp page
148 ############################################################################
149 $gHTMLStamp = "<HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
150         <LINK REV=\"made\" HREF=\"mailto:$gMaintainerEmail\">
151         </HEAD><BODY><H1>Is this $gBug log or mirror up to date?</H1>
152
153         Unlike all the other $gBug pages, this small timestamp page is updated every
154         time the update check job runs.  If the timestamp here is recent it\'s
155         likely that the mirror in which you\'re reading it is up to date.
156         <P>
157         The last
158         <!--updateupdate-->update<!--/updateupdate-->
159         was at 
160         <STRONG><!--updatetime-->SUBSTITUTE_DTIME<!--/updatetime--></STRONG>;
161         The logs are usually checked every hour and updated if necessary.
162         <P>
163         For the $gBug index or for other information about $gProject and the $gBug 
164         system, see the <A HREF=\"../../\">$gBug system main contents page</A>.
165
166         <HR>
167         <ADDRESS>
168         <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>,
169         through the <A HREF=\"../../\">$gProject $gBug database</a>
170         </ADDRESS>
171         <!--version 1.0-4.3-->";
172
173 ############################################################################
174 # Makeup of the indices pages
175 ############################################################################
176 $gFullIndex = "<HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
177         <LINK REV=\"make\" HREF=\"mailto:$gMaintainerEmail\">
178         </HEAD><BODY><H1>$gProject $gBug report logs - index</H1>
179
180         This index gives access to $gBugs sent to <CODE>submit\@$gEmailDomain</CODE>
181         but not yet marked as done, and to $gBugs marked as done but not yet purged
182         from the database (this happens 28 days after the last message relating to
183         the report).
184         <P>
185         For other kinds of indices or for other information about $gProject and
186         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
187         page</A>.
188
189
190         ";
191
192 $gJunkIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
193         <LINK REV=\"made\" HREF=\"$gMaintainerEmail\">
194         </HEAD><BODY><H1>$gProject $gBug reports - Junk</H1>
195
196         This is the index page for logs of messages not associated with a specific
197         $gBug report.
198         <P>
199         For other kinds of indices or for other information about $gProject and
200         the $gBug system, see <A HREF=\"../../\"> $gBug system top-level contents WWW
201         page</A>.
202
203
204         ";
205
206 $gMaintIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
207         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
208         </HEAD><BODY><H1>$gProject $gBug reports by maintainer</H1>
209
210         This page lists the package maintainers against whose packages there are
211         outstanding, fowarded or recently-closed $gBug reports.  A maintainer who
212         has several versions of their email address in the <CODE>Maintainer</CODE>
213         package control file field may appear several times.<P>
214         If the maintainers information here is not accurate, please see 
215         <A HREF=\"../../Developer.html#maintincorrect\">the developers\'
216         instructions</A> to find how this can happen and what to do about it. <P>
217         For other kinds of indices or for other information about $gProject and
218         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
219         page</A>.
220
221
222         ";
223
224 $gPackageIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
225         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
226         </HEAD><BODY><H1>$gProject $gBug reports by package</H1>
227
228         This page lists the package against which there are outstanding, fowarded or
229         recently-closed $gBug reports.  A multi-binary package may appear several
230         times, once for each binary package name and once for the source package
231         name (if it is different).<P>
232         For other kinds of indices or for other information about $gProject and
233         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
234         page</A>.
235
236
237         ";
238
239 $gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
240         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
241         </HEAD><BODY><H1>$gProject $gBug report logs - summary index</H1>
242
243         This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
244         </CODE> but not yet marked as done, or as fowarded to an upstream author.  
245         Here they are sorted by reference number (and therefore by submission date, 
246         too).<P>
247         For other kinds of indices or for other information about $gProject and
248         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
249         page</A>.
250
251
252         ";
253
254 $gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
255         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
256         </HEAD><BODY><H1>$gProject $gBug report logs - index by package</H1>
257
258         This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
259         </CODE> but not yet marked as done, or as fowarded to an upstream author.  
260         Here they are sorted by package name.<P>
261         For other kinds of indices or for other information about $gProject and
262         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
263         page</A>.
264
265
266         ";
267
268 $gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
269         <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
270         </HEAD><BODY><H1>$gProject $gBug report pseudo-packages</H1>
271
272         This page lists the pseudo-packages available for use in the
273         <CODE>Package:</CODE> line in $gBug reports.<P>
274
275         See the <A HREF=\"../../Reporting.html\">instructions for reporting a
276         $gBug</A> for details of how to specify a <CODE>Package:</CODE> line.<P>
277         For other kinds of indices or for other information about $gProject and
278         the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
279         page</A>.
280
281
282         ";