=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.24 retrieving revision 4.25 diff -u -p -r4.24 -r4.25 --- cvsweb/Attic/cvsweb.conf 2019/11/29 18:33:24 4.24 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 18:50:15 4.25 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.24 2019/11/29 18:33:24 schwarze Exp $ +# $Id: cvsweb.conf,v 4.25 2019/11/29 18:50:15 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 # @@ -176,28 +176,6 @@ $hr_ignwhite = 0; # ('-kk' option to rcsdiff) # $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