From a64554027d76f0fdce4f4c15248a226d2a69aebf Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 22 Sep 2008 19:13:42 +0000 Subject: [PATCH] enable OpenSearch plugins --- en/cgi/man.cgi | 7 ++++--- en/cgi/ports.cgi | 9 +++++---- en/cgi/query-pr.cgi | 3 ++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 1df2a938a1..88a0a182a1 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -33,8 +33,8 @@ # BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995 # -# $Id: man.cgi,v 1.221 2008-09-21 19:07:43 wosch Exp $ -# $FreeBSD: www/en/cgi/man.cgi,v 1.220 2008/08/07 08:30:32 wosch Exp $ +# $Id: man.cgi,v 1.222 2008-09-22 19:13:42 wosch Exp $ +# $FreeBSD: www/en/cgi/man.cgi,v 1.221 2008/09/21 19:07:43 wosch Exp $ ############################################################################ # !!! man.cgi is stale perl4 code !!! @@ -519,6 +519,7 @@ sub html_header { my $html_meta = q| + + `; sub init_variables { @@ -514,10 +515,10 @@ sub footer { print qq{ Powered by FreeBSD -© 1996-2007 by Wolfram Schneider. All rights reserved.
+© 1996-2008 by Wolfram Schneider. All rights reserved.
}; -#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.95 2007/08/02 18:28:26 wosch Exp $} . "
\n"; +#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.96 2007/08/02 18:30:21 wosch Exp $} . "
\n"; print qq{Please direct questions about this service to $mailto
\n}; print qq{General questions about FreeBSD ports should be sent to } diff --git a/en/cgi/query-pr.cgi b/en/cgi/query-pr.cgi index 0a9ffa7059..2d56816be4 100755 --- a/en/cgi/query-pr.cgi +++ b/en/cgi/query-pr.cgi @@ -26,7 +26,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.63 2007/12/17 17:46:05 shaun Exp $ +# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.64 2008/01/26 15:53:55 shaun Exp $ # # @@ -242,6 +242,7 @@ $fmt{'break'} = "
\n"; # From cgi-style.pl $main::t_style = ""; +$main::t_style .= qq{\n\n}; #-----------------------------------------------------------------------