diff --git a/website/download.html b/website/download.html
index e2bd8e64..fe5250f5 100644
--- a/website/download.html
+++ b/website/download.html
@@ -236,18 +236,17 @@
- The Debian Recoll packages are usually fairly up to date, just use
- the appropriate Debian repository.
-
- Except they're not at the moment
- (2017-01).... 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
+
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.
+
+ 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 not
- compatible with vanilla Debian (!).
+ compatible with vanilla Debian.
To add the Debian or Raspbian repository to your sources:
@@ -271,6 +270,11 @@ deb-src http://www.lesbonscomptes.com/recoll/debian/ wheezy main
deb http://www.lesbonscomptes.com/recoll/debian/ jessie main
deb-src http://www.lesbonscomptes.com/recoll/debian/ jessie main
+
+ for Debian stretch (debian 9.x):
+
+deb http://www.lesbonscomptes.com/recoll/debian/ stretch main
+deb-src http://www.lesbonscomptes.com/recoll/debian/ stretch main
for Raspbian jessie (raspbian 8.x):
diff --git a/website/faqsandhowtos/MultipleIndexes.txt b/website/faqsandhowtos/MultipleIndexes.txt
index 9b149003..e18a8778 100644
--- a/website/faqsandhowtos/MultipleIndexes.txt
+++ b/website/faqsandhowtos/MultipleIndexes.txt
@@ -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.
diff --git a/website/faqsandhowtos/PreventIndexingDir.txt b/website/faqsandhowtos/PreventIndexingDir.txt
index edef1880..a011be45 100644
--- a/website/faqsandhowtos/PreventIndexingDir.txt
+++ b/website/faqsandhowtos/PreventIndexingDir.txt
@@ -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.
diff --git a/website/faqsandhowtos/WhyIsMyFileNotIndexed.txt b/website/faqsandhowtos/WhyIsMyFileNotIndexed.txt
index 15970e6d..4b43cdec 100644
--- a/website/faqsandhowtos/WhyIsMyFileNotIndexed.txt
+++ b/website/faqsandhowtos/WhyIsMyFileNotIndexed.txt
@@ -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
diff --git a/website/index.html.en b/website/index.html.en
index 4346d038..2e936f6e 100644
--- a/website/index.html.en
+++ b/website/index.html.en
@@ -96,16 +96,16 @@
Recoll user ? Maybe there are still a few useful
search tricks that you don't know about. A quick look at
the search
- tips might prove useful ! Also the
-
- Faqs and Howtos on bitbucket.org, and some contributed
- result list formats.
+ tips might prove useful ! Also
+ the
+ Faqs and Howtos section, and some contributed
+
result list formats.
News
- - 2017-05-23
- Releaase 1.23.2 has gotten much
+
- 2017-05-23
- Release 1.23.2 has gotten much
better at processing PDF XMP
data.
diff --git a/website/index.html.fr b/website/index.html.fr
index 15a763e2..4013439c 100644
--- a/website/index.html.fr
+++ b/website/index.html.fr
@@ -98,10 +98,9 @@
d'oeil rapide sur la page des petites
recettes de recherche (en anglais) pourrait s'avérer
- fructueux ! Également, en anglais, la
-
- page des questions fréquentes et trucs divers sur
- bitbucket.org
+ fructueux ! Également, en anglais,
+ la section des questions
+ fréquentes et trucs divers.
Nouvelles:
diff --git a/website/pages/recoll-windows.txt b/website/pages/recoll-windows.txt
index 8a97f7a5..56d190eb 100644
--- a/website/pages/recoll-windows.txt
+++ b/website/pages/recoll-windows.txt
@@ -3,7 +3,7 @@ Jean-Francois Dockes
: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,