SearchWiki:
  7 User(s) Active on Site
  233 Wiki Pages

Most Recently Modified

Club Resources (edit)

How This Wiki Works

Meeting space complements of:
Computer books
            and technical books at discount prices
Check them out; they are a great source of technical books at very good prices!

If you have shopped at Nerdbooks.com, help them out by reviewing them at ResellerRatings.com. You will need your invoice number to prove you are a real customer, and not just ballot stuffing.
Recent Changes Printable View Page History Edit Page
Content Last Modified on October 24, 2005, at 12:23 AM CST

Concepts of the Zope Management Interface (ZMI)

The ZMI is not a program interface but rather a web-based user interface for the developer. Unlike Zope 2 which has a single naming space, Zope 3 splits the space into a content space and a 'software space''.


About the Content Space

The content space only stores content, such as simple DTML and ZPT scripts. Python scripts are clearly software and are therefore not available in the content space.


About the Software Space

The software space is accessed via the "Manage Site" action tab. Each site consists of several packages, including the default package, which is always defined. Packages are used to later pack up and distribute software.

  1. How do I give my components a management interface? Do I need to?
  2. ZMI actions
  3. ZMI views
Recent Changes Printable View Page History Edit Page