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

Diff for /cvsweb/Attic/cvsweb.conf between version 3.11 and 3.12

version 3.11, 2000/11/22 19:26:12 version 3.12, 2000/12/28 17:49:28
Line 321  $mime_types = '/usr/local/etc/apache/mime.types';
Line 321  $mime_types = '/usr/local/etc/apache/mime.types';
            "shtml" => "text/html",             "shtml" => "text/html",
            "gif"   => "image/gif",             "gif"   => "image/gif",
            "jpeg"  => "image/jpeg",             "jpeg"  => "image/jpeg",
            "jpg"   => "image/jpeg",             "jpg"   => "image/jpeg",
              "png"   => "image/png",
              "xpm"   => "image/xpm",
            "*"     => "text/plain",             "*"     => "text/plain",
           );            );
   
Line 334  $mime_types = '/usr/local/etc/apache/mime.types';
Line 336  $mime_types = '/usr/local/etc/apache/mime.types';
 ##############  ##############
 # allow annotation of files  # allow annotation of files
 # this requires rw-access to the  # this requires rw-access to the
 # CVSROOT/history - file and rw-access  # CVSROOT/history file (if you have one)
 # to the subdirectory to place the lock  # and rw-access to the subdirectory to
 # so you maybe don't want it  # place the lock so you maybe don't want it
 $allow_annotate = 1;  $allow_annotate = 1;
   
 # allow pretty-printed version of files  # allow pretty-printed version of files
Line 411  $tabstop = 8;
Line 413  $tabstop = 8;
 # server  # server
 $use_moddate = 1;  $use_moddate = 1;
   
   # Allows downloading a tarball of the current directory if set.
   # Bear in mind that this allows downloading a tarball of your entire
   # repository, which can take a lot of time and disk space to create!
   # If you enable this, you may need to make sure that cvsweb can write to
   # CVSROOT/val-tags, due to a bug in cvs.
   $allow_tar = '';
   
   1;
 #EOF  #EOF

Legend:
Removed from v.3.11  
changed lines
  Added in v.3.12

CVSweb