Skip to main content

JPL Next Generation Theme

Project description

This package, jpl.ngtheme provides the next generation theme for Plone websites hosted at the Jet Propulsion Laboratory (JPL).

This product may contain traces of nuts.

jpl.ngtheme Installation

To install jpl.ngtheme use zc.buildout and the plone.recipe.zope2instance recipe to manage your project; do this:

  • Add jpl.ngtheme to the list of eggs to install, e.g.:

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

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

What follows is a history of changes in this package from release to release.

1.0.2 - 2011.6.30 - Test Layer Cleanup

  • Fixes the name of the functional testing layer.

  • Makes the testing layer’s base be plone.app.theming’s base.

  • Removes unneeded call to install plone.app.theming as a “product”, which produced a disturbing—but harmless—error message.

1.0.1 - 2011.6.28 - Buffed

This release buffs out some of the rough edges of the 1.0.0 release by including missing dependencies. It also adds test layer fixtures as well as some integration tests of the viewlets.

1.0.0 - 2011.6.27 - Initial

This is the FCS of the JPL Next Generation theme.

0.0.0dev (unreleased)

  • Initial (unreleased) release

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