Metadata-Version: 1.0
Name: quintagroup.theme.estatelite
Version: 6.0.6
Summary: Free Diazo Theme for Plone 4.1
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 <http://skins.quintagroup.com/estate>`_.
        
        .. 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)
        
        **Additional Features**
        
        Features, that are supported and can be activated by additional packages installation:
        
        * quintagroup.dropdownmenu. Adds custom-style dropdown menu
        
        * Products.Carousel. Adds rotating Carousel banner feature
        
        * Products.LinguaPlone. Adds multilingual functionality. Custom-style language selectors.
        
        * Products.PloneFormGen. Adds TTW Form Generator feature.
        
        * Products.ContentWellPortlets. Allows adding portlets in the header, footer and content area
        
        Recommended
        ===========
        
        Theme was tested with:
        
        * Plone 4.1
        * plone.app.theming 1.0b9
        * quintagroup.dropdownmenu 1.2.5
        * Products.LinguaPlone 4.1.1
        * Products.Carousel 2.1
        * Products.PloneFormGen 1.7.0
        * Products.ContentWellPortlets 4.1.0
        
        Dependencies
        ============
        
        * plone.app.theming
        
        Home Directory
        ==============
        
        http://skins.quintagroup.com/estate-lite
        
        Authors
        =======
        
        * Taras Peretiatko
        * Volodymyr Rudnytskyy
        * Borys Olekhnovych
        * Serhiy Valchuk
        * Yuriy Hvozdovych
        
        Quintagroup: http://quintagroup.com, 2006-2012
        
        
        Installation
        ------------
        
        quintagroup.theme.estatelite can be installed in any of the following ways.
        
        Installation via diazo panel
        ============================
        
        * Download the zip file: http://plone.org/products/estate-lite-plone-theme/releases/6.0.6/estatelite.zip
        * Import the theme from the 'Diazo theme' control panel
        
        Installation via buildout
        =========================
        
        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 in 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.6 - January 20, 2012
        
        - Products.PloneFormGen compatibility added
        
        6.0.5 - December 28, 2011
        
        * removed plone.app.themingpluging dependency
        
        6.0.4 - December 26, 2011
        
        * drop unnecessary portlet.xml
        * tested with Products.ContentWellPortlets 4.1.0
        
        6.0.3 - November 22, 2011
        
        * unnecessary css dropped
        
        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 diazo 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)
