Metadata-Version: 1.0
Name: quintagroup.theme.estatelite
Version: 6.0.2
Summary: Free Diazo Theme for Plone
Home-page: http://skins.quintagroup.com/estate-lite
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: EstateLite Theme is a free diazo theme for Plone 4.1. It is a lite version of premium Estate Plone Theme.
        
        .. figure:: http://quintagroup.com/services/plone-development/skins/images/estate-lite-scr.png/
          
        Features
        --------
        
        * Default search is replaced with Search portlet
        * Replaceable logo as in default Plone: customize portal_skins -> sunburst_images -> logo.png
        * Editable footer as in default Plone: customize portal_view_customizations -> plone.footer
        * Improved thumbnail display view (switch to Thumbnail view)
        
        Dependencies
        ============
        
        * plone.app.theming
        * plone.app.themingplugins
        
        Recommended
        ===========
        
        Estate Lite diazo theme was tested with:
        
        * Plone 4.1
        * plone.app.theming 1.0b8 
        * plone.app.themingplugins 1.0b1
        * Products.Carousel 2.1
        * Products.ContentWellPortlets 4.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.0.4
         
        Home Directory
        ==============
        
        http://skins.quintagroup.com/estate-lite
        
        Authors
        =======
        
        * Volodymyr Rudnytskyy
        * Borys Olekhnovych
        * Serhiy Valchuk  
        * Taras Peretiatko
        * Yuriy Hvozdovych
        
        Quintagroup: http://quintagroup.com, 2006-2011
        
        
        Installation
        ------------
        
        In the buildout.cfg file of your buildout: 
        
        * add ``quintagroup.theme.estatelite`` to the list of eggs to install::
        
               [buildout]
                ...
               eggs =
                   ...
                   quintagroup.theme.estatelite
           
        * Re-run buildout::
        
            $ ./bin/buildout
        
        * Restart instance::
        
            $ ./bin/instance restart
        
        * Install ``EstateLite Theme`` in Plone (Site Setup -> Add-ons).
        
        Installation: development mode
        ==============================
        
        If you want to customize Estate Lite theme please use the following installation instructions: 
        
        * download ``quintagroup.theme.estatelite-version.zip`` archive from http://pypi.python.org/pypi/quintagroup.theme.estatelite
        * extract theme archive to get ``quintagroup.theme.estatelite-version`` folder. Remove version from 
          folder name to have ``quintagroup.theme.estatelite`` folder
        * put ``quintagroup.theme.estatelite`` folder into ``src`` directory of your buildout
        * in buildout.cfg file of your buildout add ``quintagroup.theme.estatelite`` to the list of eggs you are developing and  to the list of eggs to install::
        
               [buildout]
               ...
               develop = src/quintagroup.theme.estatelite
               ...
               eggs =
                   ...
                   quintagroup.theme.estatelite
           
        * Re-run buildout::
        
            $ ./bin/buildout
        
        * Start instance in development mode::
        
            $ ./bin/instance fg
        
        * Install ``EstateLite Theme`` in Plone (Site Setup -> Add-ons).
        
        Now you can customize Estate Lite Theme by modifying ``quintagroup.theme.estatelite`` package in ``src`` directory 
        of your buildout.
        
        
        Changelog
        ---------
        
        6.0.2 - November 02, 2011
        
        * Added base tag
        * Drop down styles were fixed
        
        6.0.1 - October 27, 2011
        
        * Dropdown menu styles fixed
        
        6.0 - October 26, 2011
        
        * theme package converted into diazo theme
        
        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)
