=================================================================== RCS file: /home/cvs/CVSROOT/Attic/cvsweb.conf,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- CVSROOT/Attic/cvsweb.conf 1999/12/27 20:19:55 1.1 +++ CVSROOT/Attic/cvsweb.conf 2000/01/12 15:18:36 1.4 @@ -5,7 +5,7 @@ # (c) 1998-1999 H. Zeller # 1999 H. Nordström # based on work by Bill Fenner -# $Id: cvsweb.conf,v 1.1 1999/12/27 20:19:55 maekawa Exp $ +# $Id: cvsweb.conf,v 1.4 2000/01/12 15:18:36 maekawa Exp $ # ### @@ -24,13 +24,14 @@ # 'symbolic_name' 'path_to_the_actual_repository' %CVSROOT = ( 'Development' => '/usr/local/src/cvsrep', - 'Configuration' => '/tmp/cvsroot/conf', - 'HTML-files' => '/tmp/upload' +# 'Configuration' => '/tmp/cvsroot/conf', + 'HTML-files' => '/tmp/upload', + 'OpenXM' => '/home/cvs' ); # This tree is enabled by default when # you enter the page -$cvstreedefault = 'Configuration'; +$cvstreedefault = 'OpenXM'; ############## # Defaults for UserSettings @@ -63,12 +64,12 @@ $cvstreedefault = 'Configuration'; # u Unified diff # c Context diff # s Side by side - "f" => "h", + "f" => "u", # hidecvsroot: Don't show the CVSROOT directory # 1 Hide CVSROOT directory # 0 Show CVSROOT directory - "hidecvsroot" => "0", + "hidecvsroot" => "1", # hidenonreadable: Don't show entries which cannot be read # 1 Hide non-readable entries @@ -90,7 +91,7 @@ $logo = ''; $defaulttitle = "CVS Repository"; # The address is shown on the footer -$address = "zeller\@think.de"; +$address = "cvs-admin\@kerberos.math.sci.kobe-u.ac.jp"; # Default page background color for the diffs # and annotations