Skip to content

Latest commit

 

History

History
116 lines (69 loc) · 2.54 KB

README.rst

File metadata and controls

116 lines (69 loc) · 2.54 KB

beyondskins.item6

Introduction

Beyondskins item6 Theme is an installable Plone Theme developed by Simples Consultoria using the theming and packaging features available in plone.app.theming.

https://github.com/agnogueira/beyondskins.item6/raw/master/docs/logo.png

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)

Screenshots

Layout of the site when viewed in a computer resolution:

https://github.com/agnogueira/beyondskins.item6/raw/master/beyondskins/item6/static/preview.png

Examples

This add-on can be seen in action at the following sites:

Features

  • It's an installable Plone Theme package.
  • After installation from Add-ons controlpanel, this theme is enabled automatically.
  • Also it's a simple Diazo package (Zip file).
  • It's have support for clean uninstallation.

Installation

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.

Enabling the theme

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

Buildout

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

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

[buildout]
 ...
 eggs =
     ...
     beyondskins.item6

and then running bin/buildout.

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

install_requires=[
    ...
    'beyondskins.item6',
],

Contribute

License

The project is licensed under the GPLv2.

Credits

  • Andre Nogueira (agnogueira at gmail dot com).

Amazing contributions

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

You can find an updated list of package contributors on https://github.com/agnogueira/beyondskins.item6/contributors