|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
1 |
# @(#$Id: recoll.conf.in,v 1.9 2006-04-06 14:28:21 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: recoll.conf.in,v 1.10 2006-09-08 08:51:47 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
#
|
2 |
#
|
3 |
# Recoll default configuration file. This should be copied to
|
3 |
# Recoll default configuration file. This should be copied to
|
4 |
# ~/.recoll/recoll.conf
|
4 |
# ~/.recoll/recoll.conf
|
5 |
|
5 |
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
|
... |
|
... |
26 |
|
26 |
|
27 |
# The only reason to change this would be if you want to change the icons
|
27 |
# The only reason to change this would be if you want to change the icons
|
28 |
# displayed in the result list
|
28 |
# displayed in the result list
|
29 |
iconsdir = @prefix@/share/recoll/images
|
29 |
iconsdir = @prefix@/share/recoll/images
|
30 |
|
30 |
|
31 |
# Where to store the database.
|
31 |
# Where to store the database (directory). This may be an absolute path,
|
|
|
32 |
# else it is taken as relative to the configuration directory (-c argument
|
|
|
33 |
# or $RECOLL_CONFDIR).
|
|
|
34 |
# If nothing is specified, the default is then ~/.recoll/xapiandb/
|
32 |
dbdir = ~/.recoll/xapiandb
|
35 |
dbdir = xapiandb
|
33 |
|
36 |
|
34 |
# Default character set. Values found inside files, ie content tag in html
|
37 |
# Default character set. Values found inside files, ie content tag in html
|
35 |
# documents, will override this. It can be specified per directory (see
|
38 |
# documents, will override this. It can be specified per directory (see
|
36 |
# below). Used when converting to utf-8 (internal storage format), so it
|
39 |
# below). Used when converting to utf-8 (internal storage format), so it
|
37 |
# may be quite important for pure text files.
|
40 |
# may be quite important for pure text files.
|