File: zope-zshell.3

package info (click to toggle)
zope-zshell 1.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 228 kB
  • ctags: 156
  • sloc: python: 1,724; makefile: 53; sh: 22
file content (66 lines) | stat: -rw-r--r-- 2,767 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH ZOPE-ZSHELL 3 "June 26, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
zope-zshell \- Add a command line interface to Zope
.SH DESCRIPTION
Zope-zshell adds a command line interface to Zope.
You must have a running instance of Zope to use this.
.PP
To use it, it must first be created as a Zope object.  Someone
with "Add External Method" authority must manually use the Zope
Management interface to add an External method with Module Name
and Function Name set to zshell.  The Id
may be anything, but is conventionally also set to zshell.
.PP
If your have a default Debian installation of Zope, then
Zope is available at localhost's port 9673.
If, for example, a zshell object with Id zshell	 was placed in the root folder
of your Zopesite, a user could then access it using URL
http://localhost:9673/zshell.  If this does not work, check
with a local administrator on site name, port number and Id.
.PP
Commands supported are:
 about, addprop, addusers, apropos, call, catalog, cd, copy,
cp, cut, dbname, dbsize, delprop, delusers, discard, domains,
dump, enter, exec, export, find, google, grep, help, history,
import, leave, lroles, ls, lsperms, lsprop, lsusers, man, manage,
mkdir, mkuf, mkver, mv, nipltd, pack, passwd, paste, properties,
pwd, restart, rm, roles, save, setperms, setprop, shutdown, su,
takeown, uncatalog, uptime, view, wget, whatis, whoami, zhelp,
and zope
.PP
A synopsis of each command may be found by clicking on the
command name in the "Available Commands" column of the
URL, or by using the internal man command.
.PP
To execute a (series of) command(s), enter them in the
window presented by the URL and then click on the Run!
button.
.PP
Administrators note:  zope-zshell makes every attempt to
honor the Zope Security Framework.  But, there are subleties
involved.  Never give anonymous users access to a zshell!
In fact, you probably want to make your zshells accessible
only to trusted users.


.SH AUTHOR
This manual page was written by James W. Penny <jpenny@debian.org>
(who is really uncertain about what section this should be put
into),
for the Debian GNU/Linux system (but may be used by others).