diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index fc32b08d..3743515d 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -3025,6 +3025,10 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r ptrans configuration file, which can be edited by hand or from the GUI external indexes configuration dialog. + + Due to a current bug, the GUI must be restarted + after changing the ptrans values (even when they + were changed from the GUI). @@ -3296,19 +3300,15 @@ dir:recoll dir:src -dir:utils -dir:common mime or format 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: mime:text/plain - mime:text/html. Specifying an explicit boolean - operator before a - mime specification is not supported and - will produce strange results. You can filter out certain types - by using negation (-mime:some/type), and you can - use wildcards in the value (mime:text/*). - Note that mime is - the ONLY field with an OR default. You do need to use - OR with ext terms for - example. + 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 -, and use + wildcards. Example: mime:text/* + -mime:text/plain + Specifying an explicit boolean + operator before a mime specification is not + supported and will produce strange results. type or @@ -3318,12 +3318,18 @@ dir:recoll dir:src -dir:utils -dir:common (mimeconf), 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 - - either. + like MIME types above, and can be negated with + -. + + mime is the only field with an + OR default. You do need to use + OR with ext terms for + example. + 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 diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index b0619222..654cf39d 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -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 diff --git a/website/features.html b/website/features.html index 9260bb57..e65eca7c 100644 --- a/website/features.html +++ b/website/features.html @@ -81,7 +81,7 @@

Supported systems

Recoll 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.

diff --git a/website/index.html.en b/website/index.html.en index 0754145a..0efebf8d 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -99,12 +99,19 @@
2015-11-09
-
Recoll for +
+
+ Recoll on MS-Windows + Recoll for MS-Windows. 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. Have a look.. I - would love some feedback! + it. Have a look.. + 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!
2015-10-17
@@ -114,18 +121,6 @@ has no consequence except for the spurious error message. -
2015-10-08
-
- Recoll on MS-Windows - 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).
-
-
2015-10-01
Release 1.21.2 is out, and replaces 1.20 as production release.