Metadata-Version: 1.1
Name: collective.folderlogo
Version: 1.2
Summary: Easily add and change logos in different folders for Plone.
Home-page: https://github.com/collective/collective.folderlogo
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =====================
        collective.folderlogo
        =====================
        
        collective.folderlogo changes logo images and their background under plone site or folders easily through the web.
        
        Currently tested with
        ---------------------
        
        * Plone-4.3 [taito]
        
        * For older versions and python-2.6, use version 0.4.1.
        
        How To
        ------
        
        After installing through **Site Setup** --> **Addons**,
        add Image with ID ``logo`` under plone site or whatever folder you want to change logos.
        
        Changing ID of images
        ---------------------
        
        1. Go to **Configuration registry** page from **Site Setup**.
        2. Update **Log ID**, **Background Color** and **Background Image ID** from here.
        
        **Background Color**
            Needs to be available for CSS styling background-color like: ``transparent``, ``#ffffff``.
        
        Changelog
        ---------
        
        1.2 (2013-05-06)
        ================
        
        - Moved test packages to extras_require. [taito]
        - Tested with Plone-4.3. [taito]
        - Added testing integration to Travis CI. [taito]
        
        1.1 (2012-11-14)
        ================
        
        - Tested with Plone-4.2.2. [taito]
        
        1.0 (2012-08-06)
        ================
        
        - Configuration moved from properties to registry records. [taito]
        - Dropped support for Python-2.6. [taito]
        
        0.4.1 (2011-04-21)
        ==================
        
        - Browser layer added. [taito]
        
        0.4.0 (2011-04-15)
        ==================
        
        - Background image and color configuration is added. [taito]
        
        0.3.1 (2011-03-29)
        ==================
        
        - Initial release. [taito]
        
        Credits
        -------
        
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
