NAME

we_shell - a simple interactive shell for accessing the web.editor databases

SYNOPSIS

we_shell [-rootclass class] [-lang language] [-lock] [-connect] [datadir]

DESCRIPTION

-datadir is optional, otherwise the current directory will be used.

Set -connect for a persistent connection to the berkeley db to speed some operations up.

EXAMPLE

Calling we_shell with a special root class is somewhat complicated (I hope the we_data meta file will come some day...):

cd .../we_data
# only if needed, and use the /bin/sh syntax if appropriate
setenv PERL5LIB ../lib
we_shell -rootclass WE_myproject::Root .

AUTHOR

Slaven Rezic

SEE ALSO