Metadata-Version: 1.0
Name: quintagroup.theme.lite
Version: 4.0.1
Summary: Free Plone Theme from Quintagroup for Plone 4.0
Home-page: http://skins.quintagroup.com/lite
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: Lite free Plone Theme for Plone 4. 
         
        Features
        --------
        
        * Rotating top area images
        * Replaceable company logo
        * Configurable columns width
        * Center-justified global navigation tabs located in the upper part of the portal, above theme logo
        * Editable site actions & personal tools items, footer and portlets as in default Plone
        * Semantic mark-up & tableless layout 
        
        Home Directory
        ==============
        
        http://skins.quintagroup.com/lite
        
        Recommended
        ===========
        
        This version of Lite Theme was developed and tested on Plone 4.0 (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.lite to your Plone 4 project - in the 
        buildout.cfg file of your buildout:
        
        * Add ``quintagroup.theme.lite`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                quintagroup.theme.lite
        
        * 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 'Lite Plone Theme' with Quickinstaller in Plone (Site Setup -> Add-ons).     
        
        
        Changelog
        ---------
        
        4.0.1 - June 8, 2011
        
        - added dependency for plonetheme.classic 
        - bullets source URL fixed
        
        4.0 - Mar 31, 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)
