Presentation
Overview
ZopeDictDB is a agregator of Dict servers (ZopeDictDBServer)Files
Dict server contain Databases (free) which are dictonaries translations
or dictionaries definitions.
ZopeDictDB is a simple zope gateway product
which deal with DICT Protocol RFC2229 (ftp://ftp.isi.edu/in-notes/rfc2229.txt)
You can find servers listed on http://luetzschena-stahmeln.de/dictd/index.php
or just install a dict server on your machine (e.g : debian dictd package)
see http://www.dict.org for more details
Requirement
- dictclient module (v 1.0.2) for python 2.3 / 2.4
debian package (python-dictclient)
or see http://gopher.quux.org:70/devel/
- python 2.3 or higher
- Zope 2.7 or higher (tested on Zope 2.9.5)
Installation
- untar ZopeDictDB package in Products of your Zope Instance:
cd /your/zope/instance/path/Products
tar -xzf ZopeDictDB.tgz
Configuration
- In ZMI of Zope:
- Add a ZopeDictDB object
- In ZopeDictDB Object
- Add ZopeDictDBServer object
- Go to Properties tab
- Change Host (e.g to a server find on http://www.dict.org)
Test it !
- Go to Test tab
- Choose one or more Databases (all = no selection)
- Choose a Strategy
- Type a word
Note
- Please send us bug reports to : pentila@pentila.com