Metadata-Version: 1.0
Name: collective.atimage.transformtoolbar
Version: 1.1
Summary: Replaces 'Transform' tab in ATImage with an icon toolbar in 'View' tab
Home-page: http://svn.plone.org/svn/collective/collective.atimage.transformtoolbar
Author: Marcos F. Romero
Author-email: marcos.romero {at} inter-cultura {dot} com
License: GPL
Description: Introduction
        ============
        The solely intention of this product is to replace the default "Transform" tab in Image content types with an icon-toolbar viewlet in the plone.belowcontent viewlet manager.
        
        By keeping the user in the same page and requiring less clicks and page loads we intend to ease applying transformations in the images.
        
        Features
        ========
        
        - Performs image transformations with AJAX to prevent reloading the page
        - Degrades gracefully in non-JavaScript browsers
        - i18n support by using atcontentypes and plone i18n domains.
        - Tested in Plone 3.3.5 and Plone 4.0b3
        
        Installation
        ============
        
        * Add ``collective.atimage.transformtoolbar`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                collective.atimage.transformtoolbar
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
            [instance]
            recipe = plone.recipe.zope2instance
            ...
            zcml =
                collective.atimage.transformtoolbar
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        You can skip the ZCML slug if you are using Plone 3.3 or if you are going to explicitly include
        the package from another package's configure.zcml file.
        
        Authors and Contributors
        ========================
        
          * Marcos F. Romero <marcos.romero {at} inter-cultura {dot} com> (developer)
          * Juan Pablo Giménez <jpg {at} rcom {dot} com {dot} ar > (unconditional help) 
        
        Changelog
        =========
        
        1.1 (2010-07-16)
        ----------------
        
        - Performs transformations with AJAX (jQuery)
        - Keeps "Transform" tab hidden if collective.atimage.transformmenu is installed
        - Necessary i18n taken from plone domain
        
        1.0 (2010-06-04)
        ----------------
        
        - Initial release
        - Hides "Transform" tab in ATImage by means of generic setup extension profile
        - Adds "Transform" toolbar in ATImage with the available transformations
        - i18n taken from Products.ATContentTypes
        - Tested in Plone 3.3.5 and Plone4.03b
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
