Metadata-Version: 1.0
Name: quintagroup.theme.whiteblack
Version: 6.0.2
Summary: Free Diazo Theme for Plone 4.1
Home-page: http://skins.quintagroup.com/whiteblack
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: WhiteBlack is a free diazo theme for Plone 4.1.
        
        Features
        --------
        
        * Replaceable logo as in default Plone: customize ``portal_skins -> sunburst_images -> logo.png``
        * Replaceable header image for the whole site or site sections. To have new top image, 
          add image with ``topimage`` shortname into desirable location on site. Default image size is 1000*252px.
        * Global navigation tabs located above the content area between portlet columns
        * Configurable columns width via diazo control panel, Advanced tab: change number values for 
          ``columnonewidth`` and ``columntwowidth`` properties
        * Improved thumbnail display view (switch to Thumbnail view)
        * Editable footer as in default Plone: customize ``portal_view_customizations -> plone.footer``
        
        Dependencies
        ============
        
        * plone.app.theming
        
        Recommended
        ===========
        
        Lite diazo theme was tested with:
        
        * Plone 4.1
        * plone.app.theming 1.0b9 
        * Products.Carousel 2.1
        * Products.ContentWellPortlets 4.1.0
        
        Besides, special styles were added to the theme for correct theme display with the following products activated:
        
        * quintagroup.dropdownmenu 1.2.5
        * Products.LinguaPlone 4.1.1
        
        Home Directory
        ==============
        
        http://skins.quintagroup.com/whiteblack
        
        Authors
        =======
         
        * Serhiy Valchuk
        * Taras Peretiatko
        * Yuriy Hvozdovych
        * Nazar Ilchuk
        * Volodymyr Rudnytskyy
        
        Quintagroup - http://quintagroup.com, 2006-2011
        
        
        Installation
        ------------
        
        quintagroup.theme.whiteblack can be installed in any of the following ways. 
        
        Installation via diazo panel
        ============================
        
        * Download zip file at http://plone.org/products/whiteblack-plone-skin/releases/6.0.2/whiteblack.zip
        * Import the theme at the 'Diazo theme' control panel
        
        Installation via buildout
        =========================
        
        In the buildout.cfg file of your buildout: 
        
        * Add ``quintagroup.theme.whiteblack`` to the list of eggs to install::
        
            [buildout]
            ...
            eggs =
                ...
                quintagroup.theme.whiteblack
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
            
        * Restart the Zope server, e.g with the following command in the terminal::
        
           $ ./bin/instance restart
        
        * On your Plone site go to Site Setup -> Add-ons and activate ``WhiteBlack Plone Theme``.
        
        
        Installation: development mode
        ==============================
        
        If you want to customize WhiteBlack theme please use the following installation instructions: 
        
        * download ``quintagroup.theme.whiteblack-version.zip`` archive from http://pypi.python.org/pypi/quintagroup.theme.whiteblack
        * extract theme archive to get ``quintagroup.theme.whiteblack-version`` folder. Remove version from 
          folder name to have ``quintagroup.theme.whiteblack`` folder
        * put ``quintagroup.theme.whiteblack`` folder into ``src`` directory of your buildout
        * in buildout.cfg file of your buildout add ``quintagroup.theme.whiteblack`` to the list of eggs you are developing and to the list of eggs to install::
        
               [buildout]
               ...
               develop = src/quintagroup.theme.whiteblack
               ...
               eggs =
                   ...
                   quintagroup.theme.whiteblack
           
        * Re-run buildout::
        
            $ ./bin/buildout
        
        * Start instance in development mode::
        
            $ ./bin/instance fg
        
        * Install ``WhiteBlack Plone Theme`` in Plone (Site Setup -> Add-ons).
        
        Now you can customize WhiteBlack Theme by modifying ``quintagroup.theme.whiteblack`` package in ``src`` directory 
        of your buildout.
        
        
        Changelog
        ---------
        
        6.0.2 - December 30, 2011
        
        - removed plone.app.themingpluging dependency
        
        6.0.1 - December 15, 2011
        
        - header markup improved: half-transparent background added for personal
          tools, site actions, and language selector
        - header image location changed 
        
        6.0 - December 14, 2011
        
        - theme package converted into diazo theme
        
        4.0.2 - July 29, 2011
        
        - compatibility with Plone 4.1 added
        - theme deinstallation fixed
        
        4.0.1 - April 8, 2011
        
        - added dependency for plonetheme.classic 
        
        4.0 - Mar 30, 2011
        
        - theme updated to Plone 4
Keywords: web zope plone diazo theme quintagroup
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
