1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: wordinspect
Section: editors
Priority: optional
Maintainer: Martin Schulze <joey@debian.org>
Standards-Version: 2.4.0.0
Package: wordinspect
Architecture: any
Depends: dict, ${shlibs:Depends}
Description: GTK-based Dictionary Client
This package provides a graphical frontend to dict, which is a client
that queries the dictd server. Since it is TCP based, it can access
servers on the local host, on a local network, or on the Internet.
.
The DICT Development Group maintains several public servers which can
be accessed from any machine connected to the Internet. The default
configuration is to query one of these servers first, but this may be
changed in the configuration file /etc/dict.conf.
.
Queries may be customized by numerous command line options, including
specifying the database(s) to be queried and the search strategy to
be used.
|