Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

addld(1) [debian man page]

ADDLD.1(1)						      Sword Module Utilities							ADDLD.1(1)

NAME
addld - Lexicon & Dictionary module creation tool for SWORD Project SYNOPSIS
addld -a FILE key [PATH] addld -d FILE key addld -l FILE target_key link_name addld -c FILE DESCRIPTION
A command line utility to create and manipule Lexicon & Dictionary SWORD modules. It can be used to add, delete and link L&D keys within module. It can also be used to create new L&D modules. -a FILE key [PATH] The form is used to add a key to a L&D module. Optionaly path can be used to the file with the entry. -d FILE key This form is used to delete a key from a file. -l FILE target_key link_name This form is used to link two keys in the module. -c FILE This is used to create a new module OPTIONS
To use 4-byte L&D instead of 2-byte, insert a 4 immediately after the '-'. To use zLD instead of 2-byte, insert a z immediately after the '-'. Authors This manual page was written by Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> for Debian project but may be used by others. SEE ALSO
SWORD 1.6.2+dfsg 2012-02-22 ADDLD.1(1)

Check Out this Related Man Page

INSTALLMGR.1(1) 					      Sword Module Utilities						   INSTALLMGR.1(1)

NAME
installmgr - install, list, update and remove SWORD modules SYNOPSIS
installmgr -init installmgr -l installmgr -u [ModuleName] installmgr -s installmgr [-r | -rl | -rd] [RemoteSrcName] installmgr -ri [RemoteSrcName] [ModuleName] installmgr -ll [PATH] installmgr -li [PATH] [ModuleName] DESCRIPTION
A command line utility to manipulate SWORD modules. It can be used to install, remove, list and update SWORD modules, from local and network locations. Please note modules will be installed into /usr/share/sword without using APT. If you use this utility you will not be able to uninstall these modules using apt-get, aptitude, synaptic and similar tools. OPTIONS
-init Creates basic user configuration file. This will overwrite existing one. -l Lists currently installed SWORD modules. -u [ModuleName] Uninstalls module. -s Lists available remote sources [-r | -rl | -rd] [RemoteSrcName] These are used to manipulate remote sources. -r Refreshes remote source. -rl Lists available modules from the remote source. -rd Lists new/updated modules from the remote source. -ri [RemoteSrcName] [ModuleName] Install module from remote source. -ll [PATH] List available modules at a specified local path. -li [PATH] [ModuleName] Install module from local path. Authors This manual page was written by Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> for Debian project but may be used by others. SEE ALSO
SWORD 1.6.2+dfsg 2012-02-22 INSTALLMGR.1(1)
Man Page