*** empty log message ***

This commit is contained in:
dockes 2008-11-27 13:35:24 +00:00
parent fbaea05093
commit 03ca1aac13

View File

@ -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