This commit is contained in:
Jean-Francois Dockes 2015-11-13 07:30:29 +01:00
parent d3e491dbec
commit e1e795a237
4 changed files with 33 additions and 32 deletions

View file

@ -3025,6 +3025,10 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
<filename>ptrans</filename></link> configuration file, which <filename>ptrans</filename></link> configuration file, which
can be edited by hand or from the GUI external indexes can be edited by hand or from the GUI external indexes
configuration dialog.</para> 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> </sect1>
@ -3296,19 +3300,15 @@ dir:recoll dir:src -dir:utils -dir:common
<listitem><para><literal>mime</literal> or <listitem><para><literal>mime</literal> or
<literal>format</literal> for specifying the <literal>format</literal> for specifying the
MIME type. This one is quite special because you can specify MIME type. These clauses are processed besides the normal
several values which will be OR'ed (the normal default for the Boolean logic of the search. Multiple values will be OR'ed
language is AND). Ex: <literal>mime:text/plain (instead of the normal AND). You can specify types to be
mime:text/html</literal>. Specifying an explicit boolean excluded, with the usual <literal>-</literal>, and use
operator before a wildcards. Example: <replaceable>mime:text/*
<literal>mime</literal> specification is not supported and -mime:text/plain</replaceable>
will produce strange results. You can filter out certain types Specifying an explicit boolean
by using negation (<literal>-mime:some/type</literal>), and you can operator before a <literal>mime</literal> specification is not
use wildcards in the value (<literal>mime:text/*</literal>). supported and will produce strange results. </para>
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>
</listitem> </listitem>
<listitem><para><literal>type</literal> or <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 (<filename>mimeconf</filename>), and can be modified or
extended. The default category names are those which permit extended. The default category names are those which permit
filtering results in the main GUI screen. Categories are OR'ed filtering results in the main GUI screen. Categories are OR'ed
like MIME types above. This can't be negated with like MIME types above, and can be negated with
<literal>-</literal> either.</para> <literal>-</literal>.</para>
</listitem> </listitem>
</itemizedlist> </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 <para>The document input handlers used while indexing have the
possibility to create other fields with arbitrary names, and possibility to create other fields with arbitrary names, and
aliases may be defined in the configuration, so that the exact aliases may be defined in the configuration, so that the exact

View file

@ -130,7 +130,7 @@ image/png = execm rclimg
image/tiff = execm rclimg image/tiff = execm rclimg
image/vnd.djvu = exec rcldjvu image/vnd.djvu = exec rcldjvu
image/svg+xml = execm rclsvg.py image/svg+xml = execm rclsvg.py
image/x-xcf = execm rclimg.py image/x-xcf = execm rclimg
inode/symlink = internal inode/symlink = internal
application/x-zerosize = internal application/x-zerosize = internal
inode/x-empty = internal application/x-zerosize inode/x-empty = internal application/x-zerosize

View file

@ -81,7 +81,7 @@
<h2><a name="systems">Supported systems</a></h2> <h2><a name="systems">Supported systems</a></h2>
<p><span class="application">Recoll</span> has been compiled and <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, versions Redhat 7, Fedora Core 5, Suse 10, Gentoo, Debian 3.1,
Solaris 8). It should compile and run on all subsequent releases Solaris 8). It should compile and run on all subsequent releases
of these systems and probably a few others too.</p> of these systems and probably a few others too.</p>

View file

@ -99,12 +99,19 @@
<dl> <dl>
<dt>2015-11-09</dt> <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 MS-Windows</span>. Still a few things missing (like
real-time monitoring), but it does work, and it has a proper 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 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 it. <a href="pages/recoll-windows.html">Have a look.</a>.
would love some feedback! 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> </dd>
<dt>2015-10-17</dt> <dt>2015-10-17</dt>
@ -114,18 +121,6 @@
has no consequence except for the spurious error has no consequence except for the spurious error
message.</dd> 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> <dt>2015-10-01</dt>
<dd>Release 1.21.2 is out, and replaces 1.20 as production <dd>Release 1.21.2 is out, and replaces 1.20 as production
release. </dd> release. </dd>