Hello, This is to inform you that GNU dico version 2.12 is available for download. This is a stable release. See the end of this message for a list of important changes.
Dico is a flexible implementation of DICT server (RFC 2229). The server is modular: the daemon itself (dicod) provides only the server functionality, while actual database formats are handled by loadable modules. The package includes a number of modules supporting different dictionary databases, such as dict.org, WordNet, GCIDE, and others. A console client program, `dico', is included. Here are the compressed sources: https://download.gnu.org.ua/ftp/dico/dico-2.12.tar.gz 4.2M https://download.gnu.org.ua/ftp/dico/dico-2.12.tar.bz2 2.8M https://download.gnu.org.ua/ftp/dico/dico-2.12.tar.xz 2.0M Here are the checksums: MD5 --- fca510a2edb5794060e09989b139f37d dico-2.12.tar.gz 42920511b1abf9cdd0bd285a800591a3 dico-2.12.tar.bz2 db97706e7581f3ef26e0ae4c14480f40 dico-2.12.tar.xz SHA1 ---- 759c5149681c405493718ac1f4d32624dcefb3f4 dico-2.12.tar.gz b2f0f5b713054aa3bec8876cf11eb8b2bb241c68 dico-2.12.tar.bz2 9376074331c0c26efec1ba45e08737f829eb5792 dico-2.12.tar.xz SHA256 ------ 8c86f94e37368653035de347b86f50cbc9a9046ba840d58ef69bea4699aec86e dico-2.12.tar.gz 2fa6ac14009336f5744e074f0d5f84df0c4e979279f21279276dc74e0d4c4ed1 dico-2.12.tar.bz2 728b89c50e090bff839e8f7b3043b5c7023f861a9211c93048b42ab455866af7 dico-2.12.tar.xz Noteworthy changes in this release: * Changes in the gcide module ** idxgcide skips duplicated headwords ** Fixed some gcide entities, introduced missing ones ** Fixed Ancient Greek transliteration ** New option: "watch" When supplied, the module will watch for modifications in the dictionary corpus files and rebuild the index file when necessary. ** HTML output HTML output is enabled by the "html" module option. It is produced only after "OPTION MIME" command command. * Input conversions The argument to DEFINE or MATCH command can optionally be modified before being used in actual search. This allows, for example, to input search terms in transliteration instead of in the actual script. Conversions are implemented by loadable modules and are associated with individual databases. This version is shipped with the new module "greek_kbd", which implements Greek transliteration. * Dicoweb ** Switch to Python 3.11+ and Django version 4.2 ** Improve desktop and mobile views using HTML5 ** Implement a dark mode ** Implement various fixes and improvements * pcre module now requires libpcre2 Support for obsolescent libpcre has been withdrawn. * Various bugfixes Best regards, Sergey