[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf between version 3.6 and 3.10

version 3.6, 2000/07/29 12:04:40 version 3.10, 2000/11/02 17:33:09
Line 58  $cvstreedefault = 'local';
Line 58  $cvstreedefault = 'local';
 ##############  ##############
 # query-pr.cgi  # 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  # Defaults for UserSettings
 ##############  ##############
 %DEFAULTVALUE = (  %DEFAULTVALUE = (
Line 91  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="
Line 96  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="
       #   u      Unified diff        #   u      Unified diff
       #   c      Context diff        #   c      Context diff
       #   s      Side by side        #   s      Side by side
       "f" => ($is_textbased ? "u" : "h"),        "f" => "u",
   
       # hidecvsroot: Don't show the CVSROOT directory        # hidecvsroot: Don't show the CVSROOT directory
       #   1      Hide CVSROOT directory        #   1      Hide CVSROOT directory
Line 108  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="
Line 113  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="
 # some layout stuff  # some layout stuff
 ##############  ##############
   
 # color settings in the body-tag  # The body-tag for directory views and logs
 $body_tag = '<body text="#000000" bgcolor="#ffffff">';  $body_tag = '<body text="#000000" bgcolor="#ffffff">';
   
   # The body-tag for diffs and annotations
   $body_tag_for_src = '<body text="#000000" bgcolor="#eeeeee">';
   
 # Wanna have a logo on the page ?  # Wanna have a logo on the page ?
 $logo = '<img src="/icons/apache_pb.gif">';  $logo = '<img src="/icons/apache_pb.gif">';
   
Line 120  $defaulttitle = "CVS Repository";
Line 128  $defaulttitle = "CVS Repository";
 # The address is shown on the footer  # The address is shown on the footer
 $address = "<font size=-1>CVSweb by &lt;knu\@FreeBSD.org&gt;</font>";  $address = "<font size=-1>CVSweb by &lt;knu\@FreeBSD.org&gt;</font>";
   
 # Default page background color for the diffs  
 # and annotations  
 $backcolor = "#eeeeee";  
   
 # color of navigation Header for  # color of navigation Header for
 # diffs and annotations  # diffs and annotations
 $navigationHeaderColor = '#9999ee';  $navigationHeaderColor = '#9999ee';
Line 276  $showfunc = 1;
Line 280  $showfunc = 1;
 # ignore whitespaces for human readable diffs  # ignore whitespaces for human readable diffs
 # (indendation and stuff ..)  # (indendation and stuff ..)
 # ( '-w' option to diff)  # ( '-w' option to diff)
 $hr_ignwhite = 1;  $hr_ignwhite = 0;
   
 # ignore diffs which are caused by  # ignore diffs which are caused by
 # keyword-substitution like $Id - Stuff  # keyword-substitution like $Id - Stuff

Legend:
Removed from v.3.6  
changed lines
  Added in v.3.10

CVSweb