X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Ftext.in;h=69dca56a969035e3db31e3a5ca4b49cb49dc33d7;hb=c4d17031126759b3784fff0d860fe9cc22dff5a5;hp=d1c80fe3fbbeb5c481f28a21d4e1cf7c430aaa60;hpb=7d7806c55ddf6b6d8c3f1598b14e628f8f22093c;p=debbugs.git diff --git a/scripts/text.in b/scripts/text.in index d1c80fe..69dca56 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.3 1999/09/02 20:10:02 gecko Exp $ +# $Id: text.in,v 1.13 2001/02/18 14:35:02 joy Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -18,7 +18,7 @@ $gTextInstructions = "$gBadEmailPrefix"; ############################################################################ # Here is a blurb for any mirrors of the web site. Here's a sample: # -#$gHTMLCopies = "Copies of the logs are available on the World Wide Web at
+#$gHTMLCopies = "

Copies of the logs are available on the World Wide Web at
# http://mirror1.domain
# http://mirror2.domain"; ############################################################################ @@ -64,7 +64,7 @@ $gHTMLFindPackage = ""; ############################################################################ # If you have pseudo packages, place a blurb here. For example: -# $gHTMLPseudoDesc = "There are some pseudo-packages available for putting in +# $gHTMLPseudoDesc = "

