ipdasite.services is a Plone product that provides a service registry for the International Planetary Data Alliance (IPDA). It allows the general public to view service descriptions registered with the IPDA service registry. It also enables users who have permissions to register new services and update existing services.
This registry implementation is targeted for compatibility with the service registry deployed for the Planetary Data System (PDS), which itself is based on the ebXML notion of a registry (as specified by the registry information model).
Although intended for the IPDA web site, it can be deployed to any Plone based site (and is tested with Plone 4).
Installation
Use Buildout with the plone.recipe.zope2instance recipe.
Add ipdasite.services to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
ipdasite.services
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance]
recipe = plone.recipe.zope2instance
...
zcml =
ipdasite.services
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, which you almost certainly are for this package, since ipdasite.policy includes it as a dependency.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Now compatible with Plone 4.1.