| | |
Another significant feature of Zope that comes from its web-to-objects
philosophy is its entirely through the web management. A
Zope is like its own little file system (but smarter, see
Integrated object database above), and a web browser is
its navigation and management interface. Combined with Zope's
security options, this makes maintainence an anywhere-in-the-world task.
Want to hand management of an area of the site off to someone else? Add a
user folder to the folder you want to give them access to, make a user
object with a name and a password, and tell them the URL to go to. If they
have a browser that supports frames, they now have access. No setting up
FTP and Telnet acounts. No requiring them to download and learn another
client program. No having to deny users access because there's no client
support for their particular operating system.
Zope's management interface is intuitive and simple. The left frame
contains a tree of folderish objects (objects that can contain other
Zope objects) for navigating to different points. The right frame is
the workspace for the objects which uses a tabbed-style interface (a row of
links across the top) for switching between different views and management
options for an object. And it's fast loading due to its use of simple
non-flashy images (which are less bulky and distracting) and light frame
and table use. It uses standard HTML as much as possible to ensure the
widest browser support without sacrificing usability.
|