Metadata-Version: 1.1
Name: redturtle.logoswitch
Version: 1.1.0
Summary: Allows users to change plone portal logo from a given images list
Home-page: http://svn.plone.org/svn/plone/products/redturtle.logoswitch
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        This package overrides base logo viewlet and allows managers to change portal logo with a simple click, selecting it from a list of available logos.
        
        Installation
        ============
        You need to add the product to eggs and launch the buildout.
        
        buildout.cfg::
        
            [instance]
            eggs +=
                 redturtle.logoswitch
        
        After that you need to install it from control-panel.
        
        Usage
        =====
        The product creates a folder in portal_skins called "*custom-logos*" where you can put some images.
        
        Logo id is stored in a property in "site_properties" called *logo_name*.
        
        To choose the logo, there is a view "*@@select-logo*" that show all images in that folder.
        
        .. image:: http://blog.redturtle.it/pypi-images/redturtle.logoswitch/logoswitch.png/image_preview
        
        
        Compatibility
        =============
        This product is tested with Plone 3.3.x and 4.2.x.
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__;
        
        Regione Emilia Romagna supports the `PloneGov initiative`__.
        
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.net/
        
        Changelog
        =========
        
        1.1.0 (2013-07-08)
        ------------------
        
        * Plone 4 compatibility and refactoring [cekk]
        * added tests [cekk]
        
        1.0.2 (2010-03-26)
        ------------------
        
        * modified title in image tag [cekk]
        
        1.0.1 (2010-03-04)
        ------------------
        
        * added view permission [cekk]
        
        1.0.0 (2010-03-01)
        ------------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
