diff --git a/website/features.html b/website/features.html
index 53faac53..79c1eeaa 100644
--- a/website/features.html
+++ b/website/features.html
@@ -191,6 +191,11 @@
with Python and the
info command.
+
EPUB files
+ with Python and this
+ Python epub
+ decoding module.
+
Tar archives (needs Python). Tar file indexing is disabled
by default (because tar archives don't typically contain the
diff --git a/website/filters/filters.html b/website/filters/filters.html
index 2484351f..67fc7666 100644
--- a/website/filters/filters.html
+++ b/website/filters/filters.html
@@ -65,6 +65,8 @@
mimeview
+ There is a new rclepub filter for EPUB ebooks. It new for
+ all recoll versions before 1.18.0.
rclchm needs to be updated for all Recoll versions up
to and including 1.17.1.
All filters are up to date in Recoll 1.16.2, except
@@ -75,6 +77,16 @@
should upgrade.
+
+ EPUB documents
+
+ New rclepub filter for EPUB documents.
+ This needs
+ the
+ python epub decoding module. The mimeview/mimemap and
+ mimeconf files in this directory have the appropriate
+ entries.
+
Updated Open Document filter
The new filter will correctly handle
diff --git a/website/index.html.en b/website/index.html.en
index 47664ba9..299eecfa 100644
--- a/website/index.html.en
+++ b/website/index.html.en
@@ -3,7 +3,6 @@
Recoll text search finds your documents
-
@@ -61,7 +60,6 @@
extraction layer and a complete, yet easy to use, Qt graphical
interface.
-
News
+ - 2012-10-16: new filter for
+ EPUB documents.
- 2012-10-16: recoll 1.18 will soon be out. It will have
optional character case and diacritics sensitivity, direct
access to hit page when opening PDF files, complex search
diff --git a/website/index.html.fr b/website/index.html.fr
index d2bf135b..a8eb5726 100644
--- a/website/index.html.fr
+++ b/website/index.html.fr
@@ -5,7 +5,6 @@
RECOLL: un outil personnel de recherche textuelle pour
Unix et Linux
-
Nouvelles:
+ - 2012-10-16: un nouveau filtre
+ pour les documents EPUB.
- 2012-05-24: Sortie de la
version 1.17.3. Voir
les les notes. Cette version
diff --git a/website/release-1.18.html b/website/release-1.18.html
index 3747941e..43d2a1a6 100644
--- a/website/release-1.18.html
+++ b/website/release-1.18.html
@@ -67,13 +67,14 @@
There is a new list of mime types that should be opened with
the locally configured application even when Use
Desktop Preferences is checked. This allows making
- use of new function (direct access to page), which could
- not be available through the desktop's xdg-open.
- The default list contains PDF,
- Postscript and DVI, so you may want to reset it after
- installation if you want to keep the previous behaviour
- (losing the page number functionality). This can be done
- from the Preferences->Gui Configuration menu.
+ use of new function (direct access to page), which could not
+ be available through the desktop's xdg-open. The
+ default list contains PDF, Postscript and DVI, which should be
+ opened with the Evince viewer for the page access functions to
+ work. If you want to keep the previous behaviour (losing the
+ page number functionality), you need to empty the list after
+ installation . This can be done from the Preferences->Gui
+ Configuration menu.
Changes