From 03ca1aac135448cab5e350194513310f72de6a47 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 27 Nov 2008 13:35:24 +0000 Subject: [PATCH] *** empty log message *** --- src/sampleconf/mimeconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index 03803873..1df4c5f3 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -1,4 +1,4 @@ -# @(#$Id: mimeconf,v 1.47 2008-11-27 09:49:46 dockes Exp $ (C) 2004 J.F.Dockes +# @(#$Id: mimeconf,v 1.48 2008-11-27 13:35:24 dockes Exp $ (C) 2004 J.F.Dockes # Recoll : associations of mime types to processing filters. # There are different sections for decompression, 'interning' for indexing @@ -23,8 +23,10 @@ application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t ## ################################### # Filters for indexing and internal preview. # The "internal" filters are hardwired in the c++ code. -# The external "exec" filters are typically scripts. They output the +# The external "exec" filters are typically scripts. By default, they output the # document in simple html format, have a look at the scripts. +# A different format (ie text/plain), and a character set can be defined for +# each filter, see the exemples below (ie: msword) [index] # Note: rcldoc did some work to splice hyphenated words at eol. Seems # actually not needed because antiword apparently does it too