From f365df3406c645cc9231cc8ed2ca1f0d9b0e4a89 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 25 Oct 2007 08:04:37 +0000 Subject: [PATCH] *** empty log message *** --- src/doc/user/usermanual.sgml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 7a3ff638..df30d6af 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -24,7 +24,7 @@ Dockes - $Id: usermanual.sgml,v 1.54 2007-10-14 16:07:24 dockes Exp $ + $Id: usermanual.sgml,v 1.55 2007-10-25 08:04:37 dockes Exp $ This document introduces full text search notions @@ -854,6 +854,13 @@ fvwm ext for specifying the file name extension (Ex: ext:html) + dir for specifying the file + location (Ex: + dir:/home/me/somedir). Please note + that this is quite inefficient, that it may produce very + slow searches, and that it may be worth in some + cases to set up separate databases instead. + mime 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 @@ -2236,6 +2243,31 @@ skippedPaths = ~/somedir/∗.txt + + The KDE Kicker Recoll applet + + The &RCL; source tree contains the source code to the + recoll_applet, a small application derived + from the find_applet. This can be used to + add a small &RCL; launcher to the KDE panel. + + The applet is not automatically built with the main &RCL; + programs. To build it, you need to unpack the &RCL; source + code, then go to the kde/recoll_applet/ + directory, and type the usual + configure;make;make install. + + You can then add the applet to the panel by right-clicking + the panel and choosing the Add applet + entry. + + The recoll_applet has a small text + window where you can type a &RCL; query (in query language + form), and an icon which can be used to restrict the search to + certain types of files. + + + Extending &RCL;