*** empty log message ***
This commit is contained in:
parent
11363f49af
commit
4496e6d7d0
@ -1,4 +1,4 @@
|
||||
recoll (1.7.5-1) feisty; urgency=low
|
||||
recoll (1.7.5-0ubuntu1) feisty; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
||||
@ -5,7 +5,17 @@ later versions. Bugs listed in the topmost section may also exist in older
|
||||
versions.
|
||||
|
||||
Latest (1.7.5):
|
||||
- 1.6/1.7 NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
||||
- Debian and Ubuntu: the rclsoff Openoffice filter doesn't work,
|
||||
because of an incorrect shell syntax (understood by bash but not sh). To
|
||||
fix, you edit /usr[/local]/share/recoll/filters/rclsoff and can change
|
||||
the line:
|
||||
trap cleanup EXIT SIGHUP SIGQUIT SIGINT SIGTERM
|
||||
into:
|
||||
trap cleanup EXIT HUP QUIT INT TERM
|
||||
or download the updated filter from the filters page:
|
||||
http://www.recoll.org/filters/filters.html
|
||||
|
||||
- NEAR crashes: 1.6 has added NEAR searches. Unlike what recoll did
|
||||
with PHRASES, stemming expansion is performed on terms inside NEAR
|
||||
clauses (except if prevented by a capitalized entry of course). There is
|
||||
a bug in Xapian at least up to 0.9.9, where NEAR does not support
|
||||
@ -52,6 +62,7 @@ Latest (1.7.5):
|
||||
exception handling (recoll catches an exception while trying the
|
||||
yest inexistant db).
|
||||
|
||||
***************************************************************************
|
||||
1.7.3
|
||||
- Processing will stop on first error while indexing an mbox file. This
|
||||
could happen just because an attachment could not be decoded, and can
|
||||
@ -66,7 +77,7 @@ Latest (1.7.5):
|
||||
files, could cause miscellaneous problems.
|
||||
- Executing an external viewer for a file with single-quotes in the name
|
||||
would not work.
|
||||
***************************************************************************
|
||||
|
||||
1.5.10
|
||||
- If a defaultcharset was set in the configuration file for a subdirectory,
|
||||
it would stay in effect for all subsequent files/directories (except if
|
||||
|
||||
@ -1,4 +1,26 @@
|
||||
CHANGES
|
||||
|
||||
1.8.0 2007-02-20
|
||||
- Add a small query language with some field-based searches (author, title,
|
||||
etc.)
|
||||
- Add wildcard handling everywhere. *, ?, [] can be used in any
|
||||
search. Warning: using a wild card at the left of a term can make
|
||||
for a very slow search.
|
||||
- Allow skipping specific paths during indexing (in addition to file name
|
||||
patterns)
|
||||
- Improved external index choice dialog, accessible from the top-level menu.
|
||||
- Many small bugs fixed: stemming language choice ignored in term explorer,
|
||||
qt4 preview window reentrancy crashes, issues with saving the default
|
||||
advanced search file, type filter, display more clearly missing helper
|
||||
errors, etc.
|
||||
- Option to use the desktop defaults (with xdg-open) to choose the native
|
||||
viewer for files (instead of recoll's mimeview). Also xdg scripts to
|
||||
install desktop file and icon.
|
||||
|
||||
1.7.6 2007-01-30
|
||||
- Fixes an issue with the openoffice filter on debian systems.
|
||||
- Adds Scribus and Lyx filters.
|
||||
|
||||
1.7.5 2007-01-15
|
||||
- Fixes two email indexing bugs in 1.7.3, which would bail out from an
|
||||
mbox folder on the first attachment filtering error, and would decline
|
||||
|
||||
@ -37,7 +37,9 @@
|
||||
|
||||
<p>First of all, many thanks to the users who provided criticism
|
||||
and ideas to make <span class="application">Recoll</span> go
|
||||
forward !</p>
|
||||
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
|
||||
|
||||
@ -33,7 +33,12 @@
|
||||
<div class="content">
|
||||
|
||||
<h1>Recoll downloads</h1>
|
||||
|
||||
|
||||
<p><a href="#filters">filters</a> <a href="#source">source</a>
|
||||
<a href="#rpms">rpms</a> <a href="#otherbinary">other binary</a>
|
||||
<a href="#ports">Bsd port</a>
|
||||
<a href=#translations>translations</a></p>
|
||||
|
||||
<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>
|
||||
@ -59,7 +64,8 @@
|
||||
report them</a>.</p>
|
||||
|
||||
<h4>What do the release numbers mean?</h4>
|
||||
<p>The recoll releases are numbered X.Y.Z. </p>
|
||||
|
||||
<p>The Recoll releases are numbered X.Y.Z. </p>
|
||||
|
||||
<p>The first number would only change for really major
|
||||
modifications like a big change in the index format. It is
|
||||
@ -78,7 +84,13 @@
|
||||
href="CHANGES.txt">changes file</a>), there is probably no
|
||||
necessity to upgrade anyway.</p>
|
||||
|
||||
<h3>Source</h3>
|
||||
<h2><a name="filters">Updated filters</a></h2>
|
||||
|
||||
<p>New and updated filters are sometimes <a
|
||||
href="filters/filters.html">available</a> before the next Recoll
|
||||
release</p>
|
||||
|
||||
<h2><a name="source">Source</a></h2>
|
||||
|
||||
<p><b>Current version:</b>
|
||||
|
||||
@ -91,9 +103,7 @@
|
||||
<p>Older recoll releases:
|
||||
<a href="recoll-1.7.3.tar.gz">1.7.3</a>
|
||||
<a href="recoll-1.6.3.tar.gz">1.6.3</a>
|
||||
<a href="recoll-1.6.1.tar.gz">1.6.1</a>
|
||||
<a href="recoll-1.5.11.tar.gz">1.5.11</a>.
|
||||
<a href="recoll-1.5.6.tar.gz">1.5.6</a>.
|
||||
<a href="recoll-1.4.3.tar.gz">1.4.3</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>.
|
||||
@ -101,7 +111,7 @@
|
||||
<a href="recoll-1.0.16.tar.gz">1.0.16</a>.
|
||||
</p>
|
||||
|
||||
<h3>RPMS</h3>
|
||||
<h2><a name="rpms">RPMS</a></h2>
|
||||
<p>The executables inside the binary rpms have a static link to
|
||||
xapian, there is no dependency except Qt 3.3. Of course you need
|
||||
xapian-core installed to use the source rpm. </p>
|
||||
@ -134,15 +144,19 @@
|
||||
</p>
|
||||
|
||||
<p><b>Ubuntu 6.10 edgy</b>
|
||||
Recoll <a href="recoll-1.7.6.tar.gz">1.7.6</a> has a few
|
||||
debian build fixes, and the Openoffice filter was fixed for
|
||||
debian compatibility. <br>
|
||||
|
||||
binary package:
|
||||
<a href="debian/edgy/recoll_1.7.5-1_i386.deb">
|
||||
recoll_1.7.5-1_i386.deb</a>.
|
||||
<a href="debian/edgy/recoll_1.7.6-0ubuntu1_i386.deb">
|
||||
recoll_1.7.6-0ubuntu1_i386.deb</a>.
|
||||
Source package directory:
|
||||
<a href="debian/edgy/">debian/edgy</a></p>
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Binary bundles</h3>
|
||||
<h2><a name="otherbinary">Binary bundles</a></h2>
|
||||
|
||||
<p>These are just prebuilt trees (without the source files).
|
||||
The executables were built with xapian 0.9.9 (patched for the
|
||||
@ -168,21 +182,37 @@
|
||||
<a href="recoll-1.7.3.tar.gz">recoll-1.7.3.tar.gz</a>
|
||||
</p>
|
||||
|
||||
<h3>FreeBSD ports</h3>
|
||||
<h2><a name="ports">FreeBSD ports</a></h2>
|
||||
|
||||
<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. The ports are not yet updated for recoll 1.7 or the
|
||||
xapian NEAR problem though.
|
||||
your ports (cvsup, portsnap), or you can get the ports from
|
||||
the FreeBSD site. The ports are not yet updated for the xapian
|
||||
NEAR problem though.
|
||||
<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>
|
||||
|
||||
<p>Local copies of ports for <a href="port-recoll.tgz">recoll-1.6</a> and
|
||||
<p>Local copies of ports for <a href="port-recoll.tgz">recoll-1.7</a> and
|
||||
<a href="port-xapian-core.tgz">xapian-0.9.9</a> (without the
|
||||
NEAR patch).</p>
|
||||
|
||||
|
||||
<h2><a name="translations">Translations</a></h2>
|
||||
|
||||
<p>Translations for the current version (1.7) which appeared
|
||||
after the release. The <literal>.qm</literal> file should be
|
||||
copied to
|
||||
<span class="filename">/usr/[local/]share/recoll/translations</span>.
|
||||
</p>
|
||||
|
||||
<p>Italian.
|
||||
<a href="translations/recoll_it.ts">recoll_it.ts</a>
|
||||
<a href="translations/recoll_it.qm">recoll_it.qm</a>
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -40,8 +40,7 @@
|
||||
tested on FreeBSD, Linux, Darwin and Solaris (versions
|
||||
FreeBSD 5.5, Redhat 7.3, Fedora Core 5, Suse 10.1, 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>
|
||||
should be ok too).</dd>
|
||||
|
||||
<dd>Qt versions from 3.1</dd>
|
||||
|
||||
@ -68,8 +67,15 @@
|
||||
"application">Evolution</span> mail ok).</li>
|
||||
|
||||
<li><span class="application">gaim</span> log files.</li>
|
||||
|
||||
<li><span class="application">Lyx</span> files (needs
|
||||
<span class="application">Lyx</span> to be installed).</li>
|
||||
|
||||
<li><span class="application">Scribus</span> files.</li>
|
||||
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>With external helpers</dt>
|
||||
|
||||
<dd>
|
||||
@ -83,10 +89,10 @@
|
||||
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=
|
||||
<li><span class="application">msword</span> with <a href=
|
||||
"http://www.winfield.demon.nl/">antiword</a>.</li>
|
||||
<li><var class="literal">Powerpoint</var> and
|
||||
<var class="literal">Excel</var> with the
|
||||
<li><span class="application">Powerpoint</span> and
|
||||
<span class="application">Excel</span> with the
|
||||
<a href="http://www.45.free.net/~vitus/software/catdoc/">
|
||||
catdoc</a> utilities.</li>
|
||||
|
||||
@ -128,8 +134,10 @@
|
||||
<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>
|
||||
<li>An indexer which runs either as a thread inside the GUI,
|
||||
as an external, batch, cron'able program, or as a
|
||||
real-time indexing daemon.</li>
|
||||
|
||||
</ul>
|
||||
</dd>
|
||||
</ul>
|
||||
@ -137,7 +145,7 @@
|
||||
<h2><a name="#stemming"></a>Stemming</h2>
|
||||
|
||||
<p>Stemming is a process which transforms inflected words into
|
||||
their most basic form. For exemple, <i>flooring</i>,
|
||||
their most basic form. For example, <i>flooring</i>,
|
||||
<i>floors</i>, <i>floored</i> would probably all be transformed
|
||||
to <i>floor</i> by a stemmer for the English language.</p>
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<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="manuals.html">User manuals</a></li>
|
||||
<li><a href="devel.html">Development</a></li>
|
||||
</ul>
|
||||
<p class="indexthumb">
|
||||
@ -73,7 +73,8 @@
|
||||
href="features.html#doctypes">document types.</a></li>
|
||||
|
||||
<li>Powerful query facilities, with boolean searches,
|
||||
phrases, filter on file types and directory tree.</li>
|
||||
phrases, proximity, wildcards, filter on file types and directory
|
||||
tree.</li>
|
||||
|
||||
<li>Multi-language and multi-character set with Unicode based
|
||||
internals.</li>
|
||||
111
website/index.html.fr
Normal file
111
website/index.html.fr
Normal file
@ -0,0 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>RECOLL: un outil personnel de recherche textuelle pour
|
||||
Unix et Linux</title>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta name="Author" content="Jean-Francois Dockes">
|
||||
<meta name="Description" content=
|
||||
"recoll est un logiciel personnel de recherche textuelle pour unix et linux basé sur Xapian, un moteur d'indexation puissant et mature.">
|
||||
<meta name="Keywords" content=
|
||||
"recherche textuelle,desktop,unix,linux,solaris,open source,free">
|
||||
<meta http-equiv="Content-language" content="fr">
|
||||
<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">Base</a></li>
|
||||
<li><a href="pics/index.html">Copies d'écrans</a></li>
|
||||
<li><a href="download.html">Téléchargements</a></li>
|
||||
<li><a href="manuals.html">Manuels</a></li>
|
||||
<li><a href="devel.html">Développement</a></li>
|
||||
</ul>
|
||||
<p class="indexthumb">
|
||||
<a href="pics/index.html"><img width="100" alt=
|
||||
"Imagette de l'écran principal" src=
|
||||
"pics/recoll0-thumb.png"></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1><a href="http://www.recoll.org/">Recoll</a> est
|
||||
un outil personnel de recherche textuelle pour Unix et Linux</h1>
|
||||
|
||||
<p>Il est basé sur le puissant moteur d'indexation <a href=
|
||||
"http://www.xapian.org">Xapian</a>, pour lequel il offre une
|
||||
interface graphique QT facile d'utilisation, riche, et facile à
|
||||
mettre en oeuvre.</p>
|
||||
|
||||
<p><span class="application">Recoll</span> est un logiciel libre
|
||||
gratuit, dont le code source est disponible sous licence GPL.
|
||||
La version à jour est
|
||||
<a class="important" href="download.html">1.7.5</a></p>
|
||||
|
||||
<p><span class="application">Recoll</span> emprunte beaucoup de code
|
||||
d'autres logiciels libres, et accueille volontiers les
|
||||
contributions en code ou en suggestions, voir la page des
|
||||
<a class="important" href="credits.html">Attributions</a>.</p>
|
||||
|
||||
<p>L'interface utilisateur de <span
|
||||
class="application">Recoll</span> est traduite en Français, mais
|
||||
pas encore la documentation, malheureusement, et la plupart des
|
||||
liens de cette page pointent sur des textes en Anglais.</p>
|
||||
|
||||
<blockquote>
|
||||
<p><b><i>Déjà utilisateur ?</i></b> Il est possible qu'il
|
||||
y ait encore quelques astuces qui vous aient echappé. Un coup
|
||||
d'oeil rapide sur la page des
|
||||
<a href="usermanual/rcl.search.tips.html">petites recettes
|
||||
de recherche</a> pourrait s'avérer fructueux !</p>
|
||||
</blockquote>
|
||||
|
||||
<h2>Caractéristiques: </h1>
|
||||
|
||||
<ul>
|
||||
<li>Installation facile, peu de dépendances. Pas besoin de
|
||||
démon permanent, de serveur http, d'un environnement de bureau
|
||||
particulier ou d'un langage exotique.</li>
|
||||
|
||||
<li>Tourne sur la plupart des
|
||||
<a href="fr/features.html#systems">systèmes</a> fondés sur
|
||||
Unix.</li>
|
||||
|
||||
<li>Interface conçue avec <a href="http://www.trolltech.com">
|
||||
QT</a>.</li>
|
||||
|
||||
<li>Traite la plupart des <a href="fr/features.html#doctypes">
|
||||
types de document</a> courants.</li>
|
||||
|
||||
<li>Fonctions de recherche puissantes, avec expressions Booléennes,
|
||||
phrases et proximité, wildcards, filtrage sur les types de fichiers
|
||||
ou l'emplacement.</li>
|
||||
|
||||
<li>Multi-langage et multi-jeu de caractères, utilisant
|
||||
Unicode en interne.</li>
|
||||
|
||||
<li><a class="weak" href="fr/features.html">
|
||||
(plus de détails)</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2><a name="support">Support</a></h3>
|
||||
|
||||
<p>Si vous avez un problème quelconque avec le logiciel ou son
|
||||
installation, ou une idée de fonctions à ajouter, merci de me
|
||||
<a href=
|
||||
"mailto:jean-francois.dockes@wanadoo.fr">contacter</a>.</p>
|
||||
|
||||
<p>Voir aussi la <a href="devel.html">page sur le développement</a>.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user