OpenFTS-Perl is ready for release. Here is Oleg's post to pgsql-hackers:
Hi,
I'm about to announce a release of OpenFTS search engine.
Short blurb:
OpenFTS (Open Source Full Text Search engine)
is an advanced PostgreSQL-based search engine
that provides online indexing of data and relevance
ranking for database searching. Close integration
with database allows use of metadata to restrict
search results.
This is actually what we use at fts.postgresql.org and
several other sites. Perl version is available for download,
TCL version (with AOL server support) will be available soon -
actually it just needs to wrap a release.
The OpenFTS project web site - http://openfts.sourceforge.net/
OpenFTS team:
Oleg Bartunov - Project Manager
Teodor Sigaev - Principal Developer
Daniel Wickstrom - Developer of TCL Version
Neophytos Demetriou - Documentation Writer
Copyright:
OpenFTS is Copyright 2000-2001 XWare and
licensed under the GNU General Public License,
version 2 (June 1991). This means you can use it
and modify it in any way you want. If you choose to
redistribute OpenFTS, you must do so under the
terms of the GNU license.
Regards,
Oleg