Metadata-Version: 1.0
Name: quintagroup.theme.sunrain
Version: 7.1
Summary: Free Diazo Theme for Plone
Home-page: http://themes.quintagroup.com/product/sunrain
Author: Quintagroup
Author-email: skins@quintagroup.com
License: GPL
Description: See README.rst_ on github. 
        
        .. _README.rst: https://github.com/quintagroup/quintagroup.theme.sunrain/blob/master/README.rst
        
        
        
        quintagroup.theme.sunrain Installation
        =======================
        
        *  When you're reading this you have probably already run
           ``easy_install quintagroup.theme.sunrain``. Find out how to install setuptools
           (and EasyInstall) here:
           http://peak.telecommunity.com/DevCenter/EasyInstall
        
        * Get `pythonproducts`_ and install it via::
        
               python setup.py install --home /path/to/instance
        
          into your Zope instance.
        
        *  Create a file called ``quintagroup.theme.sunrain-configure.zcml`` in the
           ``/path/to/instance/etc/package-includes`` directory.  The file
           should only contain this::
        
               <include package="quintagroup.theme.sunrain" />
        
        .. _pythonproducts: http://plone.org/products/pythonproducts
        
        Alternatively, if you are using **zc.buildout** and the **plone.recipe.zope2instance**
        recipe to manage your project, you can do this:
        
        * Add ``quintagroup.theme.sunrain`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
               ...
               quintagroup.theme.sunrain
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
            [instance]
            recipe = plone.recipe.zope2instance
            ...
            zcml =
               quintagroup.theme.sunrain
        
        * The newest releases are suitable for **Plone 5**. If you want to use it with **Plone 4**, please pin theme’s version - **6.x** (according to the latest release before 7.0 - e.g. 6.6)::
        
            [versions]
            quintagroup.theme.sunrain = 6.6
        
        For 6.x version details see https://github.com/quintagroup/quintagroup.theme.sunrain/releases.
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        You can skip the ZCML slug if you are going to explicitly include the package
        from another package's configure.zcml file.
        
        Changelog
        ---------
        
        7.1 June 25, 2015
        
        - Styled multilingual for theme [roman.ischiv]
        
        7.0 May 21, 2015
        
        - Initial release for Plone 5[roman.ischiv]
        
        6.6 April 20, 2015
        
        - update styles for new version of quintagroup.slidertemplates and quintagroup.megamenu products[roman.ischiv]
        
        6.5 December 29, 2014
        
        - Fixed rules ffor panels in portal-top [roman.ischiv]
        
        6.4 December 12, 2014
        
        - Added style for slidertemplates, megamenu products [roman.ischiv]
        
        6.2 March 18, 2013
        
        - Plone 4.3rc1 compatibility added [naivok]
        
        6.1.1 January 09, 2013
        
        - Fixed footer link [naivok]
        
        6.1 November 28, 2012
        
        * Fixed style to eventDetails [naivok]
        * Fixed style to history [naivok]
        * Added preview image [naivok]
        * Added ajax_load [naivok]
        
        6.0.9 August 20, 2012
        
        * Updated .required styles [naivok]
        * quintagroup.dropdownmenu 1.2.11 compatibility added [naivok]
        
        6.0.8 - July 19, 2012
        
        * removed unnecessary id attribute for the body [naivok]
        * updated Doctype for PLone 4.2 [naivok]
        
        6.0.7 - May 16, 2012
        
        * changed the order of inserting ploneCustom.css [naivok]
        * deleted actions.xml [naivok]
        * updated the way the footer is inserted [naivok]
        * added sunrain class to body [naivok]
        * added style to Responsive Web Design [naivok]
        
        6.0.6 - January 12, 2012
        
        * Products.PloneFormGen compatibility added [naivok]
        
        6.0.5 - December 29, 2011
        
        * changed slogan customization [naivok]
        
        6.0.4 - December 26, 2011
        
        * Fixes style for searchbox [naivok]
        
        6.0.3 - December 12, 2011
        
        * possibility to change backround image for the header added [naivok]
        * tested with Products.ContentWellPortlets 4.1.0 [naivok]
        
        6.0.2 - November 22, 2011
        
        * drop mobile.css [naivok]
        
        6.0.1 - November 02, 2011
        
        * added base tag [naivok]
        
        6.0 - October 31, 2011 
        
        * theme package converted into diazo theme
        
        2.1.1 - August 1, 2011
        
        * removed dependency for quintagroup.portlet.static
        * tinymce.xml cleared
        * LanguageSelector issue fixed by removing it from configure.zcml
        * Plone 4.1 compatibility tested
        
        2.1 - July 5, 2011
        
        * Fixes style for Blog Star (Amend your style for the blog when comments are disabled) [naivok]
        
        2.0 - June 9, 2011
        
        * Theme is compatible with Plone 4.0
        * IE fixes for rounded tab cournes
        * Dependencies for Cumulus portlet and Products.Quills disabled
        * LinguaPlone compatibility tested
        
        1.2 - Feb 8, 2010
        
        * Fixed error when Sun & Rain theme is installed but turned off in portal_skins [koval] - Dec 9, 2009
        * Improved print styles [serg] - Dec 10, 2009
        * Default page id was changed [serg] - Dec 10, 2009
        
        1.1 - Nov 6, 2009
        
        * Default theme logo changed
        
        1.0 - Sep 9, 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
