--- a
+++ b/website/credits.html
@@ -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>
+