*** empty log message ***
This commit is contained in:
parent
e8c65d61c2
commit
d6ddb93a05
55
website/BUGS.txt
Normal file
55
website/BUGS.txt
Normal file
@ -0,0 +1,55 @@
|
||||
Known bugs in current version and older versions:
|
||||
|
||||
1.4.2
|
||||
- When a mime type has an external viewer defined, but the actual file is
|
||||
compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
|
||||
on the compressed file, which will not work in most cases.
|
||||
|
||||
- There are problems which have been reported indexing big mailstores
|
||||
(several hundreds of thousands of messages): resulting in a very big
|
||||
database and even crashes during indexation.
|
||||
|
||||
1.3.3
|
||||
|
||||
- Several of the external filters did not handle path names with embedded
|
||||
spaces (rcluncomp rclsoff rclps rclmedia rcldjvu). This is fixed in 1.4.
|
||||
|
||||
- If your QT installation is built with the QT_NO_STL flag, Recoll will not
|
||||
compile. I have a patch for this (will be fixed in the next release),
|
||||
contact me if you get the problem. Typical error message:
|
||||
main.cpp:160: error: no match for 'operator+=' in 'msg += reason'
|
||||
|
||||
- The 'None of these words' field in the complex search does not work if
|
||||
there are no other filled fields (it transforms into an ordinary
|
||||
search). Workaround: enter very common term(s) in the 'any of these
|
||||
words' field.
|
||||
|
||||
- Indexing cannot currently be conveniently and cleanly stopped when it's
|
||||
started. You can kill the process, and keyboard interrupt might work, but
|
||||
this may leave the database in a bad state. This is fixed in the upcoming
|
||||
release, there is no current workaround.
|
||||
|
||||
1.2.2
|
||||
- The preview window is supposed to scroll after loading the document so
|
||||
that the first search term is visible. This does not work in many cases.
|
||||
- The result list title is not shown for sorted lists
|
||||
|
||||
Notes on older versions:
|
||||
- Trouble compiling on some linux systems (Gentoo and Slackware?). There
|
||||
existed a quite common issue where the Recoll link will fail trying to
|
||||
use a libstdc++.la file. This was due to a problem with the xapian-config
|
||||
program. A workaround has been included in the configure script for
|
||||
recoll 1.2.2, and the problem should not occur any more.
|
||||
|
||||
- Case-insensitive search should now work in most cases (used to not work
|
||||
except for accented ascii).
|
||||
|
||||
- All directories and files with names beginning with a dot were ignored
|
||||
by the skippedNames directive in the default recoll.conf file from
|
||||
older versions (no indexation of mozilla or thunderbird email !). An
|
||||
upgrade will not fix this (it will not modify an existing
|
||||
configuration). You need to edit recoll.conf by hand and remove the .*
|
||||
from skippedNames.
|
||||
|
||||
|
||||
|
||||
137
website/CHANGES.txt
Normal file
137
website/CHANGES.txt
Normal file
@ -0,0 +1,137 @@
|
||||
CHANGES
|
||||
|
||||
Updating from 1.2 to 1.3 or 1.4:
|
||||
-------------------------------
|
||||
From version 1.3 up, there is a new feature to search specifically for file
|
||||
names (with wildcard processing). If you want to take full advantage of
|
||||
this, you should perform a full reindex after installing the new version
|
||||
(ie: use recollindex -z, or delete ~/.recoll/xapiandb).
|
||||
Also, we now use the central copies of configuration files for default
|
||||
values, and the user ones only for overrides. Your old configuration files
|
||||
will still work, but, you may want to remove them if they are unmodified,
|
||||
or keep only the modified parameters.
|
||||
|
||||
|
||||
1.4.3 2006-05-07
|
||||
- Multiple search databases.
|
||||
- Optionally auto-search when a word is entered in the simple search
|
||||
field.
|
||||
- Show possible term completions in simple search by typing CTRL+TAB
|
||||
- Add 'more like this' option to result list right-click menu, to look for
|
||||
documents related to the current result.
|
||||
- Double-click in preview or result list adds the selected word to the
|
||||
simple search text field.
|
||||
- The simple search text entry field is now a combobox and remembers
|
||||
previous searches.
|
||||
- Additional OR field in complex search.
|
||||
- Improved indexing cancellability (interrupting recollindex or closing
|
||||
recoll with an indexing thread active), and status reporting.
|
||||
- Fixed filters to handle file paths with embedded spaces.
|
||||
- Misc small bug and memory leaks fixes.
|
||||
- More compact result list.
|
||||
- Set mode 0700 on .recoll directory by default
|
||||
|
||||
1.3.3 2006-04-04
|
||||
- Implement specific search on file names with wildcard
|
||||
support. Indexation can optionally process all file names or only those
|
||||
with mime types supported for normal indexation. UPDATING: you need a
|
||||
full re-indexation to take advantage of this.
|
||||
- Use links and a right-click popup menu to replace confusing use of
|
||||
mouse clicks and double-clicks inside the result list.
|
||||
- The 'example' configuration files are now used as default, and are not
|
||||
copied any more to the user directory during installation. Overrides can
|
||||
be set in the personal files for any value that the user wishes to
|
||||
modify, with unchanged formats and file names (so that the files from
|
||||
previous versions remain valid, but you may wish to trim them of values
|
||||
that duplicate the central ones).
|
||||
- Use NLS information (LC_CTYPE, LANG) do determine default charset when
|
||||
possible.
|
||||
- Mp3 file indexing, either filenames only or also id3 tags if id3info is
|
||||
available. c/c++ ext edit. Use gnuclient instead of xemacs for text files.
|
||||
- Russian and Ukrainian translations and many improvement ideas thanks to
|
||||
Michael Shigorin.
|
||||
|
||||
1.2.3 2006-03-03
|
||||
- Added support for dvi (with dvips), and dvu (with DjVuLibre).
|
||||
- Ensure that configure and make use the same qt version.
|
||||
- Fix sorted sequence title display.
|
||||
- Discriminate fatal errors and missing docs while loading a doc list.
|
||||
- Improved and cleaned up way to position a preview on the first search term.
|
||||
1.2.2 2006-02-02
|
||||
- Fix minor compilation glitches (FreeBSD 4, QT 3.1, xapian-config problem)
|
||||
1.2.0 2006-02-01
|
||||
- Improved preview loading: don't highlight very big documents (over 1Mb),
|
||||
allow cancellation while loading.
|
||||
- Abstracts generated in the result list by looking at search term
|
||||
contexts. This can slow down result list display for big documents, and
|
||||
can be turned off in the preferences menu.
|
||||
- Wrap query detail line displayed when clicking on result list header.
|
||||
- Text splitting cleanup with less spurious terms should result in
|
||||
slightly smaller databases.
|
||||
- Sligthly improved presentation in preview, esp. line breaks.
|
||||
- Color icons...
|
||||
- Let the user select the html browser used for help display.
|
||||
- autoconf/Makefile change: allow building UI from inside the qtgui
|
||||
directory.
|
||||
- autoconf/Makefile: improved search and diagnostics for qt/qmake.
|
||||
- Internal code cleanup for maintainability: text splitting, user
|
||||
interface.
|
||||
- Added prototype kio_slave to show result inside Konqueror, doesn't seem
|
||||
particularly useful.
|
||||
1.1.0 2006-01-12
|
||||
- A much better user manual, which can be browsed from the help menu.
|
||||
- man pages for recoll, recollindex, recoll.conf
|
||||
- User/query interface configuration dialog.
|
||||
- Click on result list header will display the exact boolean search which
|
||||
was used.
|
||||
- recollindex can be used to create stem expansion databases independantly
|
||||
of a full indexing pass.
|
||||
- Misc user interface improvements, like an 'all terms' checkbox for
|
||||
simple search.
|
||||
- Fixed case-insensitivity issues. Probably needs more testing.
|
||||
1.0.16 2006-01-05
|
||||
- Minor installation tweaks for rpm compatibility
|
||||
1.0.15
|
||||
- Fix problems with prefix != /usr/local
|
||||
- Remove '.*' from the default list of ignored file/dir names: this
|
||||
prevented mozilla/thunderbird mail indexing.
|
||||
- Fix some 64 bits issues
|
||||
1.0.14
|
||||
- Small changes for FreeBSD 4 compilation.
|
||||
1.0.13
|
||||
- Install of recollinstall program not done or needed any more.
|
||||
1.0.12
|
||||
- Fixed nasty html parsing bug introduced in 1.0.9 Html parsing failed
|
||||
whenever the document charset name differed from the default only in
|
||||
character case or punctuation.
|
||||
1.0.11
|
||||
- Create personal configuration on first start.
|
||||
- Use qt toolbars.
|
||||
- Also index terms in file paths.
|
||||
- Tool for sorting on dates or mime types.
|
||||
- Fixed pdf filter which was broken by more recent xpdf
|
||||
- Filters now installed/executed from /usr/local
|
||||
|
||||
1.0.10
|
||||
- Added tool to manage the history of consulted documents.
|
||||
- Try harder to convert email messages with wrongly declared charsets.
|
||||
- Add option to reset the database before indexing (easier than rm -rf).
|
||||
- Small gui improvements.
|
||||
- Install partial french translation as a tease for future translaters...
|
||||
|
||||
1.0.8->1.0.9
|
||||
- Fixed 2 really ennoying bugs in 1.0.8: wouldn't preview 2nd document
|
||||
from same file + spurious db close when filter could not be executed.
|
||||
|
||||
1.0.5 -> 1.0.8
|
||||
- Add support for rtf and gaim logs
|
||||
- Optionally show icons to indicate mime types in result list
|
||||
- Better (but imperfect) feedback during the preview loading for big files
|
||||
- Remember main window geometry when closing
|
||||
- Fix stem expansion in advanced search
|
||||
- Some autoconf
|
||||
- Option to use the system's 'file' command as a final step of
|
||||
identification for suffix-less or unknown files.
|
||||
- Typo had removed support for .Z compression
|
||||
- Use more appropriate conjonction operators when computing the advanced
|
||||
search query (OP_AND_MAYBE, OP_FILTER instead of OP_AND)
|
||||
15
website/copydocs
Normal file
15
website/copydocs
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
|
||||
|
||||
(cd $docdir;make) || exit 1
|
||||
|
||||
test -d usermanual || mkdir usermanual || exit 1
|
||||
cd usermanual
|
||||
|
||||
thisdir=`pwd`
|
||||
(cd $docdir; find . -name '*.html' | cpio -p $thisdir)
|
||||
cp $docdir/docbook.css .
|
||||
# The freebsd tool chain generates a link to book.html in the index. Too
|
||||
# lazy to check if this can be changed
|
||||
cp usermanual.html book.html
|
||||
73
website/credits.html
Normal file
73
website/credits.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RECOLL: credits</title>
|
||||
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll is a simple full-text search system for unix and linux
|
||||
based on the powerful and mature xapian engine">
|
||||
<meta name="Keywords" content=
|
||||
"full text search, desktop search, unix, linux">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="robots" content="All,Index,Follow">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
<li><a href="index.html#support">Support</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h3><a name="credits">Credits</a></h3>
|
||||
|
||||
<p><span class="application">Recoll</span> borrows (steals?)
|
||||
heavily from the following projects. I tried to include the
|
||||
relevant copyright attributions with the code. Any omission is
|
||||
unintentional and will be fixed as soon as notified. </p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.xapian.org">Xapian</a>: The database module
|
||||
(core) is used unmodified, and quite a lot of code has been
|
||||
borrowed from Omega, the web-based search application (ie:
|
||||
the html parser, plus miscellaneous bits and ideas). </li>
|
||||
<li><a href="http://estraier.sourceforge.net/">Estraier</a>:
|
||||
Miscellaneous pieces of code and ideas, especially for
|
||||
charset handling, and code from external filters.</li>
|
||||
<li><a href="http://www.senga.org/">Unac</a>: for accent
|
||||
removal. This is a relatively small package, not that easy
|
||||
to find, it has been integrated almost unmodified in the
|
||||
<span class="application">Recoll</span> package.</li>
|
||||
<li><a href="http://www.gnu.org/software/libiconv/">Iconv</a>, for
|
||||
character set conversion.</li>
|
||||
<li><a href="http://www.bincimap.org/">Binc IMAP</a> for MIME
|
||||
parsing code.</li>
|
||||
<li>The icons mainly come from the <a
|
||||
href="http://www.everaldo.com/">Crystal SVG</a> KDE set.</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>I fear that bugs found elsewhere are mostly mine:
|
||||
<a href="mailto:jean-francois.dockes@wanadoo.fr">
|
||||
jean-francois.dockes@wanadoo.fr</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
73
website/devel.html
Normal file
73
website/devel.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RECOLL: a personal text search system for
|
||||
Unix/Linux</title>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
|
||||
<meta name="Keywords" content=
|
||||
"full text search,fulltext,desktop search,unix,linux,solaris,open source,free">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<meta http-equiv="content-type" content=
|
||||
"text/html; charset=iso-8859-1">
|
||||
<meta name="robots" content="All,Index,Follow">
|
||||
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1>Development</h1>
|
||||
|
||||
<p>If you wish to become involved in the development of <span
|
||||
class="application">Recoll</span>, you are very much welcome,
|
||||
please send me an <a
|
||||
href="mailto:jean-francois.dockes@wanadoo.fr">email</a>.</p>
|
||||
|
||||
<p>Apart from general development for additional functionality
|
||||
or bug fixes, the following tasks are waiting for you:</p>
|
||||
<ul>
|
||||
<li>A better GUI design (both the ergonomy and the appearance).</li>
|
||||
|
||||
<li>More translations for the GUI messages (there are
|
||||
relatively few messages, and it's easy to do with the Qt
|
||||
tools). English, French, Russian and Ukrainian versions currently
|
||||
exist. Contact me for directions if needed (or just use
|
||||
<span class="application">Qt Linguist</span> if you know it
|
||||
already). </li>
|
||||
|
||||
<li>More support for the more advanced <span class=
|
||||
"application">Xapian</span> concepts like relevance
|
||||
feedback.</li>
|
||||
|
||||
<li>An interactive indexing configuration tool.</li>
|
||||
|
||||
<li>More filters for less common or less obviously
|
||||
useful file types.</li>
|
||||
|
||||
<li>Integration with the <span class="application">KDE</span>
|
||||
desktop.</li>
|
||||
|
||||
<li>Integration with some mail user agent. We need a way to
|
||||
jump from a message preview to the message in thread context
|
||||
inside the MUA.</li>
|
||||
|
||||
<li>Etc. :)</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
116
website/download.html
Normal file
116
website/download.html
Normal file
@ -0,0 +1,116 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Recoll download</title>
|
||||
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll is a simple full-text search system for unix and linux
|
||||
based on the powerful and mature xapian engine">
|
||||
<meta name="Keywords" content=
|
||||
"full text search, desktop search, unix, linux">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="robots" content="All,Index,Follow">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><b>Downloads</b></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
<li><a href="usermanual/rcl.install.html">Installation</a></li>
|
||||
<li><a href="index.html#support">Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1>Recoll downloads</h1>
|
||||
|
||||
<p>You will probably need to have a look at the
|
||||
<a href="usermanual/rcl.install.html">installation manual</a> for
|
||||
building and/or installation instructions.</p>
|
||||
|
||||
|
||||
<h3>Source</h3>
|
||||
|
||||
<p>Current version, 1.4.3:
|
||||
<a href="recoll-1.4.3.tar.gz">recoll-1.4.3.tar.gz</a>.
|
||||
See the <a href="BUGS.txt">known bugs and issues</a> and <a
|
||||
href="CHANGES.txt">changes</a>. Release 1.4.3 is exactly
|
||||
1.4.2 with updated ukrainian and russian messages (thanks to
|
||||
Michael Shigorin). No need to upgrade from 1.4.2 if you
|
||||
do not need these. </p>
|
||||
|
||||
<p>Older recoll releases:
|
||||
<a href="recoll-1.4.2.tar.gz">1.4.2</a>.
|
||||
<a href="recoll-1.3.3.tar.gz">1.3.3</a>.
|
||||
<a href="recoll-1.2.3.tar.gz">1.2.3</a>.
|
||||
<a href="recoll-1.1.0.tar.gz">1.1.0</a>.
|
||||
<a href="recoll-1.0.16.tar.gz">1.0.16</a>.
|
||||
</p>
|
||||
|
||||
<h3>RPMS</h3>
|
||||
<p>The executables inside the binary rpms have a static link to
|
||||
xapian, there is no dependency except Qt. Of course you need
|
||||
xapian-core installed to use the source rpm.</p>
|
||||
|
||||
<p>Fedora Core 4
|
||||
RPM: <a href="recoll-1.4.3-1.i386.rpm">recoll-1.4.3-1.i386.rpm</a>.
|
||||
Source: <a
|
||||
href="recoll-1.4.3-1.src.rpm">recoll-1.4.3-1.src.rpm</a></p>
|
||||
|
||||
<p>Mandriva 2006
|
||||
RPM: <a
|
||||
href="recoll-1.4.3-0.1.20060mdk.i586.rpm">recoll-1.4.3-0.1.20060mdk.i586.rpm</a>.
|
||||
Source: <a
|
||||
href="recoll-1.4.3-0.1.20060mdk.src.rpm">recoll-1.4.3-0.1.20060mdk.src.rpm</a></p>
|
||||
|
||||
|
||||
<h3>Binary bundles</h3>
|
||||
|
||||
<p>These are just prebuilt trees (without the source files).
|
||||
The executables were built with xapian 0.9.2 or 0.9.5 and
|
||||
libiconv 1.9.2 (where relevant) as static libraries. They
|
||||
depend on qt 3.3. For Solaris, you should be able to find a qt
|
||||
package <a
|
||||
href="http://www.sunfreeware.com/">here</a>.</p>
|
||||
|
||||
<p>The installation instructions are <a
|
||||
href="usermanual/rcl.install.binary.html"> there</a>.</p>
|
||||
|
||||
<p><span class="application">FreeBSD</span> 5.5 i386: <a
|
||||
href="recoll-1.4.3-FreeBSD-5.5-PRERELEASE.tgz">
|
||||
recoll-1.4.3-FreeBSD-5.5-PRERELEASE.tgz</a></p>
|
||||
|
||||
<p><span class="application">Linux</span> (redhat 7.3, i386). I expect
|
||||
this to also run on more recent systems. The recoll version is
|
||||
a bit old but this may give you an idea <a
|
||||
href="recoll-1.2.2-Linux-2.4.18-3.tgz">
|
||||
recoll-1.2.2-Linux-2.4.18-3.tgz</a>.</p>
|
||||
|
||||
<p><span class="application">Solaris 8</span> sparc.
|
||||
<a href="recoll-1.4.3-SunOS-5.8.tgz">
|
||||
recoll-1.4.3-SunOS-5.8.tgz</a>.</p>
|
||||
|
||||
<h3>FreeBSD ports</h3>
|
||||
|
||||
<p>There are ports for both xapian-core
|
||||
and recoll in the standard tree, you may just need to update
|
||||
your ports (cvsup), or you can get the ports from the FreeBSD
|
||||
site: <a
|
||||
href="http://cvsweb.freebsd.org/ports/databases/xapian-core">xapian
|
||||
port</a> <a
|
||||
href="http://cvsweb.freebsd.org/ports/deskutils/recoll">recoll
|
||||
port</a>.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
137
website/features.html
Normal file
137
website/features.html
Normal file
@ -0,0 +1,137 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RECOLL: a personal text search system for
|
||||
Unix/Linux</title>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
|
||||
<meta name="Keywords" content=
|
||||
"full text search,fulltext,desktop search,unix,linux,solaris,open source,free">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<meta http-equiv="content-type" content=
|
||||
"text/html; charset=iso-8859-1">
|
||||
<meta name="robots" content="All,Index,Follow">
|
||||
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
<li><a href="index.html#support">Support</a></li>
|
||||
<li><a href="devel.html">Development</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1 class="intro">Recoll features</h1>
|
||||
|
||||
<dl>
|
||||
<dt><a name="systems">Supported systems</a></dt>
|
||||
<dd><span class="application">Recoll</span> has been compiled and
|
||||
tested on FreeBSD, Linux, Darwin and Solaris (versions
|
||||
FreeBSD 5.3, Redhat 7.3, Fedora Core 4, Gentoo, Debian 3.1,
|
||||
Solaris 8/9, but other not too distant releases should be ok
|
||||
too). You can download the source code and some precompiled
|
||||
packages <a href="download.html">here</a>.</dd>
|
||||
|
||||
<dd>Qt versions from 3.1</dd>
|
||||
|
||||
<dt><a name="doctypes">Document types</a></dt>
|
||||
<dd>Supports the following document types (along with their
|
||||
compressed versions):
|
||||
|
||||
<dl>
|
||||
<dt>Natively</dt>
|
||||
|
||||
<dd>
|
||||
<ul>
|
||||
<li><var class="literal">text</var>.</li>
|
||||
|
||||
<li><var class="literal">html</var>.</li>
|
||||
|
||||
<li><span class="application">OpenOffice</span>
|
||||
files.</li>
|
||||
|
||||
<li><var class="literal">maildir</var> and <var
|
||||
class="literal">mailbox</var> (<span class=
|
||||
"application">Mozilla</span>, <span class=
|
||||
"application">Thunderbird</span> and <span class=
|
||||
"application">Evolution</span> mail ok).</li>
|
||||
|
||||
<li><span class="application">gaim</span> log files.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt>With external helpers</dt>
|
||||
|
||||
<dd>
|
||||
<ul>
|
||||
<li><var class="literal">pdf</var> with <a href=
|
||||
"http://www.foolabs.com/xpdf/">xpdf</a>.</li>
|
||||
|
||||
<li><var class="literal">postscript</var> with <a
|
||||
href=
|
||||
"http://www.gnu.org/software/ghostscript/ghostscript.html">
|
||||
ghostscript</a> and <a href=
|
||||
"http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.</li>
|
||||
|
||||
<li><var class="literal">msword</var> with <a href=
|
||||
"http://www.winfield.demon.nl/">antiword</a>.</li>
|
||||
|
||||
<li><var class="literal">rtf</var> with <a href=
|
||||
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
|
||||
|
||||
<li><var class="literal">dvi</var> with
|
||||
<a href="http://www.radicaleye.com/dvips.html">dvips</a>.
|
||||
</li>
|
||||
|
||||
<li><var class="literal">djvu</var> with
|
||||
<a href="http://djvulibre.djvuzone.org/doc/index.html">DjVuLibre</a>.
|
||||
</li>
|
||||
<li><var class="literal">mp3</var> tags support with
|
||||
<a href="http://id3lib.sourceforge.net/">id3info (id3lib)</a>.
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Other features</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Multiple selectable databases.</li>
|
||||
|
||||
<li>Powerful query facilities, with boolean searches,
|
||||
phrases, filter on file types and directory tree.</li>
|
||||
|
||||
<li>Specific file name searches with wildcards.</li>
|
||||
|
||||
<li>Support for multiple charsets. Internal processing and
|
||||
storage uses Unicode UTF-8.</li>
|
||||
|
||||
<li>Stemming performed at query time (can switch stemming
|
||||
language after indexing).</li>
|
||||
|
||||
<li>Easy installation. No database daemon, web server or
|
||||
exotic language necessary.</li>
|
||||
|
||||
<li>An indexer which runs either as a thread inside the GUI
|
||||
or as an external, cron'able program.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
87
website/index.html
Normal file
87
website/index.html
Normal file
@ -0,0 +1,87 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RECOLL: a personal text search system for
|
||||
Unix/Linux</title>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
|
||||
<meta name="Keywords" content=
|
||||
"full text search,fulltext,desktop search,unix,linux,solaris,open source,free">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<meta http-equiv="content-type" content=
|
||||
"text/html; charset=iso-8859-1">
|
||||
<meta name="robots" content="All,Index,Follow">
|
||||
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="http://www.recoll.org">Home</a></li>
|
||||
<li><a href="pics/index.html">Screenshots</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
<li><a href="usermanual/index.html">User manual</a></li>
|
||||
<li><a href="devel.html">Development</a></li>
|
||||
</ul>
|
||||
<p class="indexthumb">
|
||||
<a href="pics/index.html"><img width="100" alt=
|
||||
"Thumbnail of recoll main screen" src=
|
||||
"pics/recoll0-thumb.png"></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1><a href="http://www.recoll.org/">Recoll</a> is
|
||||
a personal full text search tool for Unix/Linux.</h1>
|
||||
|
||||
<p>It is based on the very strong <a href=
|
||||
"http://www.xapian.org">Xapian</a> backend, for which it
|
||||
provides an easy to use, feature-rich, easy administration,
|
||||
QT graphical interface.</p>
|
||||
|
||||
<p><span class="application">Recoll</span> is free, open source,
|
||||
and copyrighted under the GPL license. The current version is
|
||||
<a class="important" href="download.html">1.4.3</a></p>
|
||||
<p>We borrow a lot of code
|
||||
from other packages, see the <a class="important"
|
||||
href="credits.html">Credits</a>.</p>
|
||||
|
||||
<h2>Features: </h1>
|
||||
|
||||
<ul>
|
||||
<li>Easy installation, few dependancies. No database daemon,
|
||||
web server, desktop environment or exotic language necessary.</li>
|
||||
<li>Will run on most unix-based <a
|
||||
href="features.html#systems">systems</a></li>
|
||||
<li>QT-based GUI.</li>
|
||||
|
||||
<li>Supports most common <a
|
||||
href="features.html#doctypes">document types.</a></li>
|
||||
|
||||
<li>Powerful query facilities, with boolean searches,
|
||||
phrases, filter on file types and directory tree.</li>
|
||||
|
||||
<li>Multi-language and multi-character set with Unicode based
|
||||
internals.</li>
|
||||
<li><a class="weak" href="features.html">(more detail)</a></li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="support">Support</a></h3>
|
||||
|
||||
<p>If you have any problem with the package or its
|
||||
installation, or a need for additional features, please <a href=
|
||||
"mailto:jean-francois.dockes@wanadoo.fr">contact us</a>.</p>
|
||||
|
||||
<p>We also very much welcome functional suggestions or (gasp)
|
||||
code, see the <a href="devel.html">development</a> page.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
26
website/pics/index.html
Normal file
26
website/pics/index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Recoll Screenshots</title>
|
||||
<link type="text/css" rel="stylesheet" href="../styles/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<body>
|
||||
<div class="rightlinks">
|
||||
<ul>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="../download.html">Downloads</a></li>
|
||||
<li><a href="../usermanual/index.html">User manual</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h1>Screenshots</h1>
|
||||
<a href="recoll0.html"><img src="recoll0-thumb.png"></a>
|
||||
<a href="recoll1.html"><img src="recoll1-thumb.png"></a>
|
||||
<a href="recoll2.html"><img src="recoll2-thumb.png"></a>
|
||||
<a href="recoll3.html"><img src="recoll3-thumb.png"></a>
|
||||
<a href="recoll4.html"><img src="recoll4-thumb.png"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
90
website/styles/style.css
Normal file
90
website/styles/style.css
Normal file
@ -0,0 +1,90 @@
|
||||
/*--General-----------------------------------------------*/
|
||||
html {
|
||||
margin 0;
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
color: black;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
/*- Menu---------------------------------------*/
|
||||
|
||||
div.rightlinks {
|
||||
width: 130px;
|
||||
float: right;
|
||||
font-size: 80%;
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
.rightlinks ul {
|
||||
margin-left: 2px ;
|
||||
padding-left: 1.5em ;
|
||||
line-height: 200%;
|
||||
}
|
||||
|
||||
/*-Main content area-------------------------*/
|
||||
.content {
|
||||
margin-top: 2em;
|
||||
margin-left: 25px;
|
||||
margin-right: 145px;
|
||||
}
|
||||
|
||||
.content img {
|
||||
margin: 0.3em;
|
||||
}
|
||||
|
||||
.content dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #222299;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
font-size: 140%;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
font-size: 120%;
|
||||
}
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
p.indexthumb {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.guimenu, .guimenuitem, .guisubmenu,
|
||||
.guilabel, .interface, .guibutton,
|
||||
.shortcut, .shortcut .keycap {
|
||||
background-color: #F0F0F0;
|
||||
font-family: monospace;
|
||||
}
|
||||
.application {
|
||||
font-weight: bold;
|
||||
}
|
||||
.command {
|
||||
font-family: monospace;
|
||||
}
|
||||
.filename {
|
||||
font-family: monospace;
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
a.important {
|
||||
background: yellow;
|
||||
}
|
||||
a.weak {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user