=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.2 retrieving revision 4.3 diff -u -p -r4.2 -r4.3 --- cvsweb/Attic/cvsweb.conf 2019/11/08 21:10:43 4.2 +++ cvsweb/Attic/cvsweb.conf 2019/11/10 14:05:18 4.3 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.2 2019/11/08 21:10:43 schwarze Exp $ +# $Id: cvsweb.conf,v 4.3 2019/11/10 14:05:18 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 # @@ -139,10 +139,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 +285,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 +351,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