Skip to content

plone-ve/plonetheme.plumigreen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plonetheme.plumigreen

This Plone theme, is an installable Diazo theme for Plone 4 developed by Rok Garbas.

The plonetheme.plumigreen package uses the theming & packaging features available in plone.app.theming for intent to be similar to plumi.skin package in Plone 4. Its ment to be its replacement.

  • 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)

Layout of the site when viewed in a computer resolution:

https://github.com/garbas/plonetheme.plumigreen/raw/master/plonetheme/plumigreen/static/preview.png

  • It's an installable Plone Theme package.
  • After installation from Add-ons controlpanel, this theme is enabled automatically.
  • It's have support for clean uninstallation.
  • Also it's a simple Diazo package (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.

If you are a developer, you might enjoy installation via zip file import.

% git clone git://github.com/garbas/plonetheme.plumigreen.git
% cd plonetheme.plumigreen
% git archive --format=zip --prefix=plumigreen/ HEAD:plonetheme/plumigreen/static/ > plumigreen.zip

Import created zip file via @@theming-controlpanel -> Import theme tab.

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

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

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

[buildout]
 ...
 eggs =
     ...
     plonetheme.plumigreen

and then running bin/buildout.

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

install_requires=[
    ...
    'plonetheme.plumigreen',
],
Source Code:https://github.com/garbas/plonetheme.plumigreen
Issues Tracker:https://github.com/garbas/plonetheme.plumigreen/issues
Licence:http://www.opensource.org/licenses/bsd-license.php
Download:https://github.com/garbas/plonetheme.plumigreen/raw/master/plumigreen.zip

The project is licensed under the BSD.

  • Leonardo J. Caballero G. (leonardocaballero at gmail dot com).

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.0%
  • HTML 12.0%
  • Python 3.0%