zope.i18n

zope.i18n 4.0.0 Alpha 4

zope.i18n implements several APIs related to internationalization and localization.- Locale objects for all locales maintained by the ICU project.- Gettext-based message catalogs for message strings.- Locale discovery for Web-based requests.What is new in...

read more
zope.app.publication

zope.app.publication 4.0.0 Alpha 1

zope.app.publication is a module with publication and traversal components.What is new in this release:Relax ZODB dependency to allow 3.10dev builds from SVN. Introduce ZopePublication.callErrorView as a possible hook point. What is new in version...

read more

z3c.layer.pagelet is a Python package that provides a pagelet based layer setup for Zope3.This layer supports a correct set of component registration and can be used for inheritation in custom skins.Right now the default implementation in Zope3 has...

read more

zc.resourcelibrary is a Zope 3 extension that is designed to make the inclusion of JavaScript, CSS, and other resources easy, cache-friendly, and component-friendly.What is new in this release:Register adapters with getSiteManager rather than...

read more
zope.generations

zope.generations 4.0.0 Alpha 1

zope.generations provides a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of...

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