Top Software for Zope Corporation and Contributors
zope.errorview is a package that provides basic HTTP and Browser views for common exceptions.Refactored from zope.app.http.exception and zope.app.exception.What is new in this release:Added nl translations.
What is new in version 0.10:Exception views do...
zope.contenttype is an utility module for content-type handling.What is new in this release:Change the file contents argument of guess_content_type from string to bytes. This change has no effect on Python 2.
What is new in version 3.5.5:Properly restore...
The zope.app.http package implements the simplest HTTP behavior within the Zope Publisher. It implements all HTTP verbs as views and defines the necessary HTTP exceptions.What is new in this release:Fixing brown bag release 3.10.1, failing...
five.localsitemanager is a module that attempts to provide a local site manager implementation that is as close to the zope.interface / zope.component implementation as possible. Some reservations that do not conflict with the original API have been...
zope.traversing provides adapteres for resolving object paths by traversing an object hierarchy. This also includes support for traversal namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view.What is new in...
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...
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...
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...
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...