Products.ColorField 0.3 (Jun 24, 2009)

Initial release of eggified version by taito horiuchi.

For additional information about this project, please visit the overview page .

Available downloads

Egg

For all platforms

Package

For all platforms

Release Notes

Tested with Plone 3
State Final release
License GPL

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, just do this:

  • Add Products.ColorField to the list of eggs to install, e.g.:

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

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

Because its top level Python namespace package is called Products, this package can also be installed in Zope 2 as an old style Zope 2 Product.

For that, move (or symlink) the ColorField folder of this project (Products.ColorField/Products/ColorField) into the Products directory of the Zope instance it has to be installed for, and restart the server.

You can also skip the ZCML slug if you install this package the Zope 2 Product way.