Metadata-Version: 1.0
Name: experimental.atrefspeedup
Version: 1.0a2
Summary: Speedup of the Archetypes reference engine.
Home-page: http://www.jarn.com/
Author: Jarn AS
Author-email: info@jarn.com
License: GPL version 2
Description: Introduction
        ============
        
        At the heart of the Archetypes reference engine is the reference_catalog. This
        is a set of catalog indexes used to perform the actual query lookups.
        
        The choice of using a ZCatalog has lead to some data structures which aren't
        suited for handling references.
        
        This project tries to work around some of the short comings of the internal
        implementation of the reference engine without changing the public API or
        making any other changes to the stored data.
        
        Development
        -----------
        
        The source code can be found at:
        http://bitbucket.org/hannosch/experimental.atrefspeedup
        
        If you encounter any issues, please contact hanno (at) jarn (dot) com.
        
        Changelog
        =========
        
        1.0a2 - 2010-11-04
        ------------------
        
        - Support passing in a list of relationships into the `getReferences` and
          `getBackReferences` methods.
          [hannosch]
        
        1.0a1 - 2010-10-18
        ------------------
        
        - Initial implementation.
          [hannosch]
        
Keywords: plone reference speed
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
