plonetheme.keepitsimple

by Menttes last modified Feb 16, 2011 02:11 AM

An installable theme for Plone made in the PloneConf 2008 sprint.

Project Description

An installable theme for Plone made in the PloneConf 2008 sprint. The original web template comes from http://www.styleshout.com.

Installation

Assuming that you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, proceed this way:

 
  • Add plonetheme.keepitsimple to the list of eggs to install, e.g.:

        [buildout]
        ...        
    
        eggs =
        ...
            plonetheme.keepitsimple
  • Re-run buildout, e.g. with:

        $ ./bin/buildout
 

Then you can install the product into your Plone site from the Plone control panel.

In Plone 4, if you uninstall plonetheme.keepitsimple you will notice that the site will start looking very raw in style. This is because 'Plone Default' is set as default skin after uninstallation. To change the default skin you need to go to the Themes tool in the control panel and select a default skin different from 'Plone Default'.

 

Author

  • Marcelo Huens

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Status
1.1 Plone 4 compatibility More about this release…
Plone 4
alpha
1.0.0 First release, done during the PloneConf2008 sprint. More about this release…
Plone 3
alpha

Comments (3)

Jon Stahl Nov 04, 2010 04:18 AM
1.1a1 release does not work with Plone 4.0-final, however, SVN seems to have a 1.1a2 tag that fixes the import error, I'm not sure why it hasn't been pushed here. Please do so ASAP!
Emanuel Sartor Nov 05, 2010 04:16 AM
Jon, I've just pushed 1.1a3 here. The new version is tested with Plone 4.0.1 and fixes the import error you mentioned.
Jon Stahl Nov 05, 2010 07:33 AM
Beautiful, thank you!