diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 9cd50c37..86a0a333 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,11 @@ +recoll (1.10.0-0ubuntu1) gutsy; urgency=low + * Updated package to recoll version 1.10.0 + -- Jean-Francois Dockes Wed, 11 Nov 2007 15:34:51 +0200 + +recoll (1.9.0-0ubuntu1) gutsy; urgency=low + * Updated package to recoll version 1.9.0 + -- Jean-Francois Dockes Fri, 7 Sep 2007 15:34:51 +0200 + recoll (1.8.1-0ubuntu1) gutsy; urgency=low * Updated package to recoll version 1.8.1 -- Jean-Francois Dockes Wed, 7 Mar 2007 09:08:05 +0100 diff --git a/packaging/debian/control b/packaging/debian/control index 1d539459..fbd0cc85 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,12 +2,13 @@ Source: recoll Section: x11 Priority: optional Maintainer: Jean-Francois Dockes -Build-Depends: debhelper (>= 5), libqt3-mt-dev, qt3-dev-tools, libqt3-headers, libxapian-dev +Build-Depends: debhelper (>= 5), autotools-dev, libqt3-headers, libqt3-mt-dev, libxapian-dev, qt3-dev-tools Standards-Version: 3.7.2 Package: recoll Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: aspell Description: a personal full text search package with a QT GUI The Recoll personal full text search package is based on a very strong backend (Xapian), for which it provides an easy to use and feature-rich @@ -30,4 +31,5 @@ Description: a personal full text search package with a QT GUI necessary. * An indexer which runs either as a thread inside the GUI or as an external, cron'able program. - + . + Homepage: diff --git a/packaging/debian/menu b/packaging/debian/menu index 97648567..405ea82a 100644 --- a/packaging/debian/menu +++ b/packaging/debian/menu @@ -1,2 +1,2 @@ ?package(recoll):needs="X11" section="Apps/Databases"\ - title="recoll" command="/usr/bin/recoll" + title="Personal Search Tool" command="/usr/bin/recoll" diff --git a/packaging/debian/rules b/packaging/debian/rules index 5f7d6824..4b935034 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -1,14 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -21,7 +11,6 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -32,50 +21,41 @@ endif config.status: configure dh_testdir - # Add here commands to configure the package. - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./configure CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \ + --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man - -#Architecture -build: build-arch - -build-arch: build-arch-stamp -build-arch-stamp: config.status +build: build-stamp +build-stamp: config.status + dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot - rm -f build-arch-stamp #CONFIGURE-STAMP# - # Add here commands to clean up after the build process. + rm -f build-stamp -$(MAKE) distclean dh_clean -install: install-arch - -install-arch: +install: dh_testdir dh_testroot - dh_clean -k -s - dh_installdirs -s - $(MAKE) install prefix=$(CURDIR)/debian/recoll/usr + dh_clean -k + dh_installdirs - dh_install -s -# Must not depend on anything. This is to be called by -# binary-arch/binary-indep -# in another 'make' thread. -binary-common: + $(MAKE) prefix=$(CURDIR)/debian/recoll/usr install + +binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs - dh_installexamples dh_installmenu dh_installman dh_link dh_strip - dh_compress + dh_compress dh_fixperms dh_installdeb dh_shlibdeps @@ -83,9 +63,7 @@ binary-common: dh_md5sums dh_builddeb -# Build architecture dependant packages using the common target. -binary-arch: build-arch install-arch - $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common +binary-indep: build install -binary: binary-arch -.PHONY: build clean binary-arch binary install install-arch +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index 264d0378..c8c483f3 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -1,5 +1,5 @@ %define name recoll -%define version 1.8.1 +%define version 1.10.0 %define release 0 Name: %{name} @@ -54,13 +54,17 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/recoll-searchgui.desktop -%{_datadir}/icons/hicolor/48x48/apps/recoll-searchgui.png +%{_datadir}/icons/hicolor/48x48/apps/recoll.png %{_mandir}/man1/recoll* %{_mandir}/man5/recoll* # --------------------------------------------------------------------------- %changelog +* Wed Nov 21 2007 Jean-Francois Dockes 1.10.0-1 +- Update to release 1.10.0 +* Tue Sep 11 2007 Jean-Francois Dockes 1.9.0-1 +- Update to release 1.9.0 * Tue Mar 6 2007 Jean-Francois Dockes 1.8.1-1 - Update to release 1.8.1 * Mon Jan 15 2007 Jean-Francois Dockes 1.7.5-1 diff --git a/packaging/rpm/recollfedora.spec b/packaging/rpm/recollfedora.spec index 823ce1c6..022acded 100644 --- a/packaging/rpm/recollfedora.spec +++ b/packaging/rpm/recollfedora.spec @@ -1,12 +1,12 @@ Name: recoll -Version: 1.8.1 +Version: 1.10.0 Release: 1%{?dist} Summary: Desktop full text search tool with a qt gui Group: Applications/Databases License: GPL URL: http://www.recoll.org/ -Source0: http://www.recoll.org/recoll-1.8.1.tar.gz +Source0: http://www.recoll.org/recoll-1.10.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Not sure how easy it is to find a xapian-core rpm. Will be easier to @@ -41,13 +41,17 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/recoll-searchgui.desktop -%{_datadir}/icons/hicolor/48x48/apps/recoll-searchgui.png +%{_datadir}/icons/hicolor/48x48/apps/recoll.png %{_mandir}/man1/recoll* %{_mandir}/man5/recoll* %doc %changelog +* Wed Nov 21 2007 Jean-Francois Dockes 1.10.0-1 +- Update to release 1.10.0 +* Tue Sep 11 2007 Jean-Francois Dockes 1.9.0-1 +- Update to release 1.9.0 * Tue Mar 6 2007 Jean-Francois Dockes 1.8.1-1 - Update to release 1.8.1 * Mon Jan 15 2007 Jean-Francois Dockes 1.7.5-1 diff --git a/packaging/rpm/recollmdk.spec b/packaging/rpm/recollmdk.spec index ab465343..9d38298e 100644 --- a/packaging/rpm/recollmdk.spec +++ b/packaging/rpm/recollmdk.spec @@ -1,5 +1,5 @@ %define name recoll -%define version 1.8.1 +%define version 1.10.0 %define release %mkrel 1 Name: %{name} @@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/applications/recoll-searchgui.desktop -%{_datadir}/icons/hicolor/48x48/apps/recoll-searchgui.png +%{_datadir}/icons/hicolor/48x48/apps/recoll.png %{_datadir}/%{name} %{_mandir}/man1/recoll* %{_mandir}/man5/recoll* @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT # --------------------------------------------------------------------------- %changelog +* Wed Nov 21 2007 Jean-Francois Dockes 1.10.0-1 +- Update to release 1.10.0 +* Tue Sep 11 2007 Jean-Francois Dockes 1.9.0-1 +- Update to release 1.9.0 * Tue Mar 6 2007 Jean-Francois Dockes 1.8.1-1 - Update to release 1.8.1 * Mon Jan 15 2007 Jean-Francois Dockes 1.7.5-1 diff --git a/tests/shared.sh b/tests/shared.sh index ee13b77d..484fadf1 100644 --- a/tests/shared.sh +++ b/tests/shared.sh @@ -1,8 +1,8 @@ -# @(#$Id: shared.sh,v 1.2 2007-02-14 11:52:28 dockes Exp $ (C) 2006 J.F.Dockes +# @(#$Id: shared.sh,v 1.3 2007-11-21 16:34:16 dockes Exp $ (C) 2006 J.F.Dockes # shared code and variables for all tests -RECOLL_CONFDIR=/home/dockes/projets/fulltext/testrecoll/config +RECOLL_CONFDIR=/Users/dockes/projets/fulltext/testrecoll/config export RECOLL_CONFDIR # Call this with the script's $0 as argument diff --git a/website/CHANGES.txt b/website/CHANGES.txt index e4b55f9a..46aca675 100644 --- a/website/CHANGES.txt +++ b/website/CHANGES.txt @@ -1,5 +1,59 @@ CHANGES +1.10.0 + +- Added a GUI dialog to configure the indexing parameters. + +- Added better support for indexing CJK text (Chinese, Japanese, Korean). + Please note that: + - You will need a full reindex to take good advantage of this. (You + *don't* need to reindex if you don't need to search CJK, even if there + is some in your index). + - When entering CJK search terms, words (single or multiple characters) + should be separated with white space. + - The specific CJK processing can be turned off by setting the nocjk + variable to true in the configuration file (this may make sense if you + have a mixed cjk/other document base and don't want to index the cjk + part, as it will save some disk space and a minuscule amount of cpu). + +- Changed the way Recoll handles searches including composite words (like + an email address). The new approach looks saner, but could have + side-effects, please report any problems in this area. + +- The query language got a new "dir:" specifier to filter results on location. + +- New rclimg perl filter for better indexing of picture tags, thanks to + Cedric Scott. This depends on Exiftool. +- New rcltex filter. + +- Changed and improved how the preview window local search finds the + query terms, this does not involve weird characters any more. The + display is cleaner and cut and paste works better. + +- Fixed the fact that a newline-separated word list in simple search would + wrongly trigger a phrase search. + +- Fixed the way we input text to the preview textedit (the old way would + sometimes confuse the window into displaying tags instead of acting on + them). + +- Fixed transcoding to utf-8 for text/plain email attachments + +- Improved mbox From_ line detection + +- Added indexedmimetypes variables to allow restricting the list of indexed + mime types. + +- KDE kicker applet: start a recoll search from the panel and get a + Recoll window. This is a clone from the find_applet, originally meant to + start a Tracker search. Not so useful presently because it will start a + new Recoll instance for every search. Not part of the main source (the + configure script is a whopping 1MB...), linked from the download page. +- Added recoll command line options to define a query and execute it + immediately when the program starts. This is used in practice from the + applet and could be used from other programs. There is a also a new + option to not start the GUI and print the results to stdout. + 1.9.0 - Incompatible change: the icon image reference is now part of the result list paragraph format string: @@ -63,6 +117,10 @@ CHANGES - Fixed a number of qt4 glitches: selection and keyboard shortcuts. +- New query configuration parameter to set the maximum text size beyond + which text won't be hilighted before preview (takes too much time). This + was a fixed value in 1.8. + 1.8.2 2007-05-19 - Fixed method name for compatibility with xapian 1.0.0 - Add .beagle to default list of skipped names (avoids indexing beagle diff --git a/website/devel.html b/website/devel.html index 8d2e825b..7fcb3e88 100644 --- a/website/devel.html +++ b/website/devel.html @@ -29,31 +29,43 @@
-

Development

-

If you wish to become involved in the development of Recoll, you are very much welcome, please send me an email.

+

Translation

+ +

More translations is good ! If you are a non-english speaker + (and understand english, which can probably be assumed, you + being reading this), you can take a little time to translate + the GUI messages file.

+

The message files for the upcoming 1.10 release follow. There + is an empty one (the xx thing), the others are partially + translated, just needing an update for the new messages.

+

Updating the files can easily be done with + the Qt Linguist. Contact me + for more directions if needed.

+ + +

Development

+

Apart from general development for additional functionality or bug fixes, the following tasks are waiting for you:

  • A better GUI design (both the ergonomy and the appearance).
  • -
  • More translations for the GUI messages (there are - relatively few messages, and it's easy to do with the Qt - tools). English, French, Russian and Ukrainian versions currently - exist. Contact me for directions if needed (or just use - Qt Linguist if you know it - already).
  • -
  • More support for the more advanced Xapian concepts like relevance feedback.
  • -
  • An interactive indexing configuration tool.
  • -
  • More filters for less common or less obviously useful file types.
  • diff --git a/website/download.html b/website/download.html index d36efe9e..18ff5560 100644 --- a/website/download.html +++ b/website/download.html @@ -56,19 +56,19 @@

    For building from source, you will need a xapian-core installation. You will find source and binary packages on the Xapian download - page. Recoll 1.8.2 should build with any 0.9.x or 1.0.x - Xapian version (the current one is 1.0.2).

    + page. Recoll 1.10.0 should build with any 0.9.x or 1.0.x + Xapian version (the current one is 1.0.4).

    -

    You need Qt 3.3 (or qt 4) in all cases (configure Recoll with - configure --enable-qt4 to build with qt4, this needs - the qt3 support library to be present).

    +

    You need Qt 3.3 (or qt 4) in all cases. Recoll will + automatically be configured to build with qt4 if the version + of qmake found in $QTDIR/bin:$PATH is for qt4.

    Recoll relies on external packages for some of its functionality (ie: for many of the non-text file types). These are not listed as strict dependencies, because the base application can be sufficient in some cases, but you should have a look at the - list to + list to decide what you may want to install.

    In addition, optional functionality in Recoll (the term explorer @@ -76,11 +76,14 @@ installed version should be at least 0.60 (utf-8 support) for this to run smoothly. This function is far from essential.

    -

    If you find problems with the package or its +

    If you find problems with this page, the package or its installation, please report them.

    +

    The download page for the previous 1.9 version is still + here

    +

    What do the release numbers mean?

    The Recoll releases are numbered X.Y.Z.

    @@ -92,7 +95,7 @@ modifications. These may bring bugs, so if you're satisfied with the previous version, and don't need the new features, you may want to wait a little, and especially skip the first - release (X.Y.0).

    + release (X.Y.0), at least for a few weeks.

    The third number (Z) changes for bug fixes. A maintenance branch is kept for each X.Y version, and we try to make minimal changes on this. So, moving from X.Y.Z to X.Y.Z+u @@ -104,95 +107,109 @@

    Updated filters

    -

    New and updated filters are sometimes available before the next Recoll - release. There are currently new or updated 1.8 filters for - Wordperfect, Abiword, KWord, and OpenOffice.

    +

    New and updated filters are sometimes + available before the next + Recoll release. All filters are currently up to date in + 1.10.0. You can check the page if you are running an older + release.

    +

    Source

    Current version: -

    1.8.2: recoll-1.8.2.tar.gz - See the known bugs and issues and - changes. - 1.8.2 was released purely for fixing a small issue of - compatibility with xapian 1.0.0 and small config/install - glitches. There is no functional reason to upgrade from - 1.8.1, (or update packages).

    +

    1.10.0: recoll-1.10.0.tar.gz + See the known bugs and issues and + changes.

    -

    Recoll 1.8.2 is the first release that will let you take - advantage of the new Xapian 1.0, the main user-visible change - of which is the new default index format. In order to take - advantage of the new format (which is not mandatory) Recoll - users updating from an older release need to delete their old - index. More details.

    +

    Recoll 1.10.0 will work with Xapian versions 0.9.x or 1.0.x but + 1.0 is preferred. In order to take advantage of the new index + format in Xapian 1.0, Recoll users updating from 1.8 or older, + or who have skipped this step for 1.9 need to delete their old index. + More details. + This is not mandatory, and the old index format will continue + working just as before (but it is slower, and has a few bugs + fixed in 1.0).You don't need to do this if you did it + for Recoll 1.9

    + +

    If updating from 1.8 or older, and you had turned off the + mime type icons inside the result lists in your current Recoll + version, you need to do a small manual adjustment in 1.9/1.10 + to achieve the same effect. See the first entry in + the changes list.

    Older recoll releases: - 1.8.1 - 1.7.6 - 1.7.5 - 1.6.3 - 1.5.11. - 1.4.3. - 1.3.3. - 1.2.3. - 1.1.0. - 1.0.16. -

    + 1.9.0. + 1.8.2. + 1.7.6. + 1.6.3. + 1.5.11. + 1.4.3. + 1.3.3. + 1.2.3. + 1.1.0. + 1.0.16. +

    Packages

    The executables inside the binary rpms have a static link to - xapian 0.9.x, there is no dependency except Qt 3.3. Of course - you need xapian-core installed to use the source rpm.

    + xapian 1.0.4, there is no real dependency except Qt 3.3. + The Fedora and Mandriva packages unfortunately think that they + depend on exiftool (which is needed by the little + used jpeg info filter), due to excessive rpmbuild + cleverness. +
    + Of course you need xapian-core installed to use the source + rpms.

    Fedora Core FC6 RPM: - - fc6/recoll-1.8.1-1.i386.rpm. - FC5: - fc5/recoll-1.8.1-1.i386.rpm. + + fc6/recoll-1.10.0-1.i386.rpm. Source: - - recoll-1.8.1-1.src.rpm + + recoll-1.10.0-1.src.rpm

    -

    Mandriva 2006 (also works on 2005 and 2007) +

    Mandriva 2006 (also works on 2005 and 2007). RPM: - - recoll-1.8.1-0.1.20060mdk.i586.rpm. + + recoll-1.10.0-0.1.20060mdk.i586.rpm. Source: - - recoll-1.8.1-0.1.20060mdk.src.rpm + + recoll-1.10.0-0.1.20060mdk.src.rpm

    -

    Suse 10.1 +

    Suse 10.2 RPM: - - recoll-1.8.1-0.i586.rpm. + + recoll-1.10.0-0.i586.rpm. Source: - - recoll-1.8.1-0.src.rpm + + recoll-1.10.0-0.src.rpm

    -

    Ubuntu 6.10 edgy +

    Ubuntu 6.06 dapper + This has a static link on xapian 1.0.4: + + recoll_1.10.0-0ubuntu1_i386.deb + debian/dapper. This package + appears to also work correctly on later Ubuntu releases, so I + skipped building specific packages for edgy or gutsy this + time. Please contact me if this is a problem.

    + +

    Debian unstable Recoll is in the package repository, - you can install it with the usual apt-get install - recoll. + you can install it with the usual apt-get install recoll. + Package page

    Debian 3.1 Thanks to Mario () @@ -207,26 +224,60 @@

    Binary bundles

    These are just prebuilt trees (without the source files). - The executables were built with xapian 0.9.10 (patched for the - NEAR bug) and libiconv - 1.9.2 (where relevant) as static libraries. They depend on qt - 3.3. For Solaris, you should be able to find a qt package here.

    + The executables were built with xapian 1.0.4 (patched for the + NEAR bug) and libiconv 1.9.2 (where relevant) as static + libraries. They depend on qt 3.3. For Solaris, you should be + able to find a qt package + here.

    The installation instructions are there.

    -

    FreeBSD 5.5 i386: - - recoll-1.8.1-FreeBSD-5.5-RELEASE.tgz +

    FreeBSD 6.2 i386: + + recoll-1.10.0-FreeBSD-6.2-STABLE.tgz

    Solaris 8 sparc. Note to Solaris users: you need to perform the initial indexing pass with "recollindex", not the recoll GUI indexing thread. See errata. - - recoll-1.8.1-SunOS-5.8.tgz.

    + + recoll-1.10.0-SunOS-5.8.tgz. + +

    Recoll also builds and runs on Solaris 10, but, given the + situation of open source packages for Solaris (very old qt on + the Companion CD, inconsistent versions of the compiler and + non-threaded version of qt on sunfreeware), I've come to the + temporary conclusion that you are better off building than + trying to install packages. The approach I recently tried and + which worked was to: +

      +
    • Install gcc 3.4.6 and gnu make from the sunfreeware + packages (go to /usr/local). I guess that the gcc in + /usr/sfw should be ok too here.
    • +
    • Compile xapian-core and install it (with prefix + /usr/local).
    • +
    • Configure and install qt. The following config worked for me, + with qt 3.3.8: +
      +./configure -platform solaris-g++ -prefix /usr/local/Trolltech/Qt-3.3.8/ -thread
      +
      + Then make. Weirdly, I had to add the qt build lib/ + directory to LD_LIBRARY_PATH at some point during the + build). +
    • +
    • Set QTDIR=/usr/local/Trolltech/Qt-3.3.8 and + QMAKESPEC=/usr/local/Trolltech/Qt-3.3.8/mkspecs/solaris-g++ + and add $QTDIR/bin to the PATH then configure, make and + install Recoll
    • +
    • Don't forget to use recollindex for the first index + build, recoll does not work for this (exception handling + mystery probably).
    • +
    +

    +

    Obviously, there are other ways to do it (use CC, install + some place else ... ), but I tried this one.

    FreeBSD ports

    @@ -241,41 +292,48 @@ recoll port.

    -

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

    - +

    Local copies of ports + for recoll 1.10 port directory.

    Translations

    -

    Some of the translations for 1.8 are incomplete. The source - translation files are included in the source release. If your - language has some english messages left and you want to take a - shot at fixing the problem, you can send the results to +

    Some of the translations for 1.10 are incomplete. The source + translation files are included in the source release. If your + language has some english messages left and you want to take a + shot at fixing the problem, you can send the results to me and earn my gratefulness (and your less multilingual compatriot's)...

    -

    Update tranlations that became available (thanks to Mario and - Olaf!) after the release follow. The .qm file - should be copied to - /usr/[local/]share/recoll/translations. -

    You can use the .ts file to alter the translations if you - wish (use QT's linguist tool to edit the source file, then - lrelease to produce the .qm file.).

    + wish (use QT's linguist tool to edit the source file, + then lrelease to produce the .qm file.). + The .qm file should be copied to + /usr/[local/]share/recoll/translations

    -

    Blank. - recoll_xx.ts is a blank - message file, handy to work on a new translation. -

    Italian. + +

    recoll_xx.ts is a blank + Recoll 1.10 message file, handy to work on a new translation.

    + +

    Updated 1.10 translations that became available after the + release:

    + +

    None for now.

    +
diff --git a/website/features.html b/website/features.html index 2a4a5d6b..52f11ccb 100644 --- a/website/features.html +++ b/website/features.html @@ -53,31 +53,31 @@
    -
  • text.
  • +
  • text.
  • -
  • html.
  • +
  • html.
  • -
  • OpenOffice - files (needs unzip command).
  • +
  • OpenOffice + files (needs unzip command).
  • -
  • Abiword +
  • Abiword files.
  • -
  • Kword +
  • Kword files.
  • -
  • maildir and mailbox (Mozilla, Thunderbird and Evolution mail ok).
  • +
  • maildir and mailbox (Mozilla, Thunderbird and Evolution mail ok).
  • -
  • gaim log files.
  • +
  • gaim log files.
  • -
  • Lyx files (needs - Lyx to be installed).
  • +
  • Lyx files (needs + Lyx to be installed).
  • -
  • Scribus files.
  • +
  • Scribus files.
@@ -86,38 +86,57 @@
@@ -146,7 +165,6 @@
  • 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.
  • - diff --git a/website/fr/features.html b/website/fr/features.html index 7f70d4a1..afb34574 100644 --- a/website/fr/features.html +++ b/website/fr/features.html @@ -38,7 +38,7 @@
    Systèmes
    Recoll a été compilé et testé sur FreeBSD, Linux, Darwin, Solaris (versions - FreeBSD 5.5, Fedora Core 5, Suse 10.1, Gentoo, + FreeBSD 5/6, Fedora Core 5/6, Suse 10.1, Gentoo, Debian 3.1, Ubuntu Edgy, Solaris 8/9, mais d'autres versions récentes conviennent sans doute également).
    @@ -60,6 +60,10 @@
  • OpenOffice (avec l'aide de la commande unzip).
  • +
  • Abiword.
  • + +
  • Kword.
  • +
  • maildir et mailbox (Mozilla, Fichiers de conversation gaim.
  • +
  • Lyx (qui doit + être présent).
  • Scribus.
  • -
    With external helpers
    +
    Avec des paquets externes

    @@Recoll is free, open source, and licensed under the GPL. The current version is - 1.8.2

    + 1.10.0

    We borrow a lot of code from other packages, and welcome code and ideas from contributors, see the might prove useful !

    -

    Features:

    +

    Features:

    • Easy installation, few dependancies. No database daemon, @@ -82,22 +82,20 @@
    -

    News:

    -

    There are new filters for - kword and - abiword files in the - new filters section. These - are usable with an existing Recoll 1.8 installation.

    - +

    News:

    +
      +
    • 2007-11-21 Recoll 1.10.0 is out :)
    • Support

      If you have any problem with Recoll, its installation, or an idea for improvement, please provide - feedback. Also see the development - page.

      + feedback. You can also have a look at + the development page for things you + could do.

      + +

      The list of known bugs is here

      diff --git a/website/index.html.fr b/website/index.html.fr index 9451eeaf..5ea5e575 100644 --- a/website/index.html.fr +++ b/website/index.html.fr @@ -1,4 +1,4 @@ - + @@ -47,8 +47,8 @@

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

      + La dernière version est + 1.10.0

      Recoll emprunte beaucoup de code d'autres logiciels libres, et accueille volontiers les @@ -62,7 +62,7 @@

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

      @@ -98,13 +98,7 @@

    Nouvelles:

    -

    Il y a de nouveaux filtres d'indexation pour les fichiers - kword et - abiword. Ils sont téléchargeables - dans la zone des nouveaux - filtres, et sont utilisable avec une installation existante de - Recoll 1.8.

    - +

    2007-11-21 Recoll 1.10.0 est sorti.

    Support

    @@ -113,7 +107,10 @@ contacter.

    -

    Voir aussi la page sur le développement.

    +

    Voir aussi la page sur le + développement.

    +

    Liste des problèmes connus (en + anglais).

    diff --git a/website/pics/index.html b/website/pics/index.html index 0150949d..eddfa55e 100644 --- a/website/pics/index.html +++ b/website/pics/index.html @@ -1,27 +1,18 @@ - Recoll Screenshots - + Photos - - - -
    -

    Screenshots

    - - - - - - -
    - - + + + + + + + + + + + +
    diff --git a/website/styles/style.css b/website/styles/style.css index 8fd1315a..550580d6 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -77,6 +77,9 @@ p.indexthumb { .application { font-weight: bold; } +.literal { + font-family: monospace; +} .command { font-family: monospace; } @@ -85,7 +88,7 @@ p.indexthumb { color: #007a00; } -a.important { +.important { background: yellow; } a.weak {