shorter title

This commit is contained in:
Wolfram Schneider 2008-04-26 15:48:39 +00:00
parent 085db28105
commit 3938c75ea8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31912

View file

@ -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.198 2008-04-15 09:57:12 wosch Exp $
# $FreeBSD: www/en/cgi/man.cgi,v 1.197 2008/02/02 00:18:58 danger Exp $
# $Id: man.cgi,v 1.199 2008-04-26 15:48:39 wosch Exp $
# $FreeBSD: www/en/cgi/man.cgi,v 1.198 2008/04/15 09:57:12 wosch Exp $
############################################################################
# !!! man.cgi is stale perl4 code !!!
@ -47,7 +47,7 @@ use constant HAS_FREEBSD_CGI_STYLE => eval { require "./cgi-style.pl"; };
package main;
$www{'title'} = 'FreeBSD Hypertext Man Pages';
$www{'title'} = 'FreeBSD Man Pages';
$www{'home'} = 'http://www.FreeBSD.org';
$www{'head'} = $www{'title'};
@ -1243,7 +1243,7 @@ sub faq {
if $manPathAliases{$_};
}
local $id = '$FreeBSD: www/en/cgi/man.cgi,v 1.197 2008/02/02 00:18:58 danger Exp $';
local $id = '$FreeBSD: www/en/cgi/man.cgi,v 1.198 2008/04/15 09:57:12 wosch Exp $';
return qq{\
<pre>
Copyright (c) 1996-2008 <a href="$mailtoURL">Wolfram Schneider</a>
@ -1334,7 +1334,7 @@ sub faq_output {
$base = 'http://www.freebsd.org/cgi/'; # XXX
&http_header("text/html");
print &html_header( "HTML hypertext FreeBSD man page interface", $base )
print &html_header( "FreeBSD manual page help", $base )
. "<h1>", $www{'head'},
"</h1>\n"
. &faq . qq{\