Switch to unified view

a/website/faqsandhowtos/PreventIndexingDir.txt b/website/faqsandhowtos/PreventIndexingDir.txt
...
...
14
=== How to do it
14
=== How to do it
15
15
16
There are two ways to block indexing at certain points: either by listing
16
There are two ways to block indexing at certain points: either by listing
17
specific paths, or by directory name pattern matches. 
17
specific paths, or by directory name pattern matches. 
18
18
19
- Blocking specific paths: this is controlled by the skippedPaths variable
19
- Blocking specific paths: this is controlled by the 'skippedPaths'
20
  in the main configuration file. You can adjust the value either by
20
  variable in the main configuration file. You can adjust the value either
21
  editing the file or by using the indexing configuration dialog:
21
  by editing the file or by using the indexing configuration dialog:
22
  _Preferences->Indexing configuration->Global parameters->Skipped paths_
22
  _Preferences->Indexing configuration->Global parameters->Skipped paths_
23
- Using pattern matches: these are listed in the skippedNames variable in
23
- Using pattern matches: these are listed in the skippedNames variable in
24
  the main configuration file. You can adjust the value either by editing
24
  the main configuration file. You can adjust the value either by editing
25
  the file or by using the GUI: _Preferences->Indexing configuration->Local
25
  the file or by using the GUI: _Preferences->Indexing configuration->Local
26
  parameters->Skipped names_
26
  parameters->Skipped names_
27
27
28
The
29
link:../usermanual/webhelp/docs/RCL.INSTALL.CONFIG.RECOLLCONF.WHATDOCS.html[configuration
30
section] of the manual has a bit more detail about the two variables.