=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.4 retrieving revision 3.8 diff -u -p -r3.4 -r3.8 --- cvsweb/Attic/cvsweb.conf 2000/07/27 16:16:41 3.4 +++ cvsweb/Attic/cvsweb.conf 2000/09/03 18:25:47 3.8 @@ -6,7 +6,8 @@ # 1999 H. Nordstrom # 2000 A. MUSHA # based on work by Bill Fenner -# $Id: cvsweb.conf,v 3.4 2000/07/27 16:16:41 knu Exp $ +# $zId: cvsweb.conf,v 3.27 2000/07/27 10:16:39 kcoar Exp $ +# $Id: cvsweb.conf,v 3.8 2000/09/03 18:25:47 knu Exp $ # ### @@ -57,9 +58,14 @@ $cvstreedefault = 'local'; ############## # query-pr.cgi ############## -$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi"; +$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; ############## +# man.cgi +############## +$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html"; + +############## # Defaults for UserSettings ############## %DEFAULTVALUE = ( @@ -90,7 +96,7 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi"; # u Unified diff # c Context diff # s Side by side - "f" => "h", + "f" => ($is_textbased ? "u" : "h"), # hidecvsroot: Don't show the CVSROOT directory # 1 Hide CVSROOT directory @@ -142,7 +148,7 @@ display diffs between arbitrary revisions.

This script has been written by Bill Fenner -<fenner\@freebsd.org> +<fenner\@FreeBSD.org> and improved by Henner Zeller <zeller\@think.de>, Henrik Nordström @@ -159,11 +165,11 @@ If you would like to use this CGI script on your own w CVS tree, see Zeller's CVSweb distribution site. Bill's original script can be found -here. +here.

Please send any suggestions, comments, etc. to -Bill Fenner or, regarding the +Bill Fenner or, regarding the modifications, to Akinori MUSHA, Henner Zeller, @@ -275,7 +281,7 @@ $showfunc = 1; # ignore whitespaces for human readable diffs # (indendation and stuff ..) # ( '-w' option to diff) -$hr_ignwhite = 1; +$hr_ignwhite = 0; # ignore diffs which are caused by # keyword-substitution like $Id - Stuff