=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.2 retrieving revision 4.4 diff -u -p -r4.2 -r4.4 --- cvsweb/Attic/cvsweb.conf 2019/11/08 21:10:43 4.2 +++ cvsweb/Attic/cvsweb.conf 2019/11/10 15:59:40 4.4 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.2 2019/11/08 21:10:43 schwarze Exp $ +# $Id: cvsweb.conf,v 4.4 2019/11/10 15:59:40 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -56,11 +56,7 @@ $CMD{tar} ||= search_path('tar'); # 'symbolic_name' => ['Name to display', '/path/to/cvsroot'] # @CVSrepositories = ( - 'local' => ['Local Repository', '/var/cvs'], -# 'freebsd' => ['FreeBSD', '/var/ncvs'], -# 'openbsd' => ['OpenBSD', '/var/ncvs'], -# 'netbsd' => ['NetBSD', '/var/ncvs'], -# 'ruby' => ['Ruby', '/var/anoncvs/ruby'], + 'local' => ['Local Repository', '/cvs'], ); # The default CVS root. Note that @CVSrepositories is list, not a hash, @@ -139,10 +135,8 @@ $mancgi = # h Human readable # u Unified diff # c Context diff - # s Side by side # uc Unified diff, enscript colored (falls back to "u" w/o enscript) # cc Context diff, enscript colored (falls back to "c" w/o enscript) - # sc Side by side, enscript colored (falls back to "s" w/o enscript) "f" => "u", # hidecvsroot: Don't show the CVSROOT directory. Note that this is @@ -287,15 +281,6 @@ $hr_breakable = 1; # $showfunc = 1; -# For each pair of regexps, files that match the first regexp will be diff'ed -# with an -F option using the second regexp (unified and context only). -# See the -F option in the diff(1) man page. -# -%funcline_regexp = ( - qr/\.(?:4th|fr)$/o => "\\(^\\|[ \t]\\): ", - qr/\.rb$/o => "^[\t ]*\\(class\\|module\\|def\\) ", -); - # Ignore whitespace in human readable diffs? ('-w' option to diff) # $hr_ignwhite = 0; @@ -362,7 +347,7 @@ $inputTextSize = 12; # The traditional mime.types file, eg. the one from Apache is fine. # See above where this gets used. # -$mime_types = '/usr/local/etc/apache/mime.types'; +$mime_types = '/conf/mime.types'; # Charset appended to the Content-Type HTTP header for text/* MIME types. # Note that the web server may default to some charset which may take effect