Recoll features
+Recoll features
+General features
- Easy installation, few dependancies. No database daemon, web server, desktop environment or exotic language necessary.
- Will run on most Unix-based systems -
- Qt 4 GUI, plus command line, KIO and krunner interfaces. +
- Qt 4 GUI, plus command line, Unity Lens, KIO and krunner + interfaces.
- Searches most common
document types, emails and
@@ -77,7 +81,7 @@
Supported systems
Recoll has been compiled and - tested on Linux, Darwin and Solaris (initial versions Redhat 7, + tested on Linux, MacOS X and Solaris (initial versions Redhat 7, Fedora Core 5, Suse 10, Gentoo, Debian 3.1, Solaris 8). It should compile and run on all subsequent releases of these systems and probably a few others too.
@@ -86,12 +90,12 @@Document types
-Recoll can index many document types (along with their - compressed versions). Some types are handled internally (no - external application needed). Other types need a separate - application to be installed to extract the text. Types that - only need very common utilities (awk/sed/groff/Python etc.) - are listed in the native section.
+Recoll can index many document + types (along with their compressed versions). Some types are + handled internally (no external application needed). Other types + need a separate application to be installed to extract the + text. Types that only need very common utilities + (awk/sed/groff/Python etc.) are listed in the native section.
File types indexed natively
diff --git a/website/filters/filters.html b/website/filters/filters.html index d07fec6f..2484351f 100644 --- a/website/filters/filters.html +++ b/website/filters/filters.html @@ -75,6 +75,14 @@ should upgrade. +Updated Open Document filter
+ +The new filter will correctly handle + exported Google Docs + documents and also Open/LibreOffice ones in some cases. The + previous filters concatenated all the text inside the exported + Google docs without any spacing...
+TAR archives
New rcltar filter for tar archives. The diff --git a/website/index.html.en b/website/index.html.en index de984a60..85dff8c6 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -1,15 +1,17 @@
-RECOLL: a personal text search system for Unix/Linux +Recoll text search finds your documents - - + + + + @@ -34,30 +36,45 @@Recoll is - a personal full text search tool for Unix/Linux.
+ a text search tool for Unix and Linux desktops. -It is based on the very strong Xapian search engine library, for - which it provides a powerful text extraction layer and a - complete, yet easy to use, Qt graphical interface.
- -Recoll is free, open source, - and licensed under the GPL. The current version is +
Recoll finds keywords + inside documents as well as file names.
+-
+
- It can search + any document format. +
- It can reach any storage place: files, + archive members, email attachments, transparently + handling decompression. +
- One click will open the document inside a native editor or + display an even quicker text preview. +
- The software is free, open source, + and licensed under the GPL. +
- Detailed features. +
The current Recoll version is 1.17.3 (Release notes).
-Recoll will index an MS-Word document stored as - an attachment to an e-mail message inside +
Recoll is based on the very + strong Xapian search + engine library, for which it provides a powerful text + extraction layer and a complete, yet easy to use, Qt graphical + interface.
+ + +Recoll will index an MS-Word document + stored as an attachment to an e-mail message inside a Thunderbird folder archived in a Zip file (and more...). It will also help you search for it with a - friendly and powerful interface, and let you open a copy of the file - without much fuss. There is little that will remain hidden on - your disk. + friendly and powerful interface, and let you open a copy of + the file with a single mouse click. There is little that + will remain hidden on your disk. More details …
-If you have problems with - Recoll, documentation - and support are available.
+If you have problems with Recoll, + documentation and + support are available.
Recoll user ? Maybe there are still a few useful search tricks that you don't know about. A quick look at diff --git a/website/perfs.html b/website/perfs.html index bfd8ed70..ad7312c0 100644 --- a/website/perfs.html +++ b/website/perfs.html @@ -30,7 +30,7 @@
-Recoll: Indexing performance and index sizes
+Recoll: Indexing performance and index sizes
The time needed to index a given set of documents, and the resulting index size depend of many factors, such as file size diff --git a/website/styles/style.css b/website/styles/style.css index 3f0a1c45..d4168425 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -107,3 +107,8 @@ a.weak { } table { empty-cells:show; } +div.intrapage { + background: #ccccff; + padding-left: 2em; + margin-left: -2em; +} \ No newline at end of file