From 01d55fd35f2847bd453568bc5db2c7532907fbff Mon Sep 17 00:00:00 2001
From: Jean-Francois Dockes
Date: Tue, 7 Apr 2015 09:03:03 +0200
Subject: [PATCH] 7zip filter: minimum docs and test
---
tests/7zip/7zip.sh | 16 ++++++++++++++++
tests/7zip/7zip.txt | 2 ++
website/download.html | 8 ++++++--
website/features.html | 8 ++++++++
website/filters/filters.html | 6 ++++++
website/index.html.en | 7 +++++++
website/index.html.fr | 5 +++++
website/release-1.20.html | 12 +++++++-----
8 files changed, 57 insertions(+), 7 deletions(-)
create mode 100755 tests/7zip/7zip.sh
create mode 100644 tests/7zip/7zip.txt
diff --git a/tests/7zip/7zip.sh b/tests/7zip/7zip.sh
new file mode 100755
index 00000000..ab20a058
--- /dev/null
+++ b/tests/7zip/7zip.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+topdir=`dirname $0`/..
+. $topdir/shared.sh
+
+initvariables $0
+
+(
+ recollq '7zr_unique'
+
+) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
+
+
+diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
+
+checkresult
diff --git a/tests/7zip/7zip.txt b/tests/7zip/7zip.txt
new file mode 100644
index 00000000..2738af43
--- /dev/null
+++ b/tests/7zip/7zip.txt
@@ -0,0 +1,2 @@
+1 results
+text/plain [file:///home/dockes/projets/fulltext/testrecoll/7z/7zarchive.7z] [7zarchive.7z] 11 bytes
diff --git a/website/download.html b/website/download.html
index b5fa3436..1da06d43 100644
--- a/website/download.html
+++ b/website/download.html
@@ -68,7 +68,7 @@ function showdiv(viewid)
The current version is 1.20.4. Release
-notes.
+ notes.
The download page for Recoll 1.19 is still
available.
@@ -122,7 +122,11 @@ is probably no necessity to upgrade anyway.
subdirectory, because of all the places they're referred from
(package watches) -->
-recoll-1.20.4.tar.gz.
+recoll-1.20.4.tar.gz.
+
+If you want to run with Qt 5 (5.3), you can
+try recoll-1.20.5.tar.gz. No
+changes, except for Qt 5 (5.3.2) compatibility tweaks.