Metadata-Version: 1.1
Name: edrnsite.funding
Version: 1.0.5
Summary: EDRN Funding Opportunities
Home-page: https://github.com/EDRN/edrnsite.funding
Author: Sean Kelly
Author-email: sean.kelly@jpl.nasa.gov
License: ALv2
Description: ****************
        edrnsite.funding
        ****************
        
        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_.
        
        .. References:
        .. _EDRN: http://edrn.nci.nih.gov/
        .. _IC: http://cancer.jpl.nasa.gov/
        .. _JPL: http://www.jpl.nasa.gov/
        .. _Plone: http://plone.org/
        
        
        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
                
        • 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.
        
        .. References:
        .. _Buildout: http://www.buildout.org/
        
        
        Changelog
        =========
        
        What follows is a history of changes from release to release.
        
        
        1.0.5 — I Had Some Chicken; Pass Me the FLOSS
        ---------------------------------------------
        
        • First official release as free/libre/open source software.
        
        
        1.0.4 — Let's Talk
        ------------------
        
        • CA-1229 - Discussion re-enabled after upgrade
        
        
        1.0.3 — Upgrades
        ----------------
        
        This release includes:
        
        * Plone 4.3 compatibility.
        
        
        1.0.2 — Test Support
        --------------------
        
        This release includes:
        
        * Depending on just Plone the framework instead of Plone the application.
        * Updating to the plone.app.testing fixtures.
        
        
        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.
        
        
Keywords: web zope plone edrn cancer biomarkers funding funds
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
