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

Diff for /cvsweb/Attic/cvsweb.conf between version 4.2 and 4.3

version 4.2, 2019/11/08 21:10:43 version 4.3, 2019/11/10 14:05:18
Line 139  $mancgi =
Line 139  $mancgi =
     #   h      Human readable      #   h      Human readable
     #   u      Unified diff      #   u      Unified diff
     #   c      Context diff      #   c      Context diff
     #   s      Side by side  
     #   uc     Unified diff, enscript colored (falls back to "u" w/o enscript)      #   uc     Unified diff, enscript colored (falls back to "u" w/o enscript)
     #   cc     Context diff, enscript colored (falls back to "c" 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",      "f" => "u",
   
     # hidecvsroot: Don't show the CVSROOT directory.  Note that this is      # hidecvsroot: Don't show the CVSROOT directory.  Note that this is
Line 287  $hr_breakable = 1;
Line 285  $hr_breakable = 1;
 #  #
 $showfunc = 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)  # Ignore whitespace in human readable diffs? ('-w' option to diff)
 #  #
 $hr_ignwhite = 0;  $hr_ignwhite = 0;
Line 362  $inputTextSize = 12;
Line 351  $inputTextSize = 12;
 # The traditional mime.types file, eg. the one from Apache is fine.  # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.  # 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.  # 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  # Note that the web server may default to some charset which may take effect

Legend:
Removed from v.4.2  
changed lines
  Added in v.4.3

CVSweb