]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/text.in
[project @ 2002-12-03 13:26:06 by cjwatson]
[debbugs.git] / scripts / text.in
index 52c15d27c7da37049178884405db4c77243677ad..6acf6f060765b75188e8968e5ef85b8c5dc07ffa 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: text.in,v 1.10 2000/10/08 15:21:36 joy Exp $
+# $Id: text.in,v 1.17 2002/12/03 13:26:06 cjwatson Exp $
 
 ############################################################################
 #  Here is a blurb to point people to ftp archive of directions.  It is
@@ -114,7 +114,7 @@ $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
        where you install the package.
 
        <DT><CODE>grave</CODE>
-       <DD>makes the package in question unuseable or mostly so, or causes data
+       <DD>makes the package in question unusable or mostly so, or causes data
        loss, or introduces a security hole allowing access to the accounts of
        users who use the package.
 
@@ -129,6 +129,43 @@ $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
        <DD>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 = "
+<dt><code>patch</code>
+  <dd>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.
+
+<dt><code>wontfix</code>
+  <dd>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.
+
+<dt><code>moreinfo</code>
+  <dd>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?
+
+<dt><code>unreproducible</code>
+  <dd>This $gBug can\'t be reproduced on the maintainer\'s system.  Assistance
+  from third parties is needed in diagnosing the cause of the problem.
+
+<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)
+
+<dt><code>stable</code>
+  <dd>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.
 ############################################################################
@@ -137,22 +174,23 @@ $gHTMLStart = "<BODY>";
 ############################################################################
 # shows up at the end of (most) html pages.
 ############################################################################
-$gHTMLTail = "<HR><ADDRESS>$gMaintainer /
- <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>.  Last modifed:
+$gHTMLTail = "<HR>
+ <ADDRESS>$gMaintainer /
+ <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>.  Last modified:
  <!--timestamp-->
  SUBSTITUTE_DTIME
  <!--timestamp-->
  (<A HREF=\"http://$gWebDomain/db/ix/zstamp.html\">timestamp page</A> available).
          
- <P>
Debian $gBug tracking system<BR>
copyright 1999 Darren O. Benham,
+ <P><A HREF=\"http://$gWebDomain/\">Debian $gBug tracking system</A>
+ <BR>
Copyright (C) 1999 Darren O. Benham,
  1997 nCipher Corporation Ltd,
- 1994-7 Ian Jackson,
- 1995 Steven Brenner.<BR>
- <A HREF=\"http://www.benham.net/debbugs/\">
- Available under the GPL.</A>
+ 1994-97 Ian Jackson.
+ <BR>
+ <A HREF=\"http://www.benham.net/debbugs/\">Available under the GPL.</A>
  </ADDRESS>
+
  </BODY>
  </HTML>";
 
@@ -164,7 +202,8 @@ $gHTMLExpireNote = "(Closed $gBugs are cleaned out $gRemoveAge days after the la
 ############################################################################
 # Makeup of the stamp page
 ############################################################################
-$gHTMLStamp = "<HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
+$gHTMLStamp = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
        <LINK REV=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>Is this $gBug log or mirror up to date?</H1>
 
@@ -191,7 +230,8 @@ $gHTMLStamp = "<HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
 ############################################################################
 # Makeup of the indices pages
 ############################################################################
-$gFullIndex = "<HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
+$gFullIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
        <LINK REV=\"make\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index</H1>
 
@@ -207,7 +247,8 @@ $gFullIndex = "<HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
 
        ";
 
-$gJunkIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
+$gJunkIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
        <LINK REV=\"made\" HREF=\"$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug reports - Junk</H1>
 
@@ -221,7 +262,8 @@ $gJunkIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
 
        ";
 
-$gMaintIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
+$gMaintIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug reports by maintainer</H1>
 
@@ -239,7 +281,8 @@ $gMaintIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
 
        ";
 
-$gPackageIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
+$gPackageIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug reports by package</H1>
 
@@ -254,7 +297,8 @@ $gPackageIndex = "<HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
 
        ";
 
-$gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
+$gSummaryIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - summary index</H1>
 
@@ -271,7 +315,8 @@ $gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index
 
        ";
 
-$gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
+$gPackageLog = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index by package</H1>
 
@@ -285,7 +330,8 @@ $gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by packag
 
        ";
 
-$gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
+$gPseudoIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
+       <HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
        <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
        </HEAD>$gHTMLStart<H1>$gProject $gBug report pseudo-packages</H1>