From ddef16e2da042d8df617c7cb62c2fd7daf9cb303 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sun, 18 Feb 2001 14:35:02 -0800 Subject: [PATCH] [project @ 2001-02-18 14:33:37 by joy] added doctype setting --- cgi/bugreport.cgi | 1 + cgi/pkgindex.cgi | 1 + cgi/pkgreport.cgi | 1 + scripts/text.in | 26 +++++++++++++++++--------- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index fc253c6..58de856 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -206,6 +206,7 @@ close(L); print "Content-Type: text/html\n\n"; +print "\n"; print "\n" . "$debbugs::gProject $debbugs::gBug report logs - $short\n" . "\n" . diff --git a/cgi/pkgindex.cgi b/cgi/pkgindex.cgi index 064c008..a1f3ad7 100755 --- a/cgi/pkgindex.cgi +++ b/cgi/pkgindex.cgi @@ -122,6 +122,7 @@ $result .= "\n"; print "Content-Type: text/html\n\n"; +print "\n"; print "\n" . "$debbugs::gProject $Archived $debbugs::gBug reports by $tag\n" . "\n" . diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 396671a..b6486a7 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -97,6 +97,7 @@ my $result = htmlizebugs(@bugs); print "Content-Type: text/html\n\n"; +print "\n"; print "\n" . "$debbugs::gProject $Archived $debbugs::gBug report logs: $tag\n" . "\n" . diff --git a/scripts/text.in b/scripts/text.in index ee64d6c..69dca56 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.12 2000/10/30 19:07:29 joy 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 @@ -203,7 +203,8 @@ $gHTMLExpireNote = "(Closed $gBugs are cleaned out $gRemoveAge days after the la ############################################################################ # Makeup of the stamp page ############################################################################ -$gHTMLStamp = "$gProject $gBugs - timestamp page +$gHTMLStamp = " + $gProject $gBugs - timestamp page $gHTMLStart

Is this $gBug log or mirror up to date?

@@ -230,7 +231,8 @@ $gHTMLStamp = "$gProject $gBugs - timestamp page ############################################################################ # Makeup of the indices pages ############################################################################ -$gFullIndex = "$gProject $gBugs - full index +$gFullIndex = " + $gProject $gBugs - full index $gHTMLStart

$gProject $gBug report logs - index

@@ -246,7 +248,8 @@ $gFullIndex = "$gProject $gBugs - full index "; -$gJunkIndex = "$gProject $gBug reports - Junk +$gJunkIndex = " + $gProject $gBug reports - Junk $gHTMLStart

$gProject $gBug reports - Junk

@@ -260,7 +263,8 @@ $gJunkIndex = "$gProject $gBug reports - Junk "; -$gMaintIndex = "$gProject $gBug reports by maintainer +$gMaintIndex = " + $gProject $gBug reports by maintainer $gHTMLStart

$gProject $gBug reports by maintainer

@@ -278,7 +282,8 @@ $gMaintIndex = "$gProject $gBug reports by maintainer "; -$gPackageIndex = "$gProject $gBug reports by package +$gPackageIndex = " + $gProject $gBug reports by package $gHTMLStart

$gProject $gBug reports by package

@@ -293,7 +298,8 @@ $gPackageIndex = "$gProject $gBug reports by package "; -$gSummaryIndex = "$gProject $gBug report logs - summary index +$gSummaryIndex = " + $gProject $gBug report logs - summary index $gHTMLStart

$gProject $gBug report logs - summary index

@@ -310,7 +316,8 @@ $gSummaryIndex = "$gProject $gBug report logs - summary index "; -$gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package +$gPackageLog = " + $gProject $gBug report logs - index by package $gHTMLStart

$gProject $gBug report logs - index by package

@@ -324,7 +331,8 @@ $gPackageLog = "$gProject $gBug report logs - index by packag "; -$gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages +$gPseudoIndex = " + $gProject $gBug report pseudo-packages $gHTMLStart

$gProject $gBug report pseudo-packages

-- 2.39.2