This commit is contained in:
Jean-Francois Dockes 2020-12-13 15:29:47 +01:00
parent b2f0e2e657
commit 3417351bfb
2 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.2.0">
"HTML Tidy for HTML5 for Linux version 5.6.0">
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<title>Recoll user manual</title>
@ -711,7 +711,7 @@ alink="#0000FF">
</li>
<li class="listitem">
<p>A <a class="ulink" href=
"https://github.com/koniu/recoll-webui" target=
"https://framagit.org/medoc92/recollwebui" target=
"_top">WEB interface</a>.</p>
</li>
</ul>
@ -1151,8 +1151,8 @@ alink="#0000FF">
different areas of the file system to different
indexes. For example, if you were to issue the
following command:</p>
<pre class="programlisting">
recoll -c ~/.indexes-email</pre>
<pre class=
"programlisting">recoll -c ~/.indexes-email</pre>
<p>Then <span class="application">Recoll</span> would
use configuration files stored in <code class=
"filename">~/.indexes-email/</code> and, (unless
@ -3890,8 +3890,8 @@ fs.inotify.max_user_watches=32768
that every user does not have to do it. The variable
should define a colon-separated list of index
directories, ie:</p>
<pre class="screen">
export RECOLL_EXTRA_DBS=/some/place/xapiandb:/some/other/db</pre>
<pre class=
"screen">export RECOLL_EXTRA_DBS=/some/place/xapiandb:/some/other/db</pre>
<p>Another environment variable, <code class=
"envar">RECOLL_ACTIVE_EXTRA_DBS</code> allows adding to
the active list of indexes. This variable was suggested
@ -4693,8 +4693,8 @@ fs.inotify.max_user_watches=32768
parent folder expansion, usually creating a file
manager window on the folder where the container file
resides. E.g.:</p>
<pre class="programlisting">
&lt;a href="F%N"&gt;%P&lt;/a&gt;</pre>
<pre class=
"programlisting">&lt;a href="F%N"&gt;%P&lt;/a&gt;</pre>
<p>A link target defined as <code class=
"literal">R%N|<em class=
"replaceable"><code>scriptname</code></em></code>
@ -4837,8 +4837,8 @@ fs.inotify.max_user_watches=32768
<span class="application">javascript</span> program to
the documents, like the following example, which would
initiate a search by double-clicking any term:</p>
<pre class="programlisting">
&lt;script language="JavaScript"&gt;
<pre class=
"programlisting">&lt;script language="JavaScript"&gt;
function recollsearch() {
var t = document.getSelection();
window.location.href = 'recoll://search/query?qtp=a&amp;p=0&amp;q=' +
@ -10092,8 +10092,8 @@ for i in range(nres):
"filename">.xml</code> extension but should be handled
specially, which is possible because they are usually all
located in one place. Example:</p>
<pre class="programlisting">
[~/.kde/share/apps/okular/docdata]
<pre class=
"programlisting">[~/.kde/share/apps/okular/docdata]
.xml = application/x-okular-notes</pre>
<p>The <code class="varname">recoll_noindex</code>
<code class="filename">mimemap</code> variable has been

View File

@ -282,7 +282,7 @@
<ulink url="https://www.lesbonscomptes.com/recoll/pages/download.html">Search Provider</ulink>.
</para></listitem>
<listitem><para>A
<ulink url="https://github.com/koniu/recoll-webui">WEB interface</ulink>.
<ulink url="https://framagit.org/medoc92/recollwebui">WEB interface</ulink>.
</para></listitem>
</itemizedlist>
</para>
@ -5197,7 +5197,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
<para>You can also take a look at the source for the
<ulink
url="https://framagit.org/medoc92/recollwebui/-/blob/master/webui.py">
url="https://framagit.org/medoc92/recollwebui/-/blob/master/webui.py">
Recoll WebUI</ulink>, the
<ulink url="https://framagit.org/medoc92/upmpdcli/-/blob/master/src/mediaserver/cdplugins/uprcl/uprclfolders.py">
upmpdcli local media server</ulink>, or the