ipdasite.theme is a Plone product that provides the look and feel for the the International Planetary Data Alliance (IPDA) web site.
Although intended for the web site of the IPDA, this package may be installed on any Plone 4 site. It was developed by the Planetary Data System (PDS).
Installation:
Use Buildout with the plone.recipe.zope2instance recipe.
Add ipdasite.theme to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
ipdasite.theme
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance]
recipe = plone.recipe.zope2instance
...
zcml =
ipdasite.theme
Re-run buildout, e.g. with:
./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· IPDA-33 - Add website version on "About" page
· IPDA-35 - Cannot reset password using emailed link