Products.ZNagios provides the ability for Nagios and munin to tap into the Zope2 server and retrieve status and performance data.Nagios data uptime main database size total reference count errors in the root error logMunin datagraphs...

zope.app.server integrates ZServer -- Zope's HTTP and FTP server -- into a Zope 3 application setup. It also defines the script skeleton for a classic Zope 3 application.What is new in this release:Moved zope.app.server.zpasswd to...

read more

The DocumentTemplate module implements the original Document Templating Markup Language (DTML). It uses custom SGML tags to implement simple programmatic features, such as variable replacement, conditional logic and loops.Inside Zope environments...

read more

zope.keyreference provides object references that support stable comparison and hashes.Key References for Persistent Objectszope.keyreference.persistent.KeyReferenceToPersistent provides an zope.keyreference.interfaces.IKeyReference reference for...

read more

zope.filerepresentation is used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV.What is new in this release:Add Trove classifiers indicating CPython and PyPy support. What is new...

read more

The application control instance is usually generated upon startup. zope.app.applicationcontrol provides runtime information adapter for application control and Zope version. Also provide a utility with methods for shutting down and restarting the...

read more

zope.pagetemplate is a module that provides an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage,...

read more

The zope.fanstatic package provides Zope integration for Fanstatic. This means it's taking care of two things: * provide access to the needed resources throughout the request/response cycle. * provide the base URL for the resources to be...

read more
zope.tal

zope.tal 3.6.0

zope.tal specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly.The dynamic...

read more
zope.session

zope.session 3.9.5

zope.session provides interfaces for client identification and session support and their implementations for zope.publisher's request objects.SessionsSessions provide a way to temporarily associate information with a client without requiring the...

read more