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

Diff for /CVSROOT/Attic/cvsweb.conf between version 1.2 and 1.7

version 1.2, 1999/12/27 20:32:24 version 1.7, 2000/07/27 06:45:16
Line 23 
Line 23 
   
 # 'symbolic_name' 'path_to_the_actual_repository'  # 'symbolic_name' 'path_to_the_actual_repository'
 %CVSROOT = (  %CVSROOT = (
             'Development' => '/usr/local/src/cvsrep',  
 #           'Configuration' => '/tmp/cvsroot/conf',  
             'HTML-files' => '/tmp/upload',  
             'OpenXM' => '/home/cvs'              'OpenXM' => '/home/cvs'
             );              );
   
Line 64  $cvstreedefault = 'OpenXM';
Line 61  $cvstreedefault = 'OpenXM';
       #   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 88  $body_tag = '<body text="#000000" bgcolor="#ffffff">';
Line 85  $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
Line 204  $columnHeaderColorSorted = '#88ff88';
Line 201  $columnHeaderColorSorted = '#88ff88';
 @HideModules = (  @HideModules = (
                 );                  );
   
   #
   # Use CVSROOT/CVSROOT/descriptions for describing the directories/modules
   # See INSTALL section 8
   #
   $use_descriptions = 0;
   
 ##############  ##############
 # Human Readable Diff  # Human Readable Diff
 ##############  ##############
Line 348  $show_log_in_markup = 1;
Line 351  $show_log_in_markup = 1;
 # Tabstop used to expand tabs in colored diffs. If undefined then  # Tabstop used to expand tabs in colored diffs. If undefined then
 # tabs are always expanded to 8 spaces.  # tabs are always expanded to 8 spaces.
 $tabstop = 8;  $tabstop = 8;
   
   # if you wish to display absolute times in your local timezone,
   # then define mytz and fill in the strings for your standard and
   # daylight time. Note that you must also make sure the system
   # timezone is correctly set.
   # @mytz=("EST", "EDT");
   
   # cvsweb is friendly to caches by indicating a suitable
   # last-modified timestamp. Doing this uses slightly more
   # CPU so you might want to disable it if you have a slow
   # server
   $use_moddate = 1;
   
 #EOF  #EOF

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7

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