Skip to main content

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.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.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page