% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
Debian::DictionariesCommon.pm - dictionaries-common library
use Debian::DictionariesCommon q(:all)
$dictionaries = parseinfo ('/var/lib/dictionaries-common/ispell/iwolof');
loaddb ('ispell')
updatedb ('wordlist')
Common functions for use from the dictionaries-common system.
dico_checkrootCheck for rootness and fail if not.
build_emacsen_supportPut info from dicts info files into emacsen-ispell-dicts.el
build_jed_supportPut info from dicts info files into jed-ispell-dicts.sl
build_squirrelmail_supportBuild support file for squirrelmail with a list of available dictionaries and associated spellchecker calls, in php format.
$libdir = getlibdir($class)Return info dir for given class.
$default = dico_getsysdefault($class)Return system default value for given class.
$libdir = getuserdefaultReturn value for user default ispell dictionary.
dico_get_spellchecker_params($class,\%language)Get right params for $class (currently unused) and $language
\%dictionaries = loaddb($class)Read class .db file and return a reference to a hash with its contents.
\%result = parseinfo($file)Parse given info file and return a reference to a hash with the relevant data.
setsysdefault($value)Set value for system default ispell dictionary.
setuserdefaultSet value for user default ispell dictionary, after asking to select it from the available values.
updatedb($class)Parse info files for given class and update class .db file under dictionaries-common cache dir.
Debian dictionaries-common policy.
Rafael Laboissiere Agustin Martin