Switch to unified view

a/src/README b/src/README
...
...
1176
1176
1177
     * MS Word: antiword.
1177
     * MS Word: antiword.
1178
1178
1179
     * MS Excel and PowerPoint: catdoc.
1179
     * MS Excel and PowerPoint: catdoc.
1180
1180
1181
     * Wordperfect files: libwpd.
1182
1181
     * RTF: unrtf
1183
     * RTF: unrtf
1182
1184
1183
     * dvi: dvips
1185
     * dvi: dvips
1184
1186
1185
     * djvu: DjVuLibre
1187
     * djvu: DjVuLibre
...
...
1343
1345
1344
   topdirs
1346
   topdirs
1345
1347
1346
           Specifies the list of directories or files to index (recursively
1348
           Specifies the list of directories or files to index (recursively
1347
           for directories). The indexer will not follow symbolic links
1349
           for directories). The indexer will not follow symbolic links
1348
           inside the indexed trees. If an entry in the topdirs list is a
1350
           inside the indexed trees by default (see the followLinks options
1349
           symbolic link, indexing will not start and will generate an error.
1351
           though).
1350
1352
1351
   dbdir
1353
   dbdir
1352
1354
1353
           The name of the Xapian data directory. It will be created if
1355
           The name of the Xapian data directory. It will be created if
1354
           needed when the index is initialized. If this is not an absolute
1356
           needed when the index is initialized. If this is not an absolute
...
...
1393
           Example of use for skipping text files only in a specific
1395
           Example of use for skipping text files only in a specific
1394
           directory:
1396
           directory:
1395
1397
1396
 skippedPaths = ~/somedir/*.txt
1398
 skippedPaths = ~/somedir/*.txt
1397
             
1399
             
1400
1401
   followLinks
1402
1403
           Specifies if the indexer should follow symbolic links while
1404
           walking the file tree. The default is to ignore symbolic links to
1405
           avoid multiple indexing of linked files. No effort is made to
1406
           avoid duplication when this option is set to true. This option can
1407
           be set individually for each of the topdirs members by using
1408
           sections. It can not be changed below the topdirs level.
1398
1409
1399
   loglevel,daemloglevel
1410
   loglevel,daemloglevel
1400
1411
1401
           Verbosity level for recoll and recollindex. A value of 4 lists
1412
           Verbosity level for recoll and recollindex. A value of 4 lists
1402
           quite a lot of debug/information messages. 2 only lists errors.
1413
           quite a lot of debug/information messages. 2 only lists errors.