There are some pseudo-packages available for putting in # the Package line when reporting a $gBug in something other than an # actual $gProject software package. There is # a list of these on the $gBugs WWW @@ -74,7 +74,15 @@ $gHTMLPseudoDesc = ""; ############################################################################ -# List any extra information you would like included in bug reports +# List any extra information you would like included in bug reports. For +# example: +# $gXtraBugInfo = "

  • What kernel version you're using (type +# uname -a), your shared C library (type ls -l +# /lib/libc.so.6 or dpkg -s libc6 | grep ^Version), and +# any other details about your Debian system, if it seems appropriate. +# For example, if you had a problem with a Perl script, you would want to +# provide the version of the `perl' binary (type perl -v or +# dpkg -s perl-5.005 | grep ^Version:)."; ############################################################################ $gXtraBugInfo = ""; @@ -101,9 +109,9 @@ $gCreateMaintainers = ""; # Description of the severities ############################################################################ $gHTMLSeverityDesc = "
    critical -
    makes unrelated software on the system (or the whole system) break, or - causes serious data loss, or introduces a security hole on systems where - you install the package. +
    makes unrelated software on the system (or the whole system) break, + or causes serious data loss, or introduces a security hole on systems + where you install the package.
    grave
    makes the package in question unuseable or mostly so, or causes data @@ -114,41 +122,91 @@ $gHTMLSeverityDesc = "
    critical
    the default value, for normal $gBugs.
    wishlist -
    for any feature request, and also for any $gBugs that are very difficult - to fix due to major design considerations."; +
    for any feature request, and also for any $gBugs that are very + difficult to fix due to major design considerations. +
    fixed +
    fixed in the current version in the unstable archive but the fix has + not been fixed by the person responsible."; + +############################################################################ +# Description of the tags +############################################################################ +$gHTMLTagDesc = " +
    patch +
    A patch or some other easy procedure for fixing the $gBug is included in + the $gBug logs. If there\'s a patch, but it doesn\'t resolve the $gBug + adequately or causes some other problems, this tag should not be used. + +
    wontfix +
    This $gBug won\'t be fixed. Possibly because this is a choice between two + arbitrary ways of doing things and the maintainer and submitter prefer + different ways of doing things, possibly because changing the behaviour + will cause other, worse, problems for others, or possibly for other + reasons. + +
    moreinfo +
    This $gBug can\'t be addressed until more information is provided by the + submitter. The $gBug will be closed if the submitter doesn\'t provide more + information in a reasonable (few months) timeframe. This is for $gBugs like + \"It doesn\'t work\". What doesn\'t work? + +
    unreproducible +
    This $gBug can\'t be reproduced on the maintainer\'s system. Assistance + from third parties is needed in diagnosing the cause of the problem. + +
    fixed +
    This $gBug is fixed or worked around, but there\'s still an issue that + needs to be resolved. (This will eventually replace the \"fixed\" severity) + +
    stable +
    This $gBug affects the stable distribution in particular. This is only + intended to be used for ease in identifying release critical $gBugs that + affect the stable distribution. It\'ll be replaced eventually with + something a little more flexible, probably. +"; + +############################################################################ +# shows up at the start of (most) html pages. ############################################################################ -# shows up at the end of (most) html pages. You shouldn't have +$gHTMLStart = ""; + +############################################################################ +# shows up at the end of (most) html pages. ############################################################################ -$gHTMLTail = "
    $gMaintainer / +$gHTMLTail = "
    +
    $gMaintainer / $gMaintainerEmail. Last modifed: SUBSTITUTE_DTIME - (timestamp page available). + (timestamp page available). -

    - Debian $gBug tracking system
    - copyright 1997 nCipher Corporation Ltd,
    - copyright 1994-1997 Ian Jackson,
    - copyright 1995 Steven Brenner.
    - - Available under the GPL. +

    Debian $gBug tracking system +
    + Copyright (C) 1999 Darren O. Benham, + 1997 nCipher Corporation Ltd, + 1994-97 Ian Jackson, + 1995 Steven Brenner. +
    + Available under the GPL.

    + "; ############################################################################ -# Message on when reports are purged. 28 days is hardcoded. +# Message on when reports are purged. ############################################################################ -$gHTMLExpireNote = "(Closed $gBugs are cleaned out 28 days after the last related message is received.)"; +$gHTMLExpireNote = "(Closed $gBugs are cleaned out $gRemoveAge days after the last related message is received.)"; ############################################################################ # Makeup of the stamp page ############################################################################ -$gHTMLStamp = "$gProject $gBugs - timestamp page +$gHTMLStamp = " + $gProject $gBugs - timestamp page -

    Is this $gBug log or mirror up to date?

    + $gHTMLStart

    Is this $gBug log or mirror up to date?

    Unlike all the other $gBug pages, this small timestamp page is updated every time the update check job runs. If the timestamp here is recent it\'s @@ -173,13 +231,14 @@ $gHTMLStamp = "$gProject $gBugs - timestamp page ############################################################################ # Makeup of the indices pages ############################################################################ -$gFullIndex = "$gProject $gBugs - full index +$gFullIndex = " + $gProject $gBugs - full index -

    $gProject $gBug report logs - index

    + $gHTMLStart

    $gProject $gBug report logs - index

    This index gives access to $gBugs sent to submit\@$gEmailDomain but not yet marked as done, and to $gBugs marked as done but not yet purged - from the database (this happens 28 days after the last message relating to + from the database (this happens $gRemoveAge days after the last message relating to the report).

    For other kinds of indices or for other information about $gProject and @@ -189,23 +248,25 @@ $gFullIndex = "$gProject $gBugs - full index "; -$gJunkIndex = "$gProject $gBug reports - Junk +$gJunkIndex = " + $gProject $gBug reports - Junk -

    $gProject $gBug reports - Junk

    + $gHTMLStart

    $gProject $gBug reports - Junk

    This is the index page for logs of messages not associated with a specific $gBug report.

    For other kinds of indices or for other information about $gProject and - the $gBug system, see $gBug system top-level contents WWW + the $gBug system, see $gBug system top-level contents WWW page. "; -$gMaintIndex = "$gProject $gBug reports by maintainer +$gMaintIndex = " + $gProject $gBug reports by maintainer -

    $gProject $gBug reports by maintainer

    + $gHTMLStart

    $gProject $gBug reports by maintainer

    This page lists the package maintainers against whose packages there are outstanding, fowarded or recently-closed $gBug reports. A maintainer who @@ -221,9 +282,10 @@ $gMaintIndex = "$gProject $gBug reports by maintainer "; -$gPackageIndex = "$gProject $gBug reports by package +$gPackageIndex = " + $gProject $gBug reports by package -

    $gProject $gBug reports by package

    + $gHTMLStart

    $gProject $gBug reports by package

    This page lists the package against which there are outstanding, fowarded or recently-closed $gBug reports. A multi-binary package may appear several @@ -236,9 +298,10 @@ $gPackageIndex = "$gProject $gBug reports by package "; -$gSummaryIndex = "$gProject $gBug report logs - summary index +$gSummaryIndex = " + $gProject $gBug report logs - summary index -

    $gProject $gBug report logs - summary index

    + $gHTMLStart

    $gProject $gBug report logs - summary index

    This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain but not yet marked as done, or as fowarded to an upstream author. @@ -248,12 +311,15 @@ $gSummaryIndex = "$gProject $gBug report logs - summary index the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW page</A>. + <P>The * column lists the first letter of the severity of the $gBug. + "; -$gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package +$gPackageLog = " + $gProject $gBug report logs - index by package -

    $gProject $gBug report logs - index by package

    + $gHTMLStart

    $gProject $gBug report logs - index by package

    This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain but not yet marked as done, or as fowarded to an upstream author. @@ -265,9 +331,10 @@ $gPackageLog = "$gProject $gBug report logs - index by packag "; -$gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages +$gPseudoIndex = " + $gProject $gBug report pseudo-packages -

    $gProject $gBug report pseudo-packages

    + $gHTMLStart

    $gProject $gBug report pseudo-packages

    This page lists the pseudo-packages available for use in the Package: line in $gBug reports.