
Gnu dico is an implementation of the dict protocol as defined in rfc 2229. it is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. actual searches are performed by functions supplied in loadable modules. a single module can serve one or more databases.
this package contains the module that handles databases in emacs outline format. this module is designed mostly as an example and for testing purposes.