Support

Zope web server

Zope stands for "Z Object Publishing Environment." Zope is a free and open-source, object-oriented web application server written in the Python programming language. It can be almost fully managed with a web-based user interface. Zope publishes on the web Python objects that are typically persisted in an object database, ZODB. Basic object types, such as documents, images, and page templates, are available for the user to create and manage through the web. 

Zope includes its own HTTP, FTP, WebDAV, and XML-RPC serving capabilities, but can also be used with the Apache or other web servers.

Manuals