Skip to content

collective/plonetheme.aqueouslight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plonetheme.aqueouslight

Introduction

plonetheme.aqueouslight Theme is an installable Plone Theme using the theming and packaging features available in plone.app.theming to make Aqueous Light theme by Six Shooter Media easly available in Plone.

https://github.com/collective/plonetheme.aqueouslight/raw/master/plonetheme/aqueouslight/static/preview.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)

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

Zipfile

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

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

Buildout

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

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

[buildout]
 ...
 eggs =
     ...
     plonetheme.aqueouslight

and then running bin/buildout.

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

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

Enabling the theme

Browse to http://yoursite/Plone/@@theming-controlpanel click on Enable on Aqueous Light theme from the Diazo control panel. That's it!

Contribute

License

This package is licensed under the GPL Version 2.

Credits

  • Sebastian Kalinowski [email protected].
  • Leonardo J. Caballero G. (leonardocaballero at gmail dot com).

Contact

STX Next Logo

STX Next Sp. z o.o.

About

An installable Diazo theme for Plone 4.1

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 44.0%
  • CSS 44.0%
  • Python 12.0%