added config+filter for man pages
This commit is contained in:
parent
2f75b9acb0
commit
faeb96cb01
@ -1,4 +1,4 @@
|
||||
# @(#$Id: mimeconf,v 1.24 2007-01-24 11:00:01 dockes Exp $ (C) 2004 J.F.Dockes
|
||||
# @(#$Id: mimeconf,v 1.25 2007-02-06 18:01:16 dockes Exp $ (C) 2004 J.F.Dockes
|
||||
|
||||
# Recoll : associations of mime types to processing filters.
|
||||
# There are different sections for decompression, 'interning' for indexing
|
||||
@ -51,6 +51,7 @@ text/plain = internal
|
||||
text/rtf = exec rclrtf
|
||||
text/x-gaim-log = exec rclgaim
|
||||
text/x-mail = internal
|
||||
text/x-man = exec rclman
|
||||
|
||||
## #############################################
|
||||
# Icons to be used in the result list if required by gui config
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# @(#$Id: mimemap,v 1.20 2007-01-24 11:00:01 dockes Exp $ (C) 2004 J.F.Dockes
|
||||
# @(#$Id: mimemap,v 1.21 2007-02-06 18:01:16 dockes Exp $ (C) 2004 J.F.Dockes
|
||||
# Recoll: associations of file name extensions to mime types
|
||||
|
||||
.txt = text/plain
|
||||
@ -80,3 +80,16 @@ recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
||||
# Special handling of .txt files inside ~/.gaim directory
|
||||
[~/.gaim]
|
||||
.txt = text/x-gaim-log
|
||||
|
||||
# Manual files. You may want to adjust the location for your system
|
||||
# We can't use the default text/troff type because this doesn't say
|
||||
# what macro set to use (groff -man)
|
||||
[/usr/share/man]
|
||||
.1 = text/x-man
|
||||
.2 = text/x-man
|
||||
.3 = text/x-man
|
||||
.4 = text/x-man
|
||||
.5 = text/x-man
|
||||
.6 = text/x-man
|
||||
.7 = text/x-man
|
||||
.8 = text/x-man
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user