Metadata-Version: 1.0
Name: archetypes.fieldtraverser
Version: 0.2
Summary: Archetypes fieldtraverser
Home-page: http://svn.plone.org/svn/archetypes/archetypes.fieldtraverser
Author: Jens Klein, Johannes Raggam
Author-email: dev@bluedynamics.com
License: GPL
Description: =========================
        archetypes.fieldtraverser
        =========================
        
        Overview
        ========
        
        This product patches Products.Archetypes so that it uses the fieldtraverser
        for access to fields.
        
        From the docstring of fieldtraverser.FieldTraverser:
        """
        Used to traverse to a Archetypes field and access its storage.
        
        useful together with AnnotationStorage if you dont want to hack __bobo__
        
        usage: in url this traverser can be used to access a fields data by use of
        the fieldname and the storage variant if needed (such as image sizes)
        
        in url its: obj/++atfield++FIELDNAME
        or:         obj/++atfield++FIELDNAME-STORAGENAME
        
        example: to access an original site image from a field named 'photo':
        obj/++atfield++photo
        
        to access its thumbnail with size name thumb:
        obj/++atfield++photo-thumb
        """
        
        
        Dependencies
        ============
        
        Products.Archetypes
        
        
        Copyright
        =========
        
        Copyright (c) 2008: BlueDynamics Alliance, Austria
        
        
        Credits
        =======
        
        - Jens Klein <jens@bluedynamics.com>
        
        - Johannes Raggam <johannes@bluedynamics.com>
        
        - Robert Niederreiter <rnix@squarewave.at
Keywords: archetypes fieldtraverser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
