=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.5 retrieving revision 3.10 diff -u -p -r3.5 -r3.10 --- cvsweb/Attic/cvsweb.conf 2000/07/28 19:38:26 3.5 +++ cvsweb/Attic/cvsweb.conf 2000/11/02 17:33:09 3.10 @@ -6,7 +6,8 @@ # 1999 H. Nordstrom # 2000 A. MUSHA # based on work by Bill Fenner -# $Id: cvsweb.conf,v 3.5 2000/07/28 19:38:26 knu Exp $ +# $zId: cvsweb.conf,v 3.27 2000/07/27 10:16:39 kcoar Exp $ +# $Id: cvsweb.conf,v 3.10 2000/11/02 17:33:09 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" => ($is_textbased ? "u" : "h"), + "f" => "u", # hidecvsroot: Don't show the CVSROOT directory # 1 Hide CVSROOT directory @@ -107,9 +113,12 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi"; # some layout stuff ############## -# color settings in the body-tag +# The body-tag for directory views and logs $body_tag = ''; +# The body-tag for diffs and annotations +$body_tag_for_src = ''; + # Wanna have a logo on the page ? $logo = ''; @@ -119,10 +128,6 @@ $defaulttitle = "CVS Repository"; # The address is shown on the footer $address = "CVSweb by <knu\@FreeBSD.org>"; -# Default page background color for the diffs -# and annotations -$backcolor = "#eeeeee"; - # color of navigation Header for # diffs and annotations $navigationHeaderColor = '#9999ee'; @@ -275,7 +280,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