Switch to unified view

a/src/README b/src/README
...
...
424
424
425
  2.4.1. Starting indexing
425
  2.4.1. Starting indexing
426
426
427
   Indexing is performed either by the recollindex program, or by the
427
   Indexing is performed either by the recollindex program, or by the
428
   indexing thread inside the recoll program (use the File menu). Both
428
   indexing thread inside the recoll program (use the File menu). Both
429
   programs will use of the RECOLL_CONFDIR variable or accept a -c confdir
429
   programs will use the RECOLL_CONFDIR variable or accept a -c confdir
430
   option to specify the configuration directory to be used.
430
   option to specify a non-default configuration directory.
431
431
432
   If the recoll program finds no index when it starts, it will automatically
432
   If the recoll program finds no index when it starts, it will automatically
433
   start indexing (except if canceled).
433
   start indexing (except if canceled).
434
434
435
   It is best to avoid interrupting the indexing process, as this may
435
   It is best to avoid interrupting the indexing process, as this may
...
...
502
   runs permanently, the log file may grow quite big, depending on the log
502
   runs permanently, the log file may grow quite big, depending on the log
503
   level.
503
   level.
504
504
505
   While it is convenient that data is indexed in real time, repeated
505
   While it is convenient that data is indexed in real time, repeated
506
   indexing can generate a significant load on the system when files such as
506
   indexing can generate a significant load on the system when files such as
507
   email folders change. You probably do not want to enable it if your system
507
   email folders change. Also, monitoring large file trees by itself
508
   significantly taxes system resources. You probably do not want to enable
508
   is short on resources. Periodic indexing is adequate in most cases.
509
   it if your system is short on resources. Periodic indexing is adequate in
510
   most cases.
509
511
510
     ----------------------------------------------------------------------
512
     ----------------------------------------------------------------------
511
513
512
                              Chapter 3. Searching
514
                              Chapter 3. Searching
513
515
...
...
1063
   There are two tabs in the dialog, dealing with the interface itself, and
1065
   There are two tabs in the dialog, dealing with the interface itself, and
1064
   with the parameters used for searching and returning results.
1066
   with the parameters used for searching and returning results.
1065
1067
1066
   User interface parameters:
1068
   User interface parameters:
1067
1069
1068
     * Number of results in a result page
1070
     * Number of results in a result page:
1071
1072
     * Highlight color for query terms: Terms from the user query are
1073
       highlighted in the result list samples and the preview window. The
1074
       color can be chosen here. Any QT color string should work (ie red,
1075
       #ff0000). The default is blue.
1069
1076
1070
     * Result list font: There is quite a lot of information shown in the
1077
     * Result list font: There is quite a lot of information shown in the
1071
       result list, and you may want to customize the font and/or font size.
1078
       result list, and you may want to customize the font and/or font size.
1072
       The rest of the fonts used by Recoll are determined by your generic QT
1079
       The rest of the fonts used by Recoll are determined by your generic QT
1073
       config (try the qtconfig command.
1080
       config (try the qtconfig command).
1074
1081
1075
     * Result paragraph format string: allows you to change the presentation
1082
     * Result paragraph format string: allows you to change the presentation
1076
       of each result list entry. This is a qt-html string where the
1083
       of each result list entry. This is a qt-html string where the
1077
       following printf-like % substitutions will be performed:
1084
       following printf-like % substitutions will be performed:
1078
1085