diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 6acc9a21..49fc2b5b 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -3446,43 +3446,48 @@ fs.inotify.max_user_watches=32768 WEB history.
Here follows an example:
- <?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<fragbuts version="1.0">
- <fragbuts version="1.0">
+ <radiobuttons>
+ <!-- Actually useful: toggle WEB queue results inclusion -->
+ <fragbut>
+ <label>Include Web Results</label>
+ <frag></frag>
+ </fragbut>
- <radiobuttons>
+ <fragbut>
+ <label>Exclude Web Results</label>
+ <frag>-rclbes:BGL</frag>
+ </fragbut>
- <fragbut>
- <label>Include Web Results</label>
- <frag></frag>
- </fragbut>
+ <fragbut>
+ <label>Only Web Results</label>
+ <frag>rclbes:BGL</frag>
+ </fragbut>
- <fragbut>
- <label>Exclude Web Results</label>
- <frag>-rclbes:BGL</frag>
- </fragbut>
+ </radiobuttons>
- <fragbut>
- <label>Only Web Results</label>
- <frag>rclbes:BGL</frag>
- </fragbut>
+ <buttons>
- </radiobuttons>
+ <fragbut>
+ <label>Example: Year 2010</label>
+ <frag>date:2010-01-01/2010-12-31</frag>
+ </fragbut>
- <buttons>
+ <fragbut>
+ <label>Example: c++ files</label>
+ <frag>ext:cpp OR ext:cxx</frag>
+ </fragbut>
- <fragbut>
- <label>Year 2010</label>
- <frag>date:2010-01-01/2010-12-31</frag>
- </fragbut>
+ <fragbut>
+ <label>Example: My Great Directory</label>
+ <frag>dir:/my/great/directory</frag>
+ </fragbut>
- <fragbut>
- <label>My Great Directory Only</label>
- <frag>dir:/my/great/directory</frag>
- </fragbut>
+ </buttons>
- </buttons>
- </fragbuts>
+</fragbuts>
Each radiobuttons or
buttons section defines a
@@ -3781,6 +3786,20 @@ fs.inotify.max_user_watches=32768
your NLS environment. Weird things will probably
happen if languages are mixed up.
This will print a long list of boring numbers + about the index
+This will show the files which caused errors, + usually because recollindex could + not translate their format into text.
+Note that in cases where RECOLL_ACTIVE_EXTRA_DBS, you can add and activate the index for the mounted volume when starting recoll.
-RECOLL_ACTIVE_EXTRA_DBS is
- available for Recoll
- versions 1.17.2 and later. A change was made in the same
- update so that recoll will
- automatically deactivate unreachable indexes when
- starting up.
Term synonyms: there are a number of ways to - use term synonyms for searching text:
+Term synonyms and text search: in general, + there are two main ways to use term synonyms for searching + text:
Users of recent Ubuntu-derived distributions, or + any other Gnome desktop systems (e.g. Fedora) can + install the Recoll GSSP (Gnome Shell Search + Provider).
+The KDE KIO Slave was described in a previous - section.
+ section. It can provide search results inside + Dolphin.If you use a recent version of Ubuntu Linux, you +
If you use an oldish version of Ubuntu Linux, you may find the Ubuntu Unity Lens module @@ -5975,8 +6000,8 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r C++ and live inside recollindex. This latter kind will not be described here.
-There are currently (since version 1.13) two kinds of - external executable input handlers:
+There are two kinds of external executable input + handlers:
rclgenxslt.py, it is still around
- but unused. The handler for OpenXML presentations
- is still the Python version because the format did
- not fit with what the C++ code does. It would be a
- good base for another similar issue.
+ but unused at the moment. The handler for OpenXML
+ presentations is still the Python version because
+ the format did not fit with what the C++ code does.
+ It would be a good base for another similar
+ issue.
<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- </head>
- <body>
- Some text content
- </body>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+ </head>
+ <body>
+ Some text content
+ </body>
</html>
-
+
You should take care to escape some characters inside
the text by transforming them into appropriate entities.
At the very minimum, "&"
@@ -6613,11 +6639,17 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
for creating/updating an index. Bindings exist for
Python2 and Python3.
The search interface is used in a number of active - projects: the Recoll + projects: the Recoll Gnome Shell Search - Provider, the Recoll Web UI, and the upmpdcli UPnP - Media Server, in addition to many small scripts.
+ Provider , the Recoll Web + UI, and the upmpdcli UPnP Media Server, in addition + to many small scripts.The index update section of the API may be used to
create and update Recoll
indexes on specific configurations (separate from the
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml
index a0b428e9..c52554d2 100644
--- a/src/doc/user/usermanual.xml
+++ b/src/doc/user/usermanual.xml
@@ -2454,46 +2454,52 @@ fs.inotify.max_user_watches=32768
contains an example which filters the results from the WEB
history.
+