lrowe / plonetheme.unilluminated

An installable Diazo theme for Plone 4.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

Installation

Currently, only installation via Python package (and buildout) is supported. But an installable zip file is in development.

Buildout

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

[instance]
eggs =
    Plone
    …
    plonetheme.unilluminated

Zip file

XXX Coming soon

Configuration

Once you have installed the package, you must configure it in Plone.

Add Plone site

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

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

Select theme

Select and enable the theme from the Diazo control panel.

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

That's it!

You should see (without the calendar):

https://github.com/aclark4life/plonetheme.unilluminated/raw/master/screenshot.png

Help

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

  • Fix zip file (currently getting a traceback from lxml, even with zip files from w/p.a.theming tests)
  • Add a diazo rule to import Plone editing styles
  • Configure styles to use portal_css
  • Add quick installer support

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


Languages

Language:Python 100.0%