diff --git a/website/BUGS.html b/website/BUGS.html
index d8b287f2..cdb4e100 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -83,6 +83,16 @@ versions.
recoll.
+
+
+ - A bug in the verification of configuration file path variables
+ generates spurious warnings from recollindex
+ when the skippedPaths variable contains elements with
+ wildcards. This has no consequence except for the spurious error
+ message.
+
+
+
- The web history queue is not processed by the real time indexer
diff --git a/website/download.html b/website/download.html
index 91b3209b..956697b8 100644
--- a/website/download.html
+++ b/website/download.html
@@ -224,12 +224,14 @@ many distributions.
-The Debian Recoll packages are usually fairly up to date (at least in
-testing), just use the appropriate Debian repository.
+The Debian Recoll packages are usually fairly up to date, just use
+ the appropriate Debian repository.
-Except they're not at the moment (2015-05).... So
- I am maintaining a repository for packages built for Debian
- Wheezy. To add the repository to your sources:
+Except they're not at the moment (2015-10).... So
+ I am maintaining a repository for packages built for Debian Wheezy,
+ which also work on Jessie. This currently has recoll 1.20.6 (the
+ standard repos have 1.17...) To add the repository to your
+ sources:
- Create and edit
@@ -251,8 +253,8 @@ sudo apt-get install recoll
debian/pool/main/r/recoll/
-The official Debian repository has 1.20.3 packages for Sid. I guess
- that they should run on Jessie. Contact me if this does not work for you.
+Note: the 1.21.0 packages which are in the repositories for
+ Stretch/testing can't be installed on Wheezy or Jessie.
diff --git a/website/index.html.en b/website/index.html.en
index 940a20f0..72970bd4 100644
--- a/website/index.html.en
+++ b/website/index.html.en
@@ -98,6 +98,21 @@
+ - 2015-10-17
+ - A bug in the verification of configuration file path variables
+ generates spurious warnings from recollindex when the
+ skippedPaths variable contains elements with wildcards. This
+ has no consequence except for the spurious error
+ message.
+
+ - 2015-10-14
+ - I think that Recoll for MS-Windows is ready for
+ testing. Have a look at
+ the installation
+ page, and you can
+ even build it
+ yourself
+
- 2015-10-08
-
+image:recoll-windows10-thumb.png[link="recoll-windows10.png"]
+
The Windows port of Recoll has reached a point where it can be tested. At
least, it will not break your system, and it does not crash too often.
-It was only built and tried on Windows 7.
+It was built on Windows 7, and tried on Windows 7 and 10.
-We would be very eager to get some feedback from some actual Windows user
+I would be very eager to get some feedback from some actual Windows user
(I am only a visitor to Windows...). Is this useful at all ? What would
-make more useful ?
+make it more useful ?
There is no installer for the moment, the program and its auxiliary files
are stored in a Zip file. This is quite big, because it contains a good
@@ -18,7 +20,10 @@ The Zip creates a `recoll` directory. As far as I know, there is no
assumption where it should reside, I use `c:/recoll`, but anywhere
else should be ok.
-http://www.lesbonscomptes.com/recoll/windows/[Download directory]
+You can get the Zip file either from the
+http://www.lesbonscomptes.com/recoll/windows/[download directory on
+lesbonscomptes] or from
+https://bitbucket.org/medoc/recoll/downloads/[the one on bitbucket].
Besides extracting the Zip, you need to:
@@ -42,8 +47,12 @@ Besides extracting the Zip, you need to:
PATH and add them as: `C:\Python27;C:\Program Files\7-Zip` (use a
semi-colon as separator).
+Windows tricks:
-Know problems:
+ - When filtering the search with a `dir:` clause, an absolute path
+ should be specified as `/c/mydir` instead of `c:/mydir`
+
+Known problems:
- The default result list font is particularly ugly. Change it from
`Preferences->GUI Configuration->Result List->Result List Font`