ebXML-styled service registry for the International Planetary Data Alliance
Project description
This package 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.
Changelog
What follows is a history of changes from release to release, along with issues addressed and new features in each release.
1.0.0 - Initial Implementation
This is an initial release so PDS can try it out.
0.0.0 - Unreleased
There are no releases yet of ipdasite.services.
Issue Tracker
Visit https://oodt.jpl.nasa.gov/jira/browse/PDSEN to find the issue tracker.
Copyright and License
Copyright 2011 by the California Institute of Technology. ALL RIGHTS RESERVED.
The Software is owned by Caltech/JPL and is protected by United States copyright laws and applicable international treaties and/or conventions. The United States Government may have prior rights to use some or all of the Software as determined under applicable contracts and license agreements with Caltech/JPL.
This software was developed at the Jet Propulsion Laboratory, an operating division of the California Institute of Technology and is not available for use by any person, organization, or other entity without prior, specific written permission.