doc
This commit is contained in:
parent
9481bc1ab4
commit
0396e2b868
@ -10,10 +10,11 @@ The system-wide configuration file is normally located inside
|
||||
may be overridden by setting it in the personal configuration file, by default:
|
||||
.IR $HOME/.recoll/recoll.conf
|
||||
.LP
|
||||
Please note while we try to keep this manual page reasonably up to date, it
|
||||
Please note while I try to keep this manual page reasonably up to date, it
|
||||
will frequently lag the current state of the software. The best source of
|
||||
information about the configuration are the comments in the system-wide
|
||||
configuration file.
|
||||
configuration file or the user manual which you can access from the recoll GUI
|
||||
help menu or on the recoll web site.
|
||||
|
||||
.LP
|
||||
A short extract of the file might look as follows:
|
||||
|
||||
@ -1254,7 +1254,7 @@ alink="#0000FF">
|
||||
"link" href=
|
||||
"#RCL.INSTALL.CONFIG.RECOLLCONF.TOPDIRS"><code class=
|
||||
"varname">topdirs</code></a>, which determines what
|
||||
subtrees get indexed.</p>
|
||||
subtrees and files get indexed.</p>
|
||||
<p>The applications needed to index file types other than
|
||||
text, HTML or email (ie: pdf, postscript, ms-word...) are
|
||||
described in the <a class="link" href=
|
||||
@ -6555,7 +6555,8 @@ recollindex -c "$confdir"
|
||||
<dd>
|
||||
<p>Fetches the next <code class=
|
||||
"literal">Doc</code> object from the current
|
||||
search results.</p>
|
||||
search results. Generates a StopIteration
|
||||
exception if there are no results left.</p>
|
||||
</dd>
|
||||
<dt><span class=
|
||||
"term">Query.close()</span></dt>
|
||||
@ -7845,7 +7846,7 @@ for i in range(nres):
|
||||
example, a short extract of the main configuration file
|
||||
might look as follows:</p>
|
||||
<pre class="programlisting">
|
||||
# Space-separated list of directories to index.
|
||||
# Space-separated list of files and directories to index.
|
||||
topdirs = ~/docs /usr/share/doc
|
||||
|
||||
[~/somedirectory-with-utf8-txt-files]
|
||||
|
||||
@ -722,7 +722,7 @@
|
||||
interested in is probably
|
||||
<link linkend="RCL.INSTALL.CONFIG.RECOLLCONF.TOPDIRS">
|
||||
<varname>topdirs</varname></link>,
|
||||
which determines what subtrees get indexed.</para>
|
||||
which determines what subtrees and files get indexed.</para>
|
||||
|
||||
<para>The applications needed to index file types other than
|
||||
text, HTML or email (ie: pdf, postscript, ms-word...) are
|
||||
@ -5095,9 +5095,10 @@ recollindex -c "$confdir"
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Query.fetchone()</term>
|
||||
<listitem><para>Fetches the next <literal>Doc</literal> object
|
||||
from the current search results.</para></listitem>
|
||||
<term>Query.fetchone()</term> <listitem><para>Fetches the
|
||||
next <literal>Doc</literal> object from the current
|
||||
search results. Generates a StopIteration exception if
|
||||
there are no results left.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
@ -6117,7 +6118,7 @@ for i in range(nres):
|
||||
example, a short extract of the main configuration file might
|
||||
look as follows:</para>
|
||||
<programlisting>
|
||||
# Space-separated list of directories to index.
|
||||
# Space-separated list of files and directories to index.
|
||||
topdirs = ~/docs /usr/share/doc
|
||||
|
||||
[~/somedirectory-with-utf8-txt-files]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user