repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

in use for quite some time.

intro

hdict - a dict implementation.
see the manual pages for usage information.

install

make sure $ROOT is set.  now run "mk install" to compile and install.
when building from within inferno, insert SYSHOST=Inferno and ROOT=
in the mk invocations to override the values in the mkconfig.

download

get the latest version at:
http://www.ueber.net/code/r/hdict

licence & author

all files are in the public domain.  please contact me for bugs,
suggestions, or other things at mechiel@xs4all.nl or mechiel@ueber.net.

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/hdict/
or
hg clone static-http://www.ueber.net/who/mjl/hg/hdict/

tgz

download a snapshot of the latest version: hdict-6.tgz.

contents

the files in the latest revision can be found at /hg/hdict/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:

manual pages:

limbo module files:

limbo source files:

changes

rev nodeid when diff why
6 550487cb957a 6 weeks diff add mkconfig, update README, style nits.
5 386968833349 7 months diff update to current style. no functional change (or so i hope). li...
4 b20894762277 17 months diff make README match textmangle "syntax".
3 c6b3e6292a6f 19 months diff it's "man", not "install"...
2 ae9bbb0b3426 19 months diff install manual pages & allow nuking modules as well.
1 3a99ff871b67 2 years diff forgot the lexicon lib! here it is!
0 d9f73b4ea849 2 years - first version in mercurial. this is the same code as hdict-1 at h...