skip to navigation
skip to content

icsite.theme 1.1.0

Informatics Center Website Theme

This is the look-and-feel for the website of the EDRN Informatics Center, typically hosted at http://cancer.jpl.nasa.gov/ and hosted by JPL. It's been tested with Plone 4.

icsite.theme Installation

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

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

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

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

1.1.0 — Next Generation Theme

This release updates the IC site to use the standard JPL "Next Generation" theme.

1.0.0 — Plone 4 Compatibility

This release makes icsite.theme compatible with Plone 4.

0.0.0 — Unreleased

  • Initial release