|
a/src/INSTALL |
|
b/src/INSTALL |
|
... |
|
... |
74 |
4.2. Supporting packages
|
74 |
4.2. Supporting packages
|
75 |
|
75 |
|
76 |
Recoll uses external applications to index some file types. You need to
|
76 |
Recoll uses external applications to index some file types. You need to
|
77 |
install them for the file types that you wish to have indexed (these are
|
77 |
install them for the file types that you wish to have indexed (these are
|
78 |
run-time dependencies. None is needed for building Recoll):
|
78 |
run-time dependencies. None is needed for building Recoll):
|
|
|
79 |
|
|
|
80 |
* Openoffice: supported natively, but needs the unzip command to be
|
|
|
81 |
installed.
|
79 |
|
82 |
|
80 |
* PDF: pdftotext is part of the Xpdf package.
|
83 |
* PDF: pdftotext is part of the Xpdf package.
|
81 |
|
84 |
|
82 |
* Postscript: pstotext.
|
85 |
* Postscript: pstotext.
|
83 |
|
86 |
|
|
... |
|
... |
379 |
in some cases. Example: gaim logs have a .txt extension but should be
|
382 |
in some cases. Example: gaim logs have a .txt extension but should be
|
380 |
handled specially, which is possible because they are usually all located
|
383 |
handled specially, which is possible because they are usually all located
|
381 |
in one place.
|
384 |
in one place.
|
382 |
|
385 |
|
383 |
mimemap also has a recoll_noindex variable which is a list of suffixes.
|
386 |
mimemap also has a recoll_noindex variable which is a list of suffixes.
|
384 |
Matching files will be skipped (avoids unnecessary decompressions or file
|
387 |
Matching files will be skipped (which avoids unnecessary decompressions or
|
385 |
executions). This is partially redundant with skippedNames in the main
|
388 |
file executions). This is partially redundant with skippedNames in the
|
386 |
configuration file, with two differences: it will not affect directories,
|
389 |
main configuration file, with two differences: it will not affect
|
387 |
and it can be changed for any sub-directory.
|
390 |
directories, and it cannot be made dependant on the file-system location
|
|
|
391 |
(it is a configuration-wide parameter). You could accomplish with
|
|
|
392 |
skippedNames anything that recoll_noindex does. The latter is used mostly
|
|
|
393 |
for things known to be unindexable by a given Recoll version. Having it
|
|
|
394 |
there avoids cluttering the more user-oriented and locally customized
|
|
|
395 |
skippedNames.
|
388 |
|
396 |
|
389 |
4.4.3. The mimeconf file
|
397 |
4.4.3. The mimeconf file
|
390 |
|
398 |
|
391 |
mimeconf specifies how the different mime types are handled for indexing,
|
399 |
mimeconf specifies how the different mime types are handled for indexing,
|
392 |
and for display.
|
400 |
and which icons are displayed in the recoll result lists.
|
393 |
|
401 |
|
394 |
Changing the indexing parameters is probably not a good idea except if you
|
402 |
Changing the parameters in the [index] section is probably not a good idea
|
395 |
are a Recoll developers.
|
403 |
except if you are a Recoll developer.
|
396 |
|
404 |
|
397 |
You may want to adjust the external viewers defined in (ie: HTML is either
|
405 |
The [icons] section allows you to change the icons which are displayed by
|
398 |
previewed internally or displayed using firefox, but you may prefer
|
406 |
recoll in the result lists (the values are the basenames of the png images
|
399 |
mozilla, your openoffice.org program might be named oofice instead of
|
|
|
400 |
openoffice ...). Look for the [view] section.
|
|
|
401 |
|
|
|
402 |
You can also change the icons which are displayed by recoll in the result
|
|
|
403 |
lists (the values are the basenames of the png images inside the iconsdir
|
|
|
404 |
directory (specified in recoll.conf).
|
407 |
inside the iconsdir directory (specified in recoll.conf).
|
|
|
408 |
|
|
|
409 |
4.4.4. The mimeview file
|
|
|
410 |
|
|
|
411 |
mimeview specifies which programs are started when you click on an Edit
|
|
|
412 |
link in a result list. Ie: HTML is normally displayed using firefox, but
|
|
|
413 |
you may prefer Konqueror, your openoffice.org program might be named
|
|
|
414 |
oofice instead of openoffice etc.
|
|
|
415 |
|
|
|
416 |
Changes to this file can be done by direct editing, or through the recoll
|
|
|
417 |
user preferences dialog.
|
|
|
418 |
|
|
|
419 |
As for the other configuration files, the normal usage is to have a
|
|
|
420 |
mimeview inside your own configuration directory, with just the
|
|
|
421 |
non-default entries, which will override those from the central
|
|
|
422 |
configuration file.
|
|
|
423 |
|
|
|
424 |
Please note that these entries must be placed under a [view] section.
|
405 |
|
425 |
|
406 |
--------------------------------------------------------------------------
|
426 |
--------------------------------------------------------------------------
|
407 |
|
427 |
|
408 |
Prev Home
|
428 |
Prev Home
|
409 |
Building from source Up
|
429 |
Building from source Up
|