Switch to unified view

a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml
...
...
81
<listitem><para>Space-separated list of wildcard expressions for names that should
81
<listitem><para>Space-separated list of wildcard expressions for names that should
82
be ignored inside zip archives. This is used directly by
82
be ignored inside zip archives. This is used directly by
83
the zip handler, and has a function similar to skippedNames, but works
83
the zip handler, and has a function similar to skippedNames, but works
84
independantly. Can be redefined for subdirectories. Supported by recoll
84
independantly. Can be redefined for subdirectories. Supported by recoll
85
1.20 and newer. See
85
1.20 and newer. See
86
https://www.lesbonscomptes.com/recoll/faqsandhowtos/Filtering%20out%20Zip%20archive%20members
86
https://www.lesbonscomptes.com/recoll/faqsandhowtos/FilteringOutZipArchiveMembers.html
87
</para></listitem></varlistentry>
87
</para></listitem></varlistentry>
88
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.FOLLOWLINKS">
88
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.FOLLOWLINKS">
89
<term><varname>followLinks</varname></term>
89
<term><varname>followLinks</varname></term>
90
<listitem><para>Follow symbolic links during
90
<listitem><para>Follow symbolic links during
91
indexing. The default is to ignore symbolic links to avoid
91
indexing. The default is to ignore symbolic links to avoid
...
...
360
<listitem><para>Maximum size in MB of the Web archive. This is only used by the web history indexing code.
360
<listitem><para>Maximum size in MB of the Web archive. This is only used by the web history indexing code.
361
Default: 40 MB.
361
Default: 40 MB.
362
Reducing the size will not physically truncate the file.</para></listitem></varlistentry>
362
Reducing the size will not physically truncate the file.</para></listitem></varlistentry>
363
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.WEBQUEUEDIR">
363
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.WEBQUEUEDIR">
364
<term><varname>webqueuedir</varname></term>
364
<term><varname>webqueuedir</varname></term>
365
<listitem><para>The path to the Web indexing queue. This is
365
<listitem><para>The path to the Web indexing queue. This used to be
366
hard-coded in the plugin as ~/.recollweb/ToIndex so there should be no
366
hard-coded in the old plugin as ~/.recollweb/ToIndex so there would be no
367
need or possibility to change it, but the WebExtensions plugin now downloads
368
the files to the user Downloads directory, and a script moves them to
369
webqueuedir. The script reads this value from the config so it has become
367
need or possibility to change it.</para></listitem></varlistentry>
370
possible to change it.</para></listitem></varlistentry>
371
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.WEBDOWNLOADSDIR">
372
<term><varname>webdownloadsdir</varname></term>
373
<listitem><para>The path to browser downloads directory. This is
374
where the new browser add-on extension has to create the files. They are
375
then moved by a script to webqueuedir.</para></listitem></varlistentry>
368
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ASPELLDICDIR">
376
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ASPELLDICDIR">
369
<term><varname>aspellDicDir</varname></term>
377
<term><varname>aspellDicDir</varname></term>
370
<listitem><para>Aspell dictionary storage directory location. The
378
<listitem><para>Aspell dictionary storage directory location. The
371
aspell dictionary (aspdict.(lang).rws) is normally stored in the
379
aspell dictionary (aspdict.(lang).rws) is normally stored in the
372
directory specified by cachedir if set, or under the configuration
380
directory specified by cachedir if set, or under the configuration