=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.6 retrieving revision 3.8 diff -u -p -r3.6 -r3.8 --- cvsweb/Attic/cvsweb.conf 2000/07/29 12:04:40 3.6 +++ cvsweb/Attic/cvsweb.conf 2000/09/03 18:25:47 3.8 @@ -7,7 +7,7 @@ # 2000 A. MUSHA # based on work by Bill Fenner # $zId: cvsweb.conf,v 3.27 2000/07/27 10:16:39 kcoar Exp $ -# $Id: cvsweb.conf,v 3.6 2000/07/29 12:04:40 knu Exp $ +# $Id: cvsweb.conf,v 3.8 2000/09/03 18:25:47 knu Exp $ # ### @@ -58,9 +58,14 @@ $cvstreedefault = 'local'; ############## # query-pr.cgi ############## -$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="; +$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 = ( @@ -276,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