Path to this page:
Subject: CVS commit: wip/pkg_online
From: Aleksey Cheusov
Date: 2008-05-11 17:32:58
Message id: E1JvDY1-0002jk-Oc@sc8-pr-cvs1.sourceforge.net
Log Message:
README and NEWS files are installed to share/doc/pkg_online
upgraded to version 0.4.0
Major changes
As of pkg_online version 0.4.0 pkg_online_find and
pkg_online_client utilities allow queries not only in
field:strategy:query format. Now they also allow plain text query.
In this case a number of tries will be made to guess what you
actually want (kind of AI :-) ). For each FIELD:STRATEGY pair in
environment variable PKG_ONLINE_FALLBACK_RULES search is run until
something is found. By default PKG_ONLINE_FALLBACK_RULES contains the
following search rules:
PKGNAME:exact
PKGPATH:exact
PKGNAME:substring
COMMENT:word
COMMENT:substring
DESCRIPTION:word
DESCRIPTION:substring
Samples of usage:
pkg_online_find -1 dictem
pkg_online_find -3 dict
pkg_online_find -1 dictionary
pkg_online_find presentation
You can override PKG_ONLINE_FALLBACK_RULES in your .profile. Also
note that the default value of this variable may change in the future.
Files: