=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.25 retrieving revision 4.26 diff -u -p -r4.25 -r4.26 --- cvsweb/Attic/cvsweb.conf 2019/11/29 18:50:15 4.25 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 19:30:16 4.26 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.25 2019/11/29 18:50:15 schwarze Exp $ +# $Id: cvsweb.conf,v 4.26 2019/11/29 19:30:16 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 # @@ -209,28 +209,6 @@ $hr_ignkeysubst = 1; # See above where this gets used. # $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 -# if you leave this parameter empty or unset. -# For Apache, see also the AddDefaultCharset directive. -# -$charset = ''; - -# e.g. -#$charset = $where =~ m,/ru[/_-], ? 'koi8-r' -# : $where =~ m,/zh[/_-], ? 'big5' -# : $where =~ m,/ja[/_-], ? 'x-euc-jp' -# : $where =~ m,/ko[/_-], ? 'x-euc-kr' -# : 'iso-8859-1'; - -# Output filter -# -$output_filter = ''; - -# e.g. -## unify/convert Japanese code into EUC-JP -#$output_filter= '/usr/local/bin/nkf -e'; ############## # Misc