skip to navigation
skip to content

edrnsite.funding 1.0.1

EDRN Funding Opportunities

This product, edrnsite.funding, provides content types for Plone 3 (or later) to announce, search, discover, and manage funding opportunities of the Early Detection Research Network (EDRN). Although intended for the EDRN public portal, it can be installed in any Plone-compatible site.

It was developed by the Informatics Center (IC), operated by JPL.

Installation

Use Buildout with the plone.recipe.zope2instance recipe.

  • Add edrnsite.funding to the list of eggs to install, e.g.:

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

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        edrnsite.funding
    
  • 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 from release to release.

1.0.1 - Upgrade Cleanup

This release includes the following:

  • Upgrades the profile and provides profile upgrade steps.
  • Works around naive timezones by going into the future an extra day.

1.0.0 - Plone 4

This release makes edrnsite.funding compatible with Plone 4.

0.0.0 - Unreleased

Initial release into beta.