Metadata-Version: 1.0
Name: ely.portlets.image
Version: 0.2dev-r156
Summary: A portlet for attaching and linking a single image
Home-page: http://code.google.com/p/ely/source/browse
Author: Matt Halstead
Author-email: matt@elyt.com
License: GPL
Description: Introduction
        ============
        
        A portlet for attaching and linking a single image in plone 3
        
        This is quite basic at present. There are some things to know:
        
        The image is stored as an OFS.Image.Image in the portlet assignment
        data - this is so we get access to get method that produces useful
        headers for caching, and gives us some useful parameters for creating
        a tag. However, since portlet Assignments do not provide enough
        context to be Locatable in the zope sense, then we need to generate
        our own tag based on an assignment path saved when the portlet was
        added. Since portlet assignments can't be moved, then this is ok. It's
        all transparent to you if you are simply interested in using this.
        
        
        Changelog
        =========
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: plone portlet image
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
