skip to navigation
skip to content

ipdasite.policy 2.0.1

International Planetary Data Alliance Site Policy and Component Orchestration

Latest Version: 2.1.1

This is the "policy" product for the Plone-based site of the International Planetary Data Alliance (IPDA). Its job is to orchestrate the dependencies and configure them in order to transform an ordinary Plone site into the IPDA site.

It was developed by the Planetary Data System (PDS).

Installation

Use Buildout with the plone.recipe.zope2instance recipe.

  • Add ipdasite.policy to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        ipdasite.policy
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        ipdasite.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 - Service Registry

This release adds the IPDA Service Registry ipdasite.services.

2.0.0 - Plone 4

This release of the IPDA Site Policy brings about Plone 4 compatibility.