Metadata-Version: 1.0
Name: quintagroup.theme.schools
Version: 4.2.2
Summary: Free theme from Quintagroup for Plone 4
Home-page: http://skins.quintagroup.com/schools
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: Theme Features
        --------------
        
        * Carousel Banner
         
          Schools Plone Theme can contain carousel banner(s) on the front page. Changeable set of rotating banners can be added to 
          the Schools's front page with help of Products.Carousel, that is installed automatically with quintagroup.theme.schools. 
          Banner images rotate every several seconds, besides site visitor can browse any of them by covering the corresponding pager.
        
          To create a banner on the front page - go to the 'Configure banners' menu in the task bar. Set carousel options and select 
          'Carousel Banner' from 'Add new...' drop-down menu. Upload image that will be used as one rotating banner, type its title and 
          text (will be displayed under the image), and provide web address image title will be linked to. Add as many carousel banners
          as you need. 
        
          There are 4 demo images that might be used as demo banners - see 'src' folder within theme package (quintagroup -> theme -> schools).
        
        * Additional Portlet Manager
         
          New portlet manager was added to the site top right area that allows adding any type of portlet there. There is one static text 
          portlet added to the top area by default theme settings.
         
        * Top Area Hight
         
          Schools Plone Theme top area includes logo on a top background image and a portlet manager. Top background image and portlet column 
          should have the same height according to theme design. In case you add more portlets - you should upload higher top background
          image and customize logoWrapperMinHeight property (with default 107px value) that control top area height. All this can be done via 
          ZMI: logoWrapperMinHeight property (ZMI -> portal_skins -> schools_styles -> base_properties), top background image (ZMI -> portal_skins
          -> schools_images -> top_bg.jpg) .  
        
        * Site Width
        
          Site width can be set by defining pageWidth property value in base_properties (Schools Plone Theme is optimized for 1024px screen width).
        
        * Configurable columns width, defined by 'columnOneWidth' and 'columnTwoWidth' values in base_properties. If you change these fields value
          don't forget to update the corresponding 'columnOneWidthInt' and 'columnTwoWidthInt' values: values in those two cells must be identical
          for proper theme look.
          
        Recommended
        ===========
        
        This version of Schools Theme was developed and tested on Plone 4 (python-2.6.4, Zope-2.12.10).
        
        Dependency
        ==========
        
        * Products.Carousel (quintagroup.theme.schools 4.2.2 was tested with Products.Carousel 2.1b3). 
        
        Home Directory
        ==============
        
        http://skins.quintagroup.com/schools
        
        Authors
        =======
        
        * Volodymyr Rudnytskyy
        * Serhiy Valchuk  
        * Taras Peretiatko 
        
        © Quintagroup_, 2006-2011
        
        .. _Quintagroup: http://quintagroup.com/
        
        
        
        Installation
        ------------
        
        To install quintagroup.theme.schools to your Plone 4 project - in the 
        buildout.cfg file of your buildout:
        
        * Add ``quintagroup.theme.schools`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                quintagroup.theme.schools
        
        * 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 Schools Theme with Quickinstaller in Plone (Site Setup -> Add-ons).     
        
        
        
        
        
        ChangeLog
        ---------
        
        4.2.2 - August 17, 2011
        
        - fixed styles for top portlets 
        - theme deinstallation fixed
        - theme tested with Plone 4.1
        
        4.2 - Apr 11, 2011
        
        - work with quintagroup.dropdownmenu fixed
        - Styles for sitemap, document editable and live search fixed
        - columnOneWidthInt value added to base_properties
        - Products.LinguaPlone compatibility fixed
        
        4.1 - Jan 24, 2011
        
        - theme updated to Plone 4
        
        4.0 - Mar 01, 2010
          
        - theme product is package now [serg]
        - top portlet manager was added [serg]
        - Products.Carousel product integration [serg]
        - most of css images were merged into image sprite [serg]
        - new properties were added to base_propeties [serg]
        - favicon was added [serg]
          
        3.3.2 - Dec 2, 2009
          
        - Improved print.css [serg]
        
        3.3.1 - Oct 16, 2009
          
        - Default theme logo changes [serg]
        
        3.3 - Sep 4, 2009
          
        - Restored breadcrumbs [serg]
        
        3.2 - June 15, 2009
          
        - Ie fixes were separated
        - Customized templates were updated to Plone 3.2
          
        3.1 - June 25, 2008
            
        - Language selector panel styled
        - Plone 3.1.2 compatibility tested
        
        3.0.4 - Mar 18, 2008
            
        - Updated installation/uninstallation
        
        3.0.3 - Mar 12, 2008
        
        - Added styles, changed txt files
              
        3.0.2 - Mar 12, 2008
        
        - Fix problem with unreferencable object in imported content
        
        3.0.1 - Feb 13, 2008
        
        - Fixed problems with editing imported content.
          
        3.0 - Oct 31, 2007
        
        - Release for Plone 3.0.x
        
        1.0.1 - June 18, 2007
          
        - Release for Pone 2.5.2
          
        
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)
