=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.31 retrieving revision 4.32 diff -u -p -r4.31 -r4.32 --- cvsweb/cvsweb.cgi 2019/11/29 14:40:27 4.31 +++ cvsweb/cvsweb.cgi 2019/11/29 15:05:26 4.32 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.31 2019/11/29 14:40:27 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.32 2019/11/29 15:05:26 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -69,7 +69,7 @@ use vars qw ( $bylog $byfile $defaultDiffType $logsort $cvstree $cvsroot $charset $output_filter %CMD $allow_compress $backicon $diricon $fileicon $fullname $logo $defaulttitle $address $binfileicon - $long_intro $short_instruction $shortLogLen $show_author + $shortLogLen $show_author $tablepadding $hr_breakable $showfunc $hr_ignwhite $hr_ignkeysubst $inputTextSize $mime_types $allow_annotate $allow_markup $allow_mailtos $allow_log_extra $allow_dir_extra $allow_source_extra @@ -203,7 +203,7 @@ $config = '/conf/cvsweb/cvsweb.conf'; %MTYPES = %tags = %alltags = %fileinfo = %DIFF_COMMANDS = (); $logo = $defaulttitle = - $address = $long_intro = $short_instruction = $shortLogLen = $show_author = + $address = $shortLogLen = $show_author = $tablepadding = $hr_breakable = $showfunc = $hr_ignwhite = $hr_ignkeysubst = $inputTextSize = $mime_types = $allow_annotate = $allow_markup = $allow_compress = $edit_option_form = @@ -722,8 +722,6 @@ if (-d $fullname) { if ($where eq '/') { html_header($defaulttitle); - $long_intro =~ s/!!CVSROOTdescr!!/$CVSROOTdescr{$cvstree}/g; - print $long_intro; } else { html_header($where); my $html = (-f catfile($fullname, 'README.cvs.html,v') || @@ -760,7 +758,6 @@ if (-d $fullname) { } $h->finish(); } - print $short_instruction; } if ($use_descriptions &&