diff --git a/packaging/debian/changelog b/packaging/debian/changelog index bcd75274..1d0e0fcf 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -recoll (1.7.5-1) feisty; urgency=low +recoll (1.7.5-0ubuntu1) feisty; urgency=low * Initial release diff --git a/website/BUGS.txt b/website/BUGS.txt index 8824b579..a8190ff4 100644 --- a/website/BUGS.txt +++ b/website/BUGS.txt @@ -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 diff --git a/website/CHANGES.txt b/website/CHANGES.txt index c0c8098c..3bbb63c0 100644 --- a/website/CHANGES.txt +++ b/website/CHANGES.txt @@ -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 diff --git a/website/credits.html b/website/credits.html index 81489078..6b50ad28 100644 --- a/website/credits.html +++ b/website/credits.html @@ -37,7 +37,9 @@

First of all, many thanks to the users who provided criticism and ideas to make Recoll go - forward !

+ forward ! Please + Recoll borrows heavily from the following projects. I tried to include the diff --git a/website/download.html b/website/download.html index ecc6791b..c5679000 100644 --- a/website/download.html +++ b/website/download.html @@ -33,7 +33,12 @@

Recoll downloads

- + +

filters source + rpms other binary + Bsd port + translations

+

You will probably need to have a look at the installation manual for building and/or installation instructions.

@@ -59,7 +64,8 @@ report them.

What do the release numbers mean?

-

The recoll releases are numbered X.Y.Z.

+ +

The Recoll releases are numbered X.Y.Z.

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), there is probably no necessity to upgrade anyway.

-

Source

+

Updated filters

+ +

New and updated filters are sometimes available before the next Recoll + release

+ +

Source

Current version: @@ -91,9 +103,7 @@

Older recoll releases: 1.7.3 1.6.3 - 1.6.1 1.5.11. - 1.5.6. 1.4.3. 1.3.3. 1.2.3. @@ -101,7 +111,7 @@ 1.0.16.

-

RPMS

+

RPMS

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.

@@ -134,15 +144,19 @@

Ubuntu 6.10 edgy + Recoll 1.7.6 has a few + debian build fixes, and the Openoffice filter was fixed for + debian compatibility.
+ binary package: - - recoll_1.7.5-1_i386.deb. + + recoll_1.7.6-0ubuntu1_i386.deb. Source package directory: debian/edgy

-

Binary bundles

+

Binary bundles

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 @@ recoll-1.7.3.tar.gz

-

FreeBSD ports

+

FreeBSD ports

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. xapian port recoll port.

-

Local copies of ports for recoll-1.6 and +

Local copies of ports for recoll-1.7 and xapian-0.9.9 (without the NEAR patch).

+ + +

Translations

+ +

Translations for the current version (1.7) which appeared + after the release. The .qm file should be + copied to + /usr/[local/]share/recoll/translations. +

+ +

Italian. + recoll_it.ts + recoll_it.qm +

+ +
diff --git a/website/features.html b/website/features.html index 58fe3636..7cb84ff5 100644 --- a/website/features.html +++ b/website/features.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 here. + should be ok too).
Qt versions from 3.1
@@ -68,8 +67,15 @@ "application">Evolution mail ok).
  • gaim log files.
  • + +
  • Lyx files (needs + Lyx to be installed).
  • + +
  • Scribus files.
  • + +
    With external helpers
    @@ -83,10 +89,10 @@ ghostscript and pstotext. -
  • msword with msword with antiword.
  • -
  • Powerpoint and - Excel with the +
  • Powerpoint and + Excel with the catdoc utilities.
  • @@ -128,8 +134,10 @@
  • Easy installation. No database daemon, web server or exotic language necessary.
  • -
  • An indexer which runs either as a thread inside the GUI - or as an external, cron'able program.
  • +
  • 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.
  • +
    @@ -137,7 +145,7 @@

    Stemming

    Stemming is a process which transforms inflected words into - their most basic form. For exemple, flooring, + their most basic form. For example, flooring, floors, floored would probably all be transformed to floor by a stemmer for the English language.

    diff --git a/website/index.html b/website/index.html.en similarity index 96% rename from website/index.html rename to website/index.html.en index bd225752..3bab8e1d 100644 --- a/website/index.html +++ b/website/index.html.en @@ -24,7 +24,7 @@
  • Home
  • Screenshots
  • Downloads
  • -
  • User manual
  • +
  • User manuals
  • Development
  • @@ -73,7 +73,8 @@ href="features.html#doctypes">document types.

  • Powerful query facilities, with boolean searches, - phrases, filter on file types and directory tree.
  • + phrases, proximity, wildcards, filter on file types and directory + tree.
  • Multi-language and multi-character set with Unicode based internals.
  • diff --git a/website/index.html.fr b/website/index.html.fr new file mode 100644 index 00000000..e8417469 --- /dev/null +++ b/website/index.html.fr @@ -0,0 +1,111 @@ + + + + + RECOLL: un outil personnel de recherche textuelle pour + Unix et Linux + + + + + + + + + + + + + + +
    + +

    Recoll est + un outil personnel de recherche textuelle pour Unix et Linux

    + +

    Il est basé sur le puissant moteur d'indexation Xapian, pour lequel il offre une + interface graphique QT facile d'utilisation, riche, et facile à + mettre en oeuvre.

    + +

    Recoll est un logiciel libre + gratuit, dont le code source est disponible sous licence GPL. + La version à jour est + 1.7.5

    + +

    Recoll emprunte beaucoup de code + d'autres logiciels libres, et accueille volontiers les + contributions en code ou en suggestions, voir la page des + Attributions.

    + +

    L'interface utilisateur de Recoll 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.

    + +
    +

    Déjà utilisateur ? Il est possible qu'il + y ait encore quelques astuces qui vous aient echappé. Un coup + d'oeil rapide sur la page des + petites recettes + de recherche pourrait s'avérer fructueux !

    +
    + +

    Caractéristiques:

    + + + +

    Support

    + +

    Si vous avez un problème quelconque avec le logiciel ou son + installation, ou une idée de fonctions à ajouter, merci de me + contacter.

    + +

    Voir aussi la page sur le développement.

    + +
    + +