80 lines
2.8 KiB
HTML
80 lines
2.8 KiB
HTML
<!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>First of all, many thanks to the users who provided criticism
|
|
and ideas to make <span class="application">Recoll</span> go
|
|
forward ! Please
|
|
<a href="mailto:jfd@recoll.org">
|
|
contact me</a> if you have something to suggest.</p>
|
|
|
|
<p><span class="application">Recoll</span> borrows
|
|
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 package is unmaintained and the (quite modified)
|
|
code is carried with the <span class="application">Recoll</span>
|
|
source.</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. The original package is unmaintained and the
|
|
relevant code is carried with the <span
|
|
class="application">Recoll</span> source.</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:jfd@recoll.org">jfd@recoll.org</a></li>
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|