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

Diff for /cvsweb/Attic/cvsweb.conf between version 4.24 and 4.25

version 4.24, 2019/11/29 18:33:24 version 4.25, 2019/11/29 18:50:15
Line 177  $hr_ignwhite = 0;
Line 177  $hr_ignwhite = 0;
 #  #
 $hr_ignkeysubst = 1;  $hr_ignkeysubst = 1;
   
 # Custom per MIME type diff tools, used for comparing binary files such as  
 # spreadsheets, images etc.  Each key is a MIME type in lowercase.  
 # Each value is an array ref of available diff tools for that type, each of  
 # which is a hash ref with values (mandatory where default not listed):  
 #   name: the name to show in the UI for this diff type  
 #   cmd:  full path to executable  
 #   args: arguments as an array ref (not string!, defaults to no arguments)  
 #   type: output MIME type (defaults to text/plain)  
 #  
 %DIFF_COMMANDS = (  
   #'text/xml' => [  
   #  { name => 'XMLdiff',  
   #    cmd  => $CMD{xmldiff},  
   #  },  
   #  { name => 'XMLdiff (XUpdate)',  
   #    cmd  => $CMD{xmldiff},  
   #    args => [ qw(-x) ],  
   #    type => 'text/xml',  
   #  },  
   #],  
 );  
   
 #  #
 # Mime types  # Mime types
 #  #

Legend:
Removed from v.4.24  
changed lines
  Added in v.4.25

CVSweb