skip to navigation
skip to content

icsite.policy 2.0.1

Informatics Center Website Policy

This is the policy product for the Informatics Center website. It turns a plain old vanilla Plone site into the site for the Early Detection Research Network's Informatics Center website, nominally hosted at http://cancer.jpl.nasa.gov/.

The EDRN Informatics Center develops bio-informatics software to support early detection and eventual eradication of cancer. It's a project of the Jet Propulsion Laboratory (JPL).

icsite.policy Installation

Use zc.buildout and the plone.recipe.zope2instance:

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

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

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        icsite.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 — Blogging

This release adds a blogging add-on.

2.0.0 — Plone 4

This release makes icsite.policy compatible with Plone 4.

1.0.2 — Survey Time

Added PloneFormGen as a dependency. This enables quick 'n easy creation of forms through the web, and addresses our need to come up with a voting system for the new name of ERNE.

0.0.0 — Unreleased

  • Initial release