Metadata-Version: 1.0
Name: plone.indexer
Version: 1.0
Summary: Hooks to facilitate managing custom index values in Zope 2/CMF applications
Home-page: http://pypi.python.org/pypi/plone.indexer
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Introduction
        ============
        
        This package provides primitives to help delegate ZCatalog indexing operations
        to adapters. It doesn't do very much on its own, but can be used by catalog
        implementations that want to allow individual index values to be provided
        not by the object itself, but by separate adapters.
        
        Changelog
        =========
        
        1.0 - 2010-07-18
        ----------------
        
        - Fixed reSt markup in the changelog.
          [hannosch]
        
        - Update license to GPL version 2 only.
          [hannosch]
        
        1.0rc2 - 2009-04-05
        -------------------
        
        - Added _getWrappedObject() method to get hold of the underlying object.
          Note that this means you can't have an index/metadata column with this name.
          [optilude]
        
        - Corrected IZCatalog import location to point to the interfaces module.
          [hannosch]
        
        1.0rc1 - 2009-03-26
        -------------------
        
        - Updated the interface to match the developments of similar functionality
          on CMF trunk. This means that indexers are now multi-adapters on
          (object, catalog), and the keyword arguments (including the implicit 
          'portal' parameter) are gone.
          [optilude]
        
        1.0a1 - 2009-03-05
        ------------------
        
        - Initial release
        
Keywords: plone cmf zope catalog index
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
