You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zope.app.rotterdam-3.5.3-2.lbn25.noarch
zope.app.rotterdam
RPMPackage zope.app.renderer-3.5.1-2.lbn25.noarch
Text Renderer Framework
RPMPackage zope.app.publisher-3.10.2-1.lbn25.noarch
Implementations and means for configuration of Zope 3-style views and resources.
RPMPackage zope.app.publication-4.2.1-1.lbn25.noarch
Publication and traversal components.
RPMPackage zope.app.principalannotation-3.7.1-1.lbn25.noarch
This package used to provide implementation of IAnnotations for zope.security principal objects, but it’s now moved to the zope.principalannotation package. This package only contains a bootstrap subscriber that sets up the principal annotation utility for the root site and the browser add menu item for adding the annotation utility through ZMI.
RPMPackage zope.app.preview-3.4.0-2.lbn25.noarch
Object Preview Template
RPMPackage zope.app.preference-3.8.1-2.lbn25.noarch
User Preferences Framework ZMI UI
RPMPackage zope.app.pagetemplate-3.11.2-2.lbn25.noarch
Page template integration for Zope3
RPMPackage zope.app.onlinehelp-3.5.2-2.lbn25.noarch
Framework for Context-Sensitive Help Pages
RPMPackage zope.app.module-3.5.0-2.lbn25.noarch
Persistent Python modules allow us to develop and store Python modules in the ZODB in contrast to storing them on the filesystem. You might want to look at the zodbcode package for the details of the implementation. In Zope 3 we implemented persistent modules as utilities. These utilities are known as module managers that manage the source code, compiled module and name of the module. We then provide a special module registry that looks up the utilities to find modules.
RPMPackage zope.app.locking-3.5.0-2.lbn25.noarch
Simple Object Locking Framework for Zope 3 applications
RPMPackage zope.app.localpermission-3.7.2-2.lbn25.noarch
Local Persistent Permissions for zope.security
RPMPackage zope.app.locales-3.7.5-1.lbn25.noarch
This package provides some facilities for extracting and managing i18n messages that occur in Zope software. More specifically, i18n messages can occur in Python code, in Page Templates and in ZCML declarations. zope.app.locales provides a utility that can extract messages from all three and write them to a standard gettext template (pot file).
RPMPackage zope.app.keyreference-3.6.1-2.lbn25.noarch
Object key references
RPMPackage zope.app.intid-3.7.1-2.lbn25.noarch
zope.app.intid
RPMPackage zope.app.interpreter-3.4.0-2.lbn25.noarch
Safe Python Intrepeter Integration into Zope 3
RPMPackage zope.app.interface-3.6.0-1.lbn25.noarch
This package provides several extensions to Zope interfaces, such as a persistent implementation, interface type queries, and a vocabulary of all registered interfaces of the system (or of a particular type).
RPMPackage zope.app.i18n-3.6.4-1.lbn25.noarch
zope.app.i18n
RPMPackage zope.app.http-4.0.0-1.lbn25.noarch
This package implements the simplest HTTP behavior within the Zope Publisher. It implements all HTTP verbs as views and defines the necessary HTTP exceptions.
RPMPackage zope.app.generations-3.7.1-2.lbn25.noarch
Generations are 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 a relational database. This package only contains the ZMI user interface for zope.generations