EDRN Public Portal Site Policy and Component Orchestration
Project description
This is the “policy” product for the public portal of the Early Detection Research Network (EDRN). This product, intended for Plone, specifies no custom content types or look-and-feel, but instead specifies minimum policy settings and orchestrates all other dependent components. So, to turn a Plone site into the EDRN public portal, just install this component.
It was developed by the Informatics Center (IC), operated by JPL.
Installation
Use Buildout with the plone.recipe.zope2instance recipe.
Add edrnsite.policy to the list of eggs to install, e.g.:
[buildout] ... eggs = ... edrnsite.policy
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = edrnsite.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
What follows is a history of changes from release to release.
0.0.1 - Content Updates and Broken Links
The following issues have been addressed in this release:
http://oodt.jpl.nasa.gov/jira/browse/CA-469 - List of sites on “About EDRN” still points to the old site at DMCC
http://oodt.jpl.nasa.gov/jira/browse/CA-471 - Under patient advocates, press releases - sorry page doesn’t exist…
http://oodt.jpl.nasa.gov/jira/browse/CA-467 - PI page does not exist from EC page
0.0.0 - Unreleased
Initial release into beta.
Copyright
Copyright 2009-2010 by the California Institute of Technology. ALL RIGHTS RESERVED.
The Software is owned by Caltech/JPL and is protected by United States copyright laws and applicable international treaties and/or conventions. The United States Government may have prior rights to use some or all of the Software as determined under applicable contracts and license agreements with Caltech/JPL.
This software was developed at the Jet Propulsion Laboratory, an operating division of the California Institute of Technology and is not available for use by any person, organization, or other entity without prior, specific written permission.