a51dc8fa1f
Zope Web-based ORB. It published Python objects through the web. It is one of the core pieces of Zope, but can also be used separately.
7 lines
476 B
Text
7 lines
476 B
Text
ZPublisher is the Zope ORB. It provides a simple mechanism for
|
|
publishing a collection of Python objects as World-Wide-Web (Web)
|
|
resources without any plumbing (e.g. CGI) specific code. The Zope ORB
|
|
is the central component of the Zope web application platform. It can
|
|
also be used without the rest of Zope. ZPublisher applications can be
|
|
published as regular CGIs, using Persistent CGI ("PCGI") (see the
|
|
py-pcgi package), or on the command line with the "bobo" program.
|