Skip to content

collective/plonetheme.unilluminated

 
 

Repository files navigation

Introduction

The plonetheme.unilluminated package uses the theming and packaging features available in plone.app.theming to make the CSS Templates theme Unilluminated easily available in Plone 4.1.

Installation

Add Plone site

Install Plone 4.1 with plone.app.theming and create a Plone site (if you have not already) with Diazo theming configured.

https://github.com/collective/plonetheme.unilluminated/raw/master/screenshot2.png

Zip file

If you are an end user, you might enjoy installation via zip file import.

  1. Download the zip file: http://plone.org/products/plonetheme.unilluminated/releases/0.1.2/unilluminated.zip
  2. Import the theme from the Diazo theme control panel.

https://github.com/collective/plonetheme.unilluminated/raw/master/screenshot4.png

Buildout

If you are a developer, you might enjoy installation via buildout.

Add plonetheme.unilluminated to your plone.recipe.zope2instance section's eggs parameter e.g.:

[instance]
eggs =
    Plone
    …
    plonetheme.unilluminated

Select theme

Select and enable the theme from the Diazo control panel.

https://github.com/collective/plonetheme.unilluminated/raw/master/screenshot3.png

That's it!

You should see (without the calendar):

https://github.com/collective/plonetheme.unilluminated/raw/master/plonetheme/unilluminated/theme/unilluminated/preview.png

Help

Obviously there is more work to be done. If you want to help, pull requests accepted! Some ideas:

  • Add a diazo rule to import Plone editing styles
  • Configure styles to use portal_css
  • Add quick installer support
  • Improve styles

License

The author is not a "license guy", but the Unilluminated theme is distributed via CC 3.0 license [1] and this package is GPL version 2 (assuming that makes sense).

[1]http://www.freecsstemplates.org/license/

About

An installable Diazo theme for Plone 4.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.7%
  • HTML 27.8%
  • CSS 21.5%