You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zope-ZConfig-2.9.1-1.lbn13.noarch
Structured Configuration Library
RPMPackage zope-RestrictedPython-3.6.0-2.lbn13.noarch
zope-RestrictedPython
RPMPackage zope-RelStorage-pgsql-1.5.1-11.lbn13.noarch
PostgreSQL backend for RelStorage
RPMPackage zope-RelStorage-oracle-1.5.1-11.lbn13.noarch
Oracle backend for RelStorage
RPMPackage zope-RelStorage-mysql-1.5.1-11.lbn13.noarch
MySQL backend for RelStorage
RPMPackage zope-RelStorage-1.5.1-11.lbn13.noarch
RelStorage is a storage implementation for ZODB that stores pickles in a relational database. PostgreSQL 8.1 and above (via psycopg2), MySQL 5.0.32+ / 5.1.34+ (via MySQLdb 1.2.2 and above), and Oracle 10g and 11g (via cx_Oracle) are currently supported. RelStorage replaced the PGStorage project. * It is a drop-in replacement for FileStorage and ZEO. * There is a simple way to convert FileStorage to RelStorage and back again. You can also convert a RelStorage instance to a different relational database. * Designed for high volume sites: multiple ZODB instances can share the same database. This is similar to ZEO, but RelStorage does not require ZEO. * According to some tests, RelStorage handles high concurrency better than the standard combination of ZEO and FileStorage. * Whereas FileStorage takes longer to start as the database grows due to an in-memory index of all objects, RelStorage starts quickly regardless of database size. * Supports undo, packing, and filesystem-based ZODB blobs. * Both history-preserving and history-free storage are available. * Capable of failover to replicated SQL databases.
RPMPackage zope-Record-2.13.0-3.lbn13.x86_64
Special Record objects used in Zope2.
RPMPackage zope-Persistence-devel-2.13.2-3.lbn13.x86_64
Persistent ExtensionClass
RPMPackage zope-Persistence-2.13.2-3.lbn13.x86_64
Persistent ExtensionClass
RPMPackage zope-MultiMapping-2.13.0-3.lbn13.x86_64
Special MultiMapping objects used in Zope2.
RPMPackage zope-Missing-2.13.1-3.lbn13.x86_64
Special Missing objects used in Zope2.
RPMPackage zope-Jinja2-2.5.5-3.lbn13.noarch
A small but fast and easy to use stand-alone template engine written in pure python.
RPMPackage zope-ExtensionClass-2.13.2-3.lbn13.x86_64
Metaclass for subclassable extension types
RPMPackage zope-DocumentTemplate-2.13.2-3.lbn13.x86_64
Document Templating Markup Language (DTML)
RPMPackage zope-DateTime-3.0.3-1.lbn13.noarch
The DateTime package ==================== Encapsulation of date/time values. Function Timezones() -------------------- Returns the list of recognized timezone names: >>> from DateTime import Timezones >>> zones = set(Timezones()) Almost all of the standard pytz timezones are included, with the exception of some commonly-used but ambiguous abbreviations, where historical Zope usage conflicts with the name used by pytz: >>> import pytz >>> [x for x in pytz.all_timezones if x not in zones] ['CET', 'EET', 'EST', 'MET', 'MST', 'WET']
RPMPackage zope-Acquisition-devel-2.13.8-3.lbn13.x86_64
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
RPMPackage zope-Acquisition-2.13.8-3.lbn13.x86_64
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
RPMPackage zope-AccessControl-3.0.8-1.lbn13.x86_64
Security framework for Zope2.
RPMPackage zope-2.13.22-1.lbn13.x86_64
Zope is an application server framework that enables developers to quickly build web applications such as intranets, portals, and content management systems.
RPMPackage zettwerk.ui-1.1.1-1.lbn13.noarch
Introduction zettwerk.ui integrates jquery.ui's themeroller into Plone 4.1. Themeroller is a tool to dynamically customize the jquery.ui css classes. For details about jquery.ui theming and themeroller see http://jqueryui.com/themeroller/. See it in action: http://www.youtube.com/watch?v=p4_jU-5HUYA Usage With this add-on it is very easy to adapt the look and color scheme of your plone site. After installation, there is a new extension product listed in the plone controlpanel which is called "Zettwerk UI Themer". Use the themes tab to create new themes via themeroller or apply one of the example themes from the themeroller gallery. Note that themeroller is only working in firefox, but the existing themes can be used with all browsers.