*** empty log message ***
This commit is contained in:
parent
12bfa615a6
commit
2408ab8192
31
src/README
31
src/README
@ -1,7 +1,3 @@
|
|||||||
Back to jf's home page
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Screenshots
|
* Screenshots
|
||||||
* Downloads
|
* Downloads
|
||||||
* Credits
|
* Credits
|
||||||
@ -20,21 +16,22 @@ Recoll
|
|||||||
the Credits.
|
the Credits.
|
||||||
|
|
||||||
Recoll is still in infancy, but it is based on a very strong backend
|
Recoll is still in infancy, but it is based on a very strong backend
|
||||||
(Xapian), and it can actually be useful right now, which is why I release
|
(Xapian), and I find it quite useful right now. You might be interested in
|
||||||
it so early. You might be interested in using Recoll to index your home
|
using Recoll to index your home directory instead of using xapian's Omega,
|
||||||
directory instead of xapian's Omega, for example, if you do not want to
|
for example, if you do not want to run a web server, or your data is not
|
||||||
run a web server, or your data is not iso-8859-1. But the query features
|
iso-8859-1. But the query features are much less sophisticated yet.
|
||||||
are very, very, much weaker.
|
|
||||||
|
|
||||||
See INSTALL inside the distribution for compiling and installing, very
|
See INSTALL inside the distribution for compiling and installing, very
|
||||||
much by hand for now, I hope it will become better in the near future.
|
much by hand for now, I hope things will get better in the near future.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Indexes text, html, pdf (with xpdf's pdftotext), postscript (with
|
* Supports the following document types: text, html, pdf (with xpdf's
|
||||||
ghostscript's pstotext), msword (with antiword), openoffice files,
|
pdftotext), postscript (with ghostscript's pstotext), msword (with
|
||||||
maildir and mailbox mail folders (mozilla and thunderbird mail ok).
|
antiword), openoffice files, maildir and mailbox mail folders (mozilla
|
||||||
Deals with compressed versions of same.
|
and thunderbird mail ok). Deals with compressed versions of same.
|
||||||
|
* Relatively powerful query facilities, with boolean searches, phrases,
|
||||||
|
filter on file types and directory tree.
|
||||||
* Support for multiple charsets. Internal processing and storage uses
|
* Support for multiple charsets. Internal processing and storage uses
|
||||||
Unicode UTF-8.
|
Unicode UTF-8.
|
||||||
* Stemming performed at query time (can switch stemming language after
|
* Stemming performed at query time (can switch stemming language after
|
||||||
@ -52,8 +49,6 @@ Recoll
|
|||||||
|
|
||||||
Things lacking, coming in the not too far future:
|
Things lacking, coming in the not too far future:
|
||||||
|
|
||||||
* A more sophisticated query interface: the current one has no boolean
|
|
||||||
capabilities.
|
|
||||||
* A better GUI. So many things are badly done or missing that I won't
|
* A better GUI. So many things are badly done or missing that I won't
|
||||||
try to list them here.
|
try to list them here.
|
||||||
* An interactive configuration tool. You need to edit files by hand for
|
* An interactive configuration tool. You need to edit files by hand for
|
||||||
@ -111,7 +106,7 @@ Recoll
|
|||||||
|
|
||||||
Credits
|
Credits
|
||||||
|
|
||||||
Recoll is mainly glue code, and most of the intelligent work uses code
|
Recoll is mainly glue code, and most of the intelligent parts use code
|
||||||
from external projects.
|
from external projects.
|
||||||
|
|
||||||
Recoll borrows (steals?) heavily from the following projects. I tried to
|
Recoll borrows (steals?) heavily from the following projects. I tried to
|
||||||
@ -127,6 +122,6 @@ Recoll
|
|||||||
easy to find, it has been integrated almost unmodified in the Recoll
|
easy to find, it has been integrated almost unmodified in the Recoll
|
||||||
package.
|
package.
|
||||||
* Iconv, for character set conversion.
|
* Iconv, for character set conversion.
|
||||||
* Binc IMAP for mail MIME MIME parsing code.
|
* Binc IMAP for MIME parsing code.
|
||||||
|
|
||||||
jean-francois.dockes@wanadoo.fr
|
jean-francois.dockes@wanadoo.fr
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.7
|
1.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user