Davi Lima's Diazo version from Wordpress Motion Theme by Volcanic, Web Design Company.
plonetheme.motion package is an installable Plone Theme developed by Davi Lima using the theming and packaging features available in plone.app.theming.
- 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:
- 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.
If you are a developer user, you might enjoy installing it via buildout.
For install plonetheme.motion
package add it to your buildout
section's
eggs parameter e.g.:
[buildout] ... eggs = ... plonetheme.motion
and then running bin/buildout
.
Or, you can add it as a dependency on your own product setup.py
file:
install_requires=[ ... 'plonetheme.motion', ],
If you are an end user, you might enjoy installation via zip file import.
- Download a zip file.
- Import the theme from the Diazo theme control panel.
Browse to http://yoursite/Plone/@@theming-controlpanel
click on Enable
on Plonetheme Motion
theme from the Diazo control panel. That's it!
- Issue Tracker: https://github.com/davilima6/plonetheme.motion/issues
- Source Code: https://github.com/davilima6/plonetheme.motion
The project is licensed under the GPLv2.
- Davi Lima (davilima6 at gmail dot com) - Diazo rules, HTML tidying.
- Volcanic - Layout and initial HTML implementation.
- Leonardo J. Caballero G. (leonardocaballero at gmail dot com).