Metadata-Version: 1.0
Name: quintagroup.theme.techlight
Version: 4.1
Summary: A free theme from Quintagroup for Plone 4
Home-page: http://skins.quintagroup.com/techlight
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: quintagroup.theme.techlight is a free theme for Plone. 
        
        Features
        --------
        
        * Techlight Theme changes default Plone look using tableless layout.
        * Replaceable Theme logo. Positioning of related pictures will change to fit your logo.
        * Special Tabs Portlet added.
        * Configurable width of columns.
        * Compatibility with LinguaPlone language selector tested.
          
        Recommended
        -----------
        
        This version of Techlight Theme was tested on Plone 4.0.
        
        Home Directory
        --------------
        
        http://skins.quintagroup.com/techlight
        
        Authors
        -------
        
        * Yuriy Hvozdovych
        * Volodymyr Rudnytskyi
        * Taras Peretiatko
        * Nazar Ilchuk
          
        © Quintagroup_, 2006-2011
        
        .. _Quintagroup: http://quintagroup.com/
        
        
        
        
        Installation
        ------------
        
        quintagroup.theme.techlight is a free theme for Plone. It has one dependency
        ``collective.portlet.actions`` - you should install this package together with
        quintagroup.theme.techlight for proper Business4 Plone Theme look. 
        
        Installation Step-by-Step
        =========================
        
        * In the buildout.cfg file of your buildout add ``http://dist.quintagroup.com/products``
          to the list of find-links (this is required for correct collective.portlet.actions download)::
           
             [buildout]
             ....
                find-links =
                 ...
                 http://dist.quintagroup.com/products
          
        * add ``quintagroup.theme.techlight`` and ``collective.portlet.actions`` to the
          list of eggs to install::
        
               [buildout]
                ...
               eggs =
                   ...
                   collective.portlet.actions
                   quintagroup.theme.techlight
        
        * add ``quintagroup.theme.techlight`` and ``collective.portlet.actions`` to ZCML slug::
        
               [instance]
               ...
               zcml =
                      ...
                      collective.portlet.actions
                      quintagroup.theme.techlight
             
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        * Restart instance, e.g. with::
        
            $ ./bin/instance restart
        
        * Install ``Techlight Theme`` and ``Actions portlet`` in Plone (Site Setup -> Add-ons).
        
        
        ChangeLog
        ---------
        
        4.1 - May 25, 2011
        
        - Theme updated to Plone 4
        
        4.0 - Mar 4, 2010
        
        - Theme product is package now [gvizdyk]
        - Processed portlet tabs [gvizdyk]
        
        3.1.1 - Oct 21, 2009
        
        - Default theme logo changed [serg]
        
        3.1 - Sep 3, 2009
        
        - Update templates to Plone 3.3
        
        3.0.5 - Apr 1, 2008
        
        - Improper behaviour is corrected during window minimization.
        - IE fixes was taken away to separate css file.
        
        3.0.4 - Mar 18, 2008
        
        - Fix incomplete uninstallation
        
        3.0.3 - Mar 12, 2008
          
        - Fixed slyles, changed README.txt
        
        3.0.2 - Feb 29, 2008
         
        - Fixed skin layer interface class
        
        3.0 - Jun 2, 2008
        
        - Product release for plone 3.0
        
        2.5.2 - Apr 17, 2007
        
        - Product release for plone 2.5.2.
        
        2.5.1 - Mar 23, 2007
        
        - Product release for plone 2.5.1. 
        
        1.3 - Jan 16, 2006
        
        - Upgrade to Plone 2.1.2.
        - Visual enhancement of top bar
        
        1.2 - Jan 16, 2006
        
        - Mandadtory deinstallation of previous skin product feature was added. 
          When you install qPloneSkinTechlight product over another skin product 
          possible portal misconfiguration might happen. 
        
        1.1 - Nov 02, 2005
        
        - Initial product release for plone 2.1.0. 
        - Skin was developed as filesystem product 
        
        0.1 - Feb 19, 2005
        
        - Initial version for plone 2.0.5 released as .zexp
        
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)
