doc
This commit is contained in:
parent
d3e491dbec
commit
e1e795a237
4 changed files with 33 additions and 32 deletions
|
@ -3025,6 +3025,10 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
|
|||
<filename>ptrans</filename></link> configuration file, which
|
||||
can be edited by hand or from the GUI external indexes
|
||||
configuration dialog.</para>
|
||||
|
||||
<note><para>Due to a current bug, the GUI must be restarted
|
||||
after changing the <filename>ptrans</filename> values (even when they
|
||||
were changed from the GUI).</para></note>
|
||||
</sect1>
|
||||
|
||||
|
||||
|
@ -3296,19 +3300,15 @@ dir:recoll dir:src -dir:utils -dir:common
|
|||
|
||||
<listitem><para><literal>mime</literal> or
|
||||
<literal>format</literal> for specifying the
|
||||
MIME type. This one is quite special because you can specify
|
||||
several values which will be OR'ed (the normal default for the
|
||||
language is AND). Ex: <literal>mime:text/plain
|
||||
mime:text/html</literal>. Specifying an explicit boolean
|
||||
operator before a
|
||||
<literal>mime</literal> specification is not supported and
|
||||
will produce strange results. You can filter out certain types
|
||||
by using negation (<literal>-mime:some/type</literal>), and you can
|
||||
use wildcards in the value (<literal>mime:text/*</literal>).
|
||||
Note that <literal>mime</literal> is
|
||||
the ONLY field with an OR default. You do need to use
|
||||
<literal>OR</literal> with <literal>ext</literal> terms for
|
||||
example.</para>
|
||||
MIME type. These clauses are processed besides the normal
|
||||
Boolean logic of the search. Multiple values will be OR'ed
|
||||
(instead of the normal AND). You can specify types to be
|
||||
excluded, with the usual <literal>-</literal>, and use
|
||||
wildcards. Example: <replaceable>mime:text/*
|
||||
-mime:text/plain</replaceable>
|
||||
Specifying an explicit boolean
|
||||
operator before a <literal>mime</literal> specification is not
|
||||
supported and will produce strange results. </para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para><literal>type</literal> or
|
||||
|
@ -3318,12 +3318,18 @@ dir:recoll dir:src -dir:utils -dir:common
|
|||
(<filename>mimeconf</filename>), and can be modified or
|
||||
extended. The default category names are those which permit
|
||||
filtering results in the main GUI screen. Categories are OR'ed
|
||||
like MIME types above. This can't be negated with
|
||||
<literal>-</literal> either.</para>
|
||||
like MIME types above, and can be negated with
|
||||
<literal>-</literal>.</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<note><para>
|
||||
<literal>mime</literal> is the <emphasis>only</emphasis> field with an
|
||||
<literal>OR</literal> default. You do need to use
|
||||
<literal>OR</literal> with <literal>ext</literal> terms for
|
||||
example.</para> </note>
|
||||
|
||||
<para>The document input handlers used while indexing have the
|
||||
possibility to create other fields with arbitrary names, and
|
||||
aliases may be defined in the configuration, so that the exact
|
||||
|
|
|
@ -130,7 +130,7 @@ image/png = execm rclimg
|
|||
image/tiff = execm rclimg
|
||||
image/vnd.djvu = exec rcldjvu
|
||||
image/svg+xml = execm rclsvg.py
|
||||
image/x-xcf = execm rclimg.py
|
||||
image/x-xcf = execm rclimg
|
||||
inode/symlink = internal
|
||||
application/x-zerosize = internal
|
||||
inode/x-empty = internal application/x-zerosize
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<h2><a name="systems">Supported systems</a></h2>
|
||||
|
||||
<p><span class="application">Recoll</span> has been compiled and
|
||||
tested on Linux, MS-Windows 71-0, MacOS X and Solaris (initial
|
||||
tested on Linux, MS-Windows 7-10, MacOS X and Solaris (initial
|
||||
versions Redhat 7, Fedora Core 5, Suse 10, Gentoo, Debian 3.1,
|
||||
Solaris 8). It should compile and run on all subsequent releases
|
||||
of these systems and probably a few others too.</p>
|
||||
|
|
|
@ -99,12 +99,19 @@
|
|||
<dl>
|
||||
|
||||
<dt>2015-11-09</dt>
|
||||
<dd><span class="important">Recoll for
|
||||
<dd>
|
||||
<dd><a href="pics/windows-recoll.html">
|
||||
<img align="left" width="100" alt="Recoll on MS-Windows"
|
||||
src="pics/windows-recoll-thumb.png"></a>
|
||||
<span class="important">Recoll for
|
||||
MS-Windows</span>. Still a few things missing (like
|
||||
real-time monitoring), but it does work, and it has a proper
|
||||
installer, so you can easily get rid of it if you don't like
|
||||
it. <a href="pages/recoll-windows.html">Have a look.</a>. I
|
||||
would love some feedback!
|
||||
it. <a href="pages/recoll-windows.html">Have a look.</a>.
|
||||
This is an almost-native port, based on Qt and the Windows
|
||||
API, no need for Cygwin. Thanks to Christian Motz for
|
||||
helping with the filter interface (and the rest). I would
|
||||
love some feedback!<br clear="all">
|
||||
</dd>
|
||||
|
||||
<dt>2015-10-17</dt>
|
||||
|
@ -114,18 +121,6 @@
|
|||
has no consequence except for the spurious error
|
||||
message.</dd>
|
||||
|
||||
<dt>2015-10-08</dt>
|
||||
<dd><a href="pics/windows-recoll.html">
|
||||
<img align="left" width="100" alt="Recoll on MS-Windows"
|
||||
src="pics/windows-recoll-thumb.png"></a>
|
||||
Recoll on Microsoft Windows ! This is still and a lot if
|
||||
integration work remains (don't ask me for a package), but
|
||||
the indexer and the GUI are mostly functional. This is an
|
||||
almost-native port, based on Qt and the Windows API, no need
|
||||
for Cygwin. Thanks to Christian Motz for helping with the
|
||||
filter interface (and the rest). </dd>
|
||||
<br clear="all">
|
||||
|
||||
<dt>2015-10-01</dt>
|
||||
<dd>Release 1.21.2 is out, and replaces 1.20 as production
|
||||
release. </dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue