ZShell is an external Zope method which allows you to manipulate the ZODB using standard Unix shell commands from within Zope's Management Interface in your Web browser.
| Tags | Database Front-Ends Internet Web Site Management Systems Administration Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Python Zope |
Recent releases


Changes: The use of the insecure and deprecated rexec Python module was replaced with new code which now works with Python version 2.2 and above.


Changes: Multiple commands separated by ';' characters can now be used on the same command line. Several bugs were fixed.


Changes: The package now includes a patch to Zope's Management Interface to allow using ZShell commands directly from the Management Interface. This feature is currently limited to entering one command at a time.


Changes: A small bug fix was made to correct a problem when using an empty history. The number of bytes output was reduced by almost one third, and the documentation about the setenv and unsetenv commands was improved.


Changes: New commands tid, dbconn, davlocks, echo, setenv, unsetenv, and printenv, and preliminary support for variable assignment and use seems to work fine.