Metadata-Version: 1.0
Name: quintagroup.theme.estatelite
Version: 2.0.1
Summary: A free theme from Quintagroup for Plone 4
Home-page: http://skins.quintagroup.com/estate-lite
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: quintagroup.theme.estatelite is one of free Plone skins from Quintagroup. 
        It is a lite version of Quintagroup premium Estate Plone Theme.
        
        .. figure:: http://quintagroup.com/services/plone-development/skins/images/estate-lite-scr.png/
        
        Features
        ========
        
        * Second-column portlets are placed at the bottom of the content area
        * Default search is replaced with Search portlet
        * Semantic mark-up
        
        Estate Lite Plone Theme is available at http://pypi.python.org/pypi/quintagroup.theme.estatelite
        
        Recommended
        -----------
        
        This version of Estate Lite theme was tested on Plone 4.
        
        Home Directory
        --------------
        
        http://skins.quintagroup.com/estate-lite
        
        Authors
        -------
        
        * Volodymyr Rudnytskyi
        * Borys Olekhnovych
        * Serhiy Valchuk 
        * Taras Peretiatko
        * Yuriy Hvozdovych
          
        © Quintagroup_, 2006-2011
        
        .. _Quintagroup: http://quintagroup.com/
        
        
        Installation
        ------------
        
        To install quintagroup.theme.estatelite to your Plone 4 project - in the 
        buildout.cfg file of your buildout:
        
        * Add ``quintagroup.theme.estatelite`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                quintagroup.theme.estatelite
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
            [instance]
            ...
            zcml =
                quintagroup.theme.estatelite
        
        * 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 Estatelite Theme with Quickinstaller in Plone (Site Setup -> Add-ons).
        
        
        Changelog
        ---------
        
        2.0.1 - July 29, 2011
        
        * Theme tested with Plone 4.1
        * Theme deinstallation fixed
        
        2.0 - May 24, 2011
        
        * Theme upgraded to Plone 4.0
        * New top header image
        
        1.1.1 - Oct 23, 2009
        
        * Default theme logo changes [serg]
        
        1.1 - Sep 07, 2009
        
        * Update templates to Plone 3.3
        
        1.0.1 - Mar 04, 2009
        
        * Fix uinstallation procedure, set default skin to 'Plone Default' [piv]
        
        1.0 - Feb 02, 2009
        
        * Initial release
        
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)
