CDX Website Policy
Project description
This is the policy product for the home website of Climate Data Exchange (CDX), a project of the Jet Propulsion Laboratory (JPL), operated by the California Institute of Technology (Caltech) on behalf of the National Aeronautics and Space Administration (NASA).
The purpose of this policy is to turn an ordinary Plone website into the CDX website, providing the home, software distribution, and data portal for climate data.
cdxsite.policy Installation
Use zc.buildout and the plone.recipe.zope2instance:
Add cdxsite.policy to the list of eggs to install, e.g.:
[buildout] ... eggs = ... cdxsite.policy
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = cdxsite.policy
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.
Changelog
2.0.1 - 2011.8.2 - Raiders of the Lost Documents
This release improves the upgrade process.
2.0.0 - 2011.6.27 - Speedy
This release of the CDX policy makes it work on Plone 4. And now it’s insanely fast!
1.0.1 - 2009.12.16 - Dependency Repairs
This project failed to declare its dependencies, meaning that its dependent eggs had to be present in the Python path. This release fixes this problem by listing all dependent eggs.
Project metadata has been updated that collects all related cdxsite deliverables in one convenient location.
1.0.0 - FCS
Initial release.
0.0.0 - Unreleased
Not yet released.
Copyright
Copyright 2008-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.