|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.31 2008-08-25 16:12:16 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.32 2008-09-15 08:03:37 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
|
7 |
|
7 |
|
8 |
# Source files. Defining them as text/x-c will enable ext viewer. If
|
8 |
# Source files.
|
9 |
# text/plain they will be somewhat indexed
|
9 |
# Defining them with specific types allows using a specific ext viewer (in
|
|
|
10 |
# mimeview). You can in general use rcltext to wrap them in html for
|
|
|
11 |
# indexing the contents (and rough preview). You could also just set them
|
|
|
12 |
# as text/plain (index as text, use text viewer)
|
10 |
.cpp = text/x-c
|
13 |
.cpp = text/x-c
|
11 |
.h = text/x-c
|
14 |
.h = text/x-c
|
12 |
.c = text/x-c
|
15 |
.c = text/x-c
|
13 |
.cc = text/x-c
|
16 |
.cc = text/x-c
|
|
|
17 |
.py = text/x-python
|
14 |
|
18 |
|
15 |
.rtf = text/rtf
|
19 |
.rtf = text/rtf
|
16 |
|
20 |
|
17 |
.html = text/html
|
21 |
.html = text/html
|
18 |
.htm = text/html
|
22 |
.htm = text/html
|
|
... |
|
... |
107 |
.dat .bak .rdf .log .db .ini .msf .pid \
|
111 |
.dat .bak .rdf .log .db .ini .msf .pid \
|
108 |
.gnm .gnumeric \
|
112 |
.gnm .gnumeric \
|
109 |
.gif .bmp .xpm \
|
113 |
.gif .bmp .xpm \
|
110 |
,v ~ #
|
114 |
,v ~ #
|
111 |
|
115 |
|
112 |
# Special handling of .txt files inside ~/.gaim directory
|
116 |
# Special handling of .txt files inside ~/.gaim and ~/.purple directories
|
113 |
[~/.gaim]
|
117 |
[~/.gaim]
|
114 |
.txt = text/x-gaim-log
|
118 |
.txt = text/x-gaim-log
|
|
|
119 |
[~/.purple]
|
|
|
120 |
.txt = text/x-purple-log
|
115 |
|
121 |
|
116 |
# Special handling of sidux manual menu system
|
122 |
# Special handling of sidux manual menu system
|
117 |
[/usr/share/sidux-manual]
|
123 |
[/usr/share/sidux-manual]
|
118 |
.htm = text/x-html-sidux-man
|
124 |
.htm = text/x-html-sidux-man
|
119 |
.html = text/x-html-sidux-man
|
125 |
.html = text/x-html-sidux-man
|