This commit is contained in:
Jean-Francois Dockes 2017-06-27 13:12:42 +02:00
parent 506e338dd5
commit 9a2d6a5201
7 changed files with 40 additions and 29 deletions

View File

@ -236,18 +236,17 @@
<h3><a name="debian">Debian</a></h3>
<p>The Debian Recoll packages are usually fairly up to date, just use
the appropriate Debian repository.</p>
<p><i>Except they're not at the moment
(2017-01)...</i>. Debian stable (Jessie) has Recoll 1.17.3. Debian
testing has 1.22.4, and it may work on Jessie (or not...).
In any case, I am maintaining a repository for packages
built for Debian Jessie (it also has older 1.22 packages for
Wheezy). The repository currently has recoll 1.23.x for
Debian Intel 32 and 64 bits, and armhf. There is a separate
<p>The Debian Recoll packages are not always up to date in
stable distributions. Debian Wheezy and Jessie have Recoll
1.17.3. which is ancient (it was an accident for
Jessie). Stretch has 1.22.4 which is largely ok.</p>
<p>I am maintaining a repository for newer versions of the packages.
The repository currently has recoll 1.23.x for Jessie and
Stretch, Intel 32 and 64 bits, and armhf, and slightly older
1.22 packages for Wheezy. There is a separate
repository for Raspbian Jessie, which is <em>not</em>
compatible with vanilla Debian (!).</p>
compatible with vanilla Debian.</p>
<p>To add the Debian or Raspbian repository to your sources:</p>
@ -271,6 +270,11 @@ deb-src http://www.lesbonscomptes.com/recoll/debian/ wheezy main
<div class="code">
deb http://www.lesbonscomptes.com/recoll/debian/ jessie main
deb-src http://www.lesbonscomptes.com/recoll/debian/ jessie main
</div>
for Debian stretch (debian 9.x):<br>
<div class="code">
deb http://www.lesbonscomptes.com/recoll/debian/ stretch main
deb-src http://www.lesbonscomptes.com/recoll/debian/ stretch main
</div>
for Raspbian jessie (raspbian 8.x):<br>
<div class="code">

View File

@ -17,7 +17,7 @@
As an example we'll suppose that you have Recoll installed and indexing
your home directory, and that you would like to have a separate index for
/usr/shared/doc.
'/usr/share/doc'.
You need to create a separate configuration for the new index, then add it
to the external indexes list in the user interface, and activate it as
@ -92,5 +92,6 @@ As of release 1.19 **Recoll** has a facility to perform index-dependant
path translations. This facility is accessible from the _external index
dialog_ in the GUI preferences. Paths translations can be set for the main
index if no index is selected (rarely useful), or for the selected
additional index.
additional index.
link:../usermanual/webhelp/docs/RCL.SEARCH.PTRANS.html[See
the manual] for more detail.

View File

@ -16,12 +16,15 @@ lists, speed up indexing times and make the index smaller.
There are two ways to block indexing at certain points: either by listing
specific paths, or by directory name pattern matches.
- Blocking specific paths: this is controlled by the skippedPaths variable
in the main configuration file. You can adjust the value either by
editing the file or by using the indexing configuration dialog:
- Blocking specific paths: this is controlled by the 'skippedPaths'
variable in the main configuration file. You can adjust the value either
by editing the file or by using the indexing configuration dialog:
_Preferences->Indexing configuration->Global parameters->Skipped paths_
- Using pattern matches: these are listed in the skippedNames variable in
the main configuration file. You can adjust the value either by editing
the file or by using the GUI: _Preferences->Indexing configuration->Local
parameters->Skipped names_
The
link:../usermanual/webhelp/docs/RCL.INSTALL.CONFIG.RECOLLCONF.WHATDOCS.html[configuration
section] of the manual has a bit more detail about the two variables.

View File

@ -68,7 +68,7 @@ full *recollindex* even for a specific file, but this will produce a
big log file.
When you are done, it is better to reset the verbosity to a reasonable
level (e.g.: +2+ : just errors, +4+ : basic traces).
level (e.g.: +2+ : just errors, +3+ : information, listing indexed files).
=== Note: the path gotcha

View File

@ -96,16 +96,16 @@
<p><b><i>Recoll user ?</i></b> Maybe there are still a few useful
search tricks that you don't know about. A quick look at
the <a href="usermanual/RCL.SEARCH.html#RCL.SEARCH.GUI.TIPS">search
tips</a> might prove useful ! Also the
<a href="http://bitbucket.org/medoc/recoll/wiki/FaqsAndHowTos">
Faqs and Howtos</a> on bitbucket.org, and some contributed
<a href="custom.html">result list formats</a>.</p>
tips</a> might prove useful ! Also
the <a href="faqsandhowtos/index.html">
Faqs and Howtos section</a>, and some contributed
<a href="custom.html">result list formats</a>.</p>
<h2>News</h2>
<div class="news">
<dl>
<dt>2017-05-23</dt><dd>Releaase 1.23.2 has gotten much
<dt>2017-05-23</dt><dd>Release 1.23.2 has gotten much
better at <a href="recoll_XMP">processing PDF XMP
data</a>.</dd>

View File

@ -98,10 +98,9 @@
d'oeil rapide sur la page des <a
href="usermanual/RCL.SEARCH.html#RCL.SEARCH.GUI.TIPS"> petites
recettes de recherche</a> (en anglais) pourrait s'avérer
fructueux ! Également, en anglais, la
<a href="http://bitbucket.org/medoc/recoll/wiki/FaqsAndHowTos">
page des questions fréquentes et trucs divers</a> sur
bitbucket.org</p>
fructueux ! Également, en anglais,
la <a href="faqsandhowtos/index.html">section des questions
fréquentes et trucs divers</a>.</p>
<h2>Nouvelles: </h2>

View File

@ -3,7 +3,7 @@ Jean-Francois Dockes <jf at dockes.org>
:date:
:recollversion: 1.23.0-2017-01-07-78b8ad
:windir: downwin-c67b5
:windir: downwin-7c1df
image:recoll-windows10-thumb.png[link="recoll-windows10.png"]
@ -83,8 +83,12 @@ for reporting problems, or contact me by email: jfd at recoll.org.
== Known problems:
- Having a drive root (e.g.: c:/) in the topdirs (things to index) list
does not work (it indexes nothing). You need to list the sub-directories
to index. This will be fixed in a future release.
- Setting the log level to 4 or higher can cause the GUI to deadlock while
displaying results. This will be fixed shortly.
displaying results. This will be fixed in a future release.
- Indexing is very slow, especially when using external commands (e.g. for
PDF files). I don't know if this is a case of my doing something stupid,