plonetheme.freshpick

An installable Diazo theme for Plone 4.1


Licenses
CC-BY-SA-3.0/Zed
Install
pip install plonetheme.freshpick==0.1.0

Documentation

plonetheme.freshpick

Introduction

plonetheme.freshpick package is an installable Plone Theme using the theming and packaging features available in plone.app.theming to make this theme easily available in Plone.

This theme has been taken from http://www.freecsstemplates.org/ and integrated into as a diazo theme for Plone.

Requirements

  • From the Plone 4.1.x To the Plone 4.3 latest version (https://plone.org/download)
  • The plone.app.theming package (will be installed as a dependency of this package)

Features

  • It's a simple Diazo package (Zip file).

Installation

Add Plone site

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

Create a Plone site from ZMI

Zip file

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

  1. Download a zip file.
  2. Import the theme from the Diazo theme control panel.

Import the Diazo theme zip file

Buildout

If you are a developer user, you might enjoy installing it via buildout.

For install plonetheme.freshpick package add it to your buildout section's eggs parameter e.g.:

[buildout]
 ...
 eggs =
     ...
     plonetheme.freshpick

and then running bin/buildout.

Or, you can add it as a dependency on your own product setup.py file:

install_requires=[
    ...
    'plonetheme.freshpick',
],

Enabling the theme

Browse to http://yoursite/Plone/@@theming-controlpanel click on Enable on Freshpick theme from the Diazo control panel.

For select the Diazo theme just click on Activate button

That's it!

You should see the layout of the site when viewed in a computer resolution:

plonetheme.freshpick preview

Contribute

Collaborations

  • Alex Clark (aclark at aclark dot net).
  • Leonardo J. Caballero G. (leonardocaballero at gmail dot com).
  • Full Name aka nickname

For an updated list of all the contributors visit: https://github.com/collective/plonetheme.freshpick/graphs/contributors

License

This package is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.