plonetheme.armadillotec package uses the theming & packaging features available in plone.app.theming to make a theme for the Armadillo Integración Tecnológica C.A. Website with Plone.
- 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)
- 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.
If you are a developer user, you might enjoy installing it via buildout.
For install plonetheme.armadillotec
package add it to your buildout
section's
eggs parameter e.g.:
[buildout] ... eggs = ... plonetheme.armadillotec
and then running bin/buildout
.
Or, you can add it as a dependency on your own product setup.py
file:
install_requires=[ ... 'plonetheme.armadillotec', ],
Browse to http://yoursite/Plone/@@theming-controlpanel
click on Enable
on
ArmadilloTec
theme from the Diazo control panel. That's it!
- Issue Tracker: https://github.com/macagua/plonetheme.armadillotec/issues
- Source Code: https://github.com/macagua/plonetheme.armadillotec
This package is licensed under the GPL Version 2.
- Leonardo J. Caballero G. (leonardocaballero at gmail dot com).