Parent: [03b6f0] (diff)

Child: [2674e4] (diff)

Download this file

credits.html    80 lines (64 with data), 2.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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:jean-francois.dockes@wanadoo.fr>
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 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>