[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [local] / CVSROOT

Diff for /CVSROOT/Attic/cvsweb.conf between version 1.1 and 1.5

version 1.1, 1999/12/27 20:19:55 version 1.5, 2000/01/12 15:33:22
Line 24 
Line 24 
 # 'symbolic_name' 'path_to_the_actual_repository'  # 'symbolic_name' 'path_to_the_actual_repository'
 %CVSROOT = (  %CVSROOT = (
             'Development' => '/usr/local/src/cvsrep',              'Development' => '/usr/local/src/cvsrep',
             'Configuration' => '/tmp/cvsroot/conf',  #           'Configuration' => '/tmp/cvsroot/conf',
             'HTML-files' => '/tmp/upload'              'HTML-files' => '/tmp/upload',
               'OpenXM' => '/home/cvs'
             );              );
   
 # This tree is enabled by default when  # This tree is enabled by default when
 # you enter the page  # you enter the page
 $cvstreedefault = 'Configuration';  $cvstreedefault = 'OpenXM';
   
 ##############  ##############
 # Defaults for UserSettings  # Defaults for UserSettings
Line 63  $cvstreedefault = 'Configuration';
Line 64  $cvstreedefault = 'Configuration';
       #   u      Unified diff        #   u      Unified diff
       #   c      Context diff        #   c      Context diff
       #   s      Side by side        #   s      Side by side
       "f" => "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
       #   0      Show CVSROOT directory        #   0      Show CVSROOT directory
       "hidecvsroot" => "0",        "hidecvsroot" => "1",
   
       # hidenonreadable: Don't show entries which cannot be read        # hidenonreadable: Don't show entries which cannot be read
       #   1      Hide non-readable entries        #   1      Hide non-readable entries
Line 87  $body_tag = '<body text="#000000" bgcolor="#ffffff">';
Line 88  $body_tag = '<body text="#000000" bgcolor="#ffffff">';
 $logo = '<img src="/icons/apache_pb.gif">';  $logo = '<img src="/icons/apache_pb.gif">';
   
 # The title of the Page on startup  # The title of the Page on startup
 $defaulttitle = "CVS Repository";  $defaulttitle = "OpenXM CVS Repository";
   
 # The address is shown on the footer  # The address is shown on the footer
 $address = "zeller\@think.de";  $address = "maekawa\@math.sci.kobe-u.ac.jp";
   
 # Default page background color for the diffs  # Default page background color for the diffs
 # and annotations  # and annotations

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>