]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/text.in
[project @ 2003-10-01 14:40:40 by cjwatson]
[debbugs.git] / scripts / text.in
index 12c65dca33f75b34719bc811552042c12230ae08..a1df91940f7154fca8bcc8303061fdd0bc4fb7da 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: text.in,v 1.18 2003/02/16 12:55:36 cjwatson Exp $
+# $Id: text.in,v 1.23 2003/09/18 11:20:54 joy Exp $
 
 ############################################################################
 #  Here is a blurb to point people to ftp archive of directions.  It is
@@ -12,6 +12,7 @@
 # $gBadEmailPrefix  doc/bug-maint-info.txt
 # $gBadEmailPrefix";
 ############################################################################
+$gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
 $gTextInstructions = "$gBadEmailPrefix";
 
 
@@ -123,11 +124,7 @@ $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
 
        <DT><CODE>wishlist</CODE>
        <DD>for any feature request, and also for any $gBugs that are very 
-       difficult to fix due to major design considerations.
-
-       <DT><CODE>fixed</CODE>
-       <DD>fixed in the current version in the unstable archive but the fix has
-       not been fixed by the person responsible.";
+       difficult to fix due to major design considerations.";
 
 ############################################################################
 # Description of the tags
@@ -157,7 +154,7 @@ $gHTMLTagDesc = "
 
 <dt><code>fixed</code>
   <dd>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)
+  needs to be resolved.
 
 <dt><code>stable</code>
   <dd>This $gBug affects the stable distribution in particular.  This is only
@@ -174,7 +171,7 @@ $gHTMLStart = "<BODY>";
 ############################################################################
 # shows up at the end of (most) html pages.
 ############################################################################
-$gHTMLTail = "<HR>
+$gHTMLTail = "
  <ADDRESS>$gMaintainer &lt;<A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>&gt;.
  Last modified:
  <!--timestamp-->
@@ -184,7 +181,7 @@ $gHTMLTail = "<HR>
  <P>
  <A HREF=\"http://$gWebDomain/\">Debian $gBug tracking system</A><BR>
  Copyright (C) 1999 Darren O. Benham,
- 1997 nCipher Corporation Ltd,
+ 1997,2003 nCipher Corporation Ltd,
  1994-97 Ian Jackson.
  </ADDRESS>
 ";
@@ -263,7 +260,7 @@ $gMaintIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"
        </HEAD>$gHTMLStart<H1>$gProject $gBug reports by maintainer</H1>
 
        This page lists the package maintainers against whose packages there are
-       outstanding, fowarded or recently-closed $gBug reports.  A maintainer who
+       outstanding, forwarded or recently-closed $gBug reports.  A maintainer who
        has several versions of their email address in the <CODE>Maintainer</CODE>
        package control file field may appear several times.<P>
        If the maintainers information here is not accurate, please see 
@@ -281,7 +278,7 @@ $gPackageIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug reports by package</H1>
 
-       This page lists the package against which there are outstanding, fowarded or
+       This page lists the package against which there are outstanding, forwarded or
        recently-closed $gBug reports.  A multi-binary package may appear several
        times, once for each binary package name and once for the source package
        name (if it is different).<P>
@@ -297,8 +294,8 @@ $gSummaryIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - summary index</H1>
 
-       This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
-       </CODE> but not yet marked as done, or as fowarded to an upstream author.  
+       This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
+       </CODE> but not yet marked as done, or as forwarded to an upstream author.  
        Here they are sorted by reference number (and therefore by submission date, 
        too).<P>
        For other kinds of indices or for other information about $gProject and
@@ -315,8 +312,8 @@ $gPackageLog = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index by package</H1>
 
-       This summary index breiefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
-       </CODE> but not yet marked as done, or as fowarded to an upstream author.  
+       This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
+       </CODE> but not yet marked as done, or as forwarded to an upstream author.  
        Here they are sorted by package name.<P>
        For other kinds of indices or for other information about $gProject and
        the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW