plonetheme.leavesdew

by Giacomo Spettoli last modified Jul 31, 2011 10:52 PM

An installable Diazo theme for Plone 4.1

Project Description

Introduction

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

http://svn.plone.org/svn/collective/plonetheme.leavesdew/trunk/screenshot.png

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.

Zip file

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

  1. Download the zip file: http://svn.plone.org/svn/collective/plonetheme.leavesdew/trunk/leavesdew.zip
  2. Import the theme from the Diazo theme control panel.

Buildout

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

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

[instance]
eggs =
    Plone
    plonetheme.leavesdew

Select theme

Select and enable the theme from the Diazo control panel. That's it!

Changelog

1.2 (2011-07-30)

  • Fixed doctype [giacomos]

1.1 (2011-06-19)

  • cleaning of unused rules
  • improved all other rules
  • added an integration css

1.0 (2011-06-11)

  • Initial release [giacomos]

Self-Certification

[ ] Internationalized

[ ] Unit tests

[X] End-user documentation

[ ] Internal documentation (documentation, interfaces, etc.)

[ ] Existed and maintained for at least 6 months

[X] Installs and uninstalls cleanly

[X] Code structure follows best practice

Current Release
plonetheme.leavesdew 1.2

Released Jul 30, 2011 — tested with Plone 4

Plone 4.1
More about this release…

Download file Get plonetheme.leavesdew for all platforms
plonetheme.leavesdew-1.2-py2.6.egg
Download file Get plonetheme.leavesdew for all platforms
leavesdew.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.2 Jul 30, 2011 Plone 4.1 More about this release…
Plone 4
GPL final

Comments (3)

Muhammad Amer Aug 22, 2011 06:37 PM
Hi,
We are deploying this theme for our Lab at USC (smith lab.usc.edu). However, due to University policy, we have to change the colors to USC Cardinal and Gold.
Question 1: As this is your intellectual property, I want permission to do that.
Question 2: Can you please point me on how to go about making the change?
Thanks,
Amer
Giacomo Spettoli Aug 22, 2011 06:55 PM
Hi,
   i'm glad that you use this theme.
1a: this package is an integration of a pre-existent web template in plone. The original template's licence is Creative Commons v.3, the package's licence (this is my part) is a GPL. You can find licences' full texts inside the package.
2a: you can find the page template (index.html) and the css (style.css) inside the package : plonetheme.leavesdew/plonetheme/leavesdew/static/.
If you need more help feel free to contact me using the contact address.
Cheers,
Giacomo
Muhammad Amer Aug 22, 2011 08:32 PM
Thanks lot Giacomo, will do.