Free Diazo Theme for Plone
Project 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
* 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.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
.. _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
* 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.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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quintagroup.theme.sunrain-7.0.zip
(769.8 kB
view details)
File details
Details for the file quintagroup.theme.sunrain-7.0.zip
.
File metadata
- Download URL: quintagroup.theme.sunrain-7.0.zip
- Upload date:
- Size: 769.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c39b04e400f3ea12965c9cc946baf0a9c2f1a89f230ae866fd11969dc79b073f |
|
MD5 | 7e7560bc64e9c645b21480bd34b315fe |
|
BLAKE2b-256 | b14ae6676ed2a01305622c623f1f4c1d6929aad49612f60195d461089192f5ba |