|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.29 2008-02-03 16:24:16 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.30 2008-06-09 09:12:05 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
# Recoll: associations of file name extensions to mime types
|
2 |
# Recoll: associations of file name extensions to mime types
|
3 |
|
3 |
|
4 |
.txt = text/plain
|
4 |
.txt = text/plain
|
5 |
.text = text/plain
|
5 |
.text = text/plain
|
6 |
.d = text/plain
|
6 |
.d = text/plain
|
|
... |
|
... |
92 |
|
92 |
|
93 |
# Special handling of .txt files inside ~/.gaim directory
|
93 |
# Special handling of .txt files inside ~/.gaim directory
|
94 |
[~/.gaim]
|
94 |
[~/.gaim]
|
95 |
.txt = text/x-gaim-log
|
95 |
.txt = text/x-gaim-log
|
96 |
|
96 |
|
|
|
97 |
# Special handling of sidux manual menu system
|
|
|
98 |
[/usr/share/sidux-manual]
|
|
|
99 |
.htm = text/x-html-sidux-man
|
|
|
100 |
.html = text/x-html-sidux-man
|
|
|
101 |
|
97 |
# Manual files. You may want to adjust the location for your system
|
102 |
# Manual files. You may want to adjust the location for your system
|
98 |
# We can't use the default text/troff type because this doesn't say
|
103 |
# We can't use the default text/troff type because this doesn't say
|
99 |
# what macro set to use (groff -man)
|
104 |
# what macro set to use (groff -man)
|
100 |
[/usr/share/man]
|
105 |
[/usr/share/man]
|
101 |
.1 = text/x-man
|
106 |
.1 = text/x-man
|