Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
80
     * Postscript: pstotext.
80
     * Postscript: pstotext.
81
81
82
     * MS Word: antiword.
82
     * MS Word: antiword.
83
83
84
     * MS Excel and PowerPoint: catdoc.
84
     * MS Excel and PowerPoint: catdoc.
85
86
     * Wordperfect files: libwpd.
85
87
86
     * RTF: unrtf
88
     * RTF: unrtf
87
89
88
     * dvi: dvips
90
     * dvi: dvips
89
91
...
...
266
268
267
   topdirs
269
   topdirs
268
270
269
           Specifies the list of directories or files to index (recursively
271
           Specifies the list of directories or files to index (recursively
270
           for directories). The indexer will not follow symbolic links
272
           for directories). The indexer will not follow symbolic links
271
           inside the indexed trees. If an entry in the topdirs list is a
273
           inside the indexed trees by default (see the followLinks options
272
           symbolic link, indexing will not start and will generate an error.
274
           though).
273
275
274
   dbdir
276
   dbdir
275
277
276
           The name of the Xapian data directory. It will be created if
278
           The name of the Xapian data directory. It will be created if
277
           needed when the index is initialized. If this is not an absolute
279
           needed when the index is initialized. If this is not an absolute
...
...
316
           Example of use for skipping text files only in a specific
318
           Example of use for skipping text files only in a specific
317
           directory:
319
           directory:
318
320
319
 skippedPaths = ~/somedir/*.txt
321
 skippedPaths = ~/somedir/*.txt
320
             
322
             
323
324
   followLinks
325
326
           Specifies if the indexer should follow symbolic links while
327
           walking the file tree. The default is to ignore symbolic links to
328
           avoid multiple indexing of linked files. No effort is made to
329
           avoid duplication when this option is set to true. This option can
330
           be set individually for each of the topdirs members by using
331
           sections. It can not be changed below the topdirs level.
321
332
322
   loglevel,daemloglevel
333
   loglevel,daemloglevel
323
334
324
           Verbosity level for recoll and recollindex. A value of 4 lists
335
           Verbosity level for recoll and recollindex. A value of 4 lists
325
           quite a lot of debug/information messages. 2 only lists errors.
336
           quite a lot of debug/information messages. 2 only lists errors.