=================================================================== RCS file: /home/cvs/CVSROOT/Attic/cvsweb.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- CVSROOT/Attic/cvsweb.conf 2000/01/12 15:33:22 1.5 +++ CVSROOT/Attic/cvsweb.conf 2000/07/11 08:20:53 1.6 @@ -5,7 +5,7 @@ # (c) 1998-1999 H. Zeller # 1999 H. Nordström # based on work by Bill Fenner -# $Id: cvsweb.conf,v 1.5 2000/01/12 15:33:22 maekawa Exp $ +# $Id: cvsweb.conf,v 1.6 2000/07/11 08:20:53 maekawa Exp $ # ### @@ -23,9 +23,6 @@ # 'symbolic_name' 'path_to_the_actual_repository' %CVSROOT = ( - 'Development' => '/usr/local/src/cvsrep', -# 'Configuration' => '/tmp/cvsroot/conf', - 'HTML-files' => '/tmp/upload', 'OpenXM' => '/home/cvs' ); @@ -204,6 +201,12 @@ $columnHeaderColorSorted = '#88ff88'; @HideModules = ( ); +# +# Use CVSROOT/CVSROOT/descriptions for describing the directories/modules +# See INSTALL section 8 +# +$use_descriptions = 0; + ############## # Human Readable Diff ############## @@ -348,5 +351,17 @@ $show_log_in_markup = 1; # Tabstop used to expand tabs in colored diffs. If undefined then # tabs are always expanded to 8 spaces. $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