doc
This commit is contained in:
parent
30e12ba83d
commit
7954623b4d
@ -4433,7 +4433,7 @@ except:
|
||||
versions, which use internal code.</para></listitem>
|
||||
|
||||
<listitem><para>Zip archives need <application>Python</application>
|
||||
(and the standard zipfile module).</para></listitem>
|
||||
(and the standard zipfile module). </para></listitem>
|
||||
|
||||
<listitem><para>Rar archives need
|
||||
<application>Python</application>, the
|
||||
@ -4816,7 +4816,7 @@ except:
|
||||
</para>
|
||||
|
||||
<sect2 id="RCL.INSTALL.CONFIG.RECOLLCONF">
|
||||
<title>Main configuration file</title>
|
||||
<title>The main configuration file, recoll.conf</title>
|
||||
|
||||
<para><filename>recoll.conf</filename> is the main
|
||||
configuration file. It defines things like
|
||||
@ -4922,6 +4922,21 @@ skippedPaths = ~/somedir/*.txt
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ZIPSKIPPEDNAMES">
|
||||
<term><varname>zipSkippedNames</varname></term>
|
||||
<listitem><para>A space-separated list of patterns for
|
||||
names of files or directories that should be ignored
|
||||
inside zip archives. This is used directly by the zip
|
||||
filter, and has a function similar to skippedNames, but
|
||||
works independantly. Can be redefined for filesystem
|
||||
subdirectories. For versions up to 1.19, you will need
|
||||
to update the Zip filter and install a supplementary
|
||||
Python module. The details are
|
||||
described <ulink url="https://bitbucket.org/medoc/recoll/wiki/Filtering%20out%20Zip%20archive%20members">on
|
||||
the &RCL; wiki</ulink>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.FOLLOWLINKS">
|
||||
<term><varname>followLinks</varname></term>
|
||||
<listitem><para>Specifies if the indexer should follow
|
||||
@ -5270,7 +5285,7 @@ metadatacmds = ; tags = tmsu tags %f; otherfield = somecmd -xx %f
|
||||
</sect3>
|
||||
|
||||
<sect3 id="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTHREADS">
|
||||
<title>Indexing parallelism configuration</title>
|
||||
<title>Parameters affecting multithread processing</title>
|
||||
|
||||
<para>The &RCL; indexing process
|
||||
<command>recollindex</command> can use multiple threads to
|
||||
|
||||
@ -31,6 +31,10 @@ versions.</i></p>
|
||||
|
||||
<h2><a name="b_latest">recoll 1.19.5</a></h2>
|
||||
<ul>
|
||||
<li>It's quite possible to crash the GUI by initiating a long search
|
||||
and then clicking on stuff. This will be fixed some day but for now:
|
||||
don't do it or don't be surprised :) </li>
|
||||
|
||||
<li>On systems such as Debian Stable which use Evince version 2.x (not 3.x)
|
||||
as PDF viewer, the default "Open" command for PDF files will not
|
||||
work. You need to use the GUI preferences tool to change the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user