Software
Up one levelDownloadable software for Python, Zope, CMF, and Plone.
- ZopeSecurityAudit — by Tres Seaver — last modified 2006-07-11 23:37
- Tools for auditing the fine-grained security settings of your Zope instance.
- pushpage — by Tres Seaver — last modified 2006-07-11 23:37
- "Push"-mode is jargon used in a number of templating systems to describe templates which have their data "pushed" to them as a mapping, supplied by the application. Tradiional ZPT contexts include top-level variables (e.g., "context") from which the template "pulls" data. This package offers a variant of ZPT which suppresses any context variables except those explicitly passed by the caller.
- pipelines — by Tres Seaver — last modified 2006-07-11 23:37
- A Zope 3 package which allows a site developer to specify a series of "filter" operations as a "pipeline". Each filter is a function or callable which takes an "context" object and a "state" object; the state object allows the filters to assign attributes to it, which may not be possible with the context object (e.g., it might be a new-style class with slots).
- Frostbite — by Tres Seaver — last modified 2006-07-11 23:37
- The Frostbite product addresses several skin-related performance issues in the CMF by generating a filesystem product containing selected templates and scripts from a skin.
- jsr170 — by Tres Seaver — last modified 2006-07-11 23:37
- Python API for the JSR-170 content repository specification
- mcdutils — by Tres Seaver — last modified 2006-06-06 16:22
- A Zope2 product which provides facilities for using 'memcached' in Zope applications.
- userschema — by Tres Seaver — last modified 2007-02-12 09:10
- Allow business users to define schema via CSV files, HTML forms, or XML files.
- faster — by Tres Seaver — last modified 2006-10-12 18:36
- Improved ZODB-based session data container. This implementation keeps the sesssion data objects in buckets, which it manages as a linked list.
- kiss — by Tres Seaver — last modified 2006-10-17 12:10
- Easily serve readonly filesystem content, including templating (adding O-wrap) and transformations (ReST -> HTML).
- ifrit — by Tres Seaver — last modified 2007-02-09 11:33
- Define adapters for content, based on elementtree paths (or XPaths) into its XML serialization.
- keepalive — by Tres Seaver — last modified 2007-04-18 11:18
- ZEO cluster keepalive / monitoring for Zope2. This product provides a tool for configuring "keepalive" traffic across the ZEO client-server connection to prevent interruption due to "idle timeouts" (e.g., as performed by some firewalls).
- sqladapters — by Tres Seaver — last modified 2007-05-22 16:12
- This product allows developers to define adapters in ZCML, based filesystem DTML-SQL templates; the results are returned in a more compact and efficient form than the traditional ZSQL results objects (no leaks!)
- trustcommerce — by Tres Seaver — last modified 2007-05-22 16:39
- This product provides a ZMI-configurable tool which wraps the Trustcommerce 'tclink' API for payment processing.
- thrashcatcher — by Tres Seaver — last modified 2007-10-11 13:09
- A Zope2 product which adds information about per-request ZODB loads and stores to the trace log.
- plone_gs — by Tres Seaver — last modified 2008-05-25 21:26
- This product supplies GenericSetup support for the tools in Plone.