Metadata-Version: 1.0
Name: quintagroup.theme.whiteblack
Version: 4.0.2
Summary: Free Plone Theme from Quintagroup for Plone 4.0
Home-page: http://skins.quintagroup.com/whiteblack
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: quintagroup.theme.whiteblack is a free Theme for Plone 4. 
         
        Features
        --------
        
        * Replaceable company logo
        * Configurable columns width
        * Global navigation tabs located above the content area between portlet columns
        * Editable Site Actions & Personal Tools items, Footer and portlets as in default Plone
        * Semantic mark-up & tableless layout
        
        Home Directory
        --------------
        
        http://skins.quintagroup.com/whiteblack
        
        Recommended
        -----------
        
        This version of WhiteBalck Theme was developed and tested on Plone 4 (python-2.6.4, Zope-2.12.10).
        
        Authors
        -------
         
        * Taras Peretiatko
        * Yuriy Hvozdovych
        * Nazar Ilchuk
        * Volodymyr Rudnytskyy
        
        Quintagroup - http://quintagroup.com, 2006-2011
        
        
        Installation
        ------------
        
        To install quintagroup.theme.whiteblack to your Plone 4 project - in the 
        buildout.cfg file of your buildout:
        
        * Add ``quintagroup.theme.whiteblack`` to the list of eggs to install, e.g.::
        
            [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
           
        * Install WhiteBlack Theme with Quickinstaller in Plone (Site Setup -> Add-ons)  
        
        
        Changelog
        ---------
        
        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 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)
