Metadata-Version: 2.1
Name: eke.review
Version: 1.0.5
Summary: Review and Quality Control for the EDRN Knowledge Environment
Home-page: https://github.com/EDRN/eke.review
Author: Sean Kelly
Author-email: sean.kelly@jpl.nasa.gov
License: ALv2
Description: **********
        eke.review
        **********
        
        This component, ``eke.review``, enables researchers, clinicians, and
        scientists part of a collaborative group within the Early Detection
        Research Network (EDRN_) to perform quality analysis of the products of EDRN.
        It works with the rest of the EDRN Knowledge Environment (EKE_) on the EDRN
        public portal to enable easy and rapid turnaround during review cycles.
        
        Although intended for the EDRN public portal, this product may be installed
        into any Plone_ portal.
        
        .. References:
        .. _EDRN: http://edrn.nci.nih.gov/
        .. _EKE: http://cancer.jpl.nasa.gov/documents/applications/knowledge-environment
        .. _Plone: http://plone.org/
        
        
        Installation
        ============
        
        Use Buildout_ with the plone.recipe.zope2instance recipe.
        
        • Add ``eke.review`` to the list of eggs to install, e.g.::
         
            [buildout]
            ...
            eggs =
                ...
                eke.review
                
        • 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
        =========
        
        A retrospective of the various releases this component has had, what's been
        changed, what's been fixed, and so forth, follows.
        
        
        1.0.5 — Plone 4.3.9 Upgrade
        ---------------------------
        
        • CA-1592
        
        
        1.0.4 — I Had Some Chicken; Pass Me the FLOSS
        ---------------------------------------------
        
        • First official release as free/libre/open source software.
        
        
        1.0.3 — Upgrades
        ----------------
        
        • Uses z3c.autoinclude to automatically include dependencies
        • Compatible with Plone 4.3.
        • Remove unneeded release config.
        
        
        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.
        * Sadly it removes the ability to put URLFieldsetFolders into FieldsetFolders.
          Hope that's OK!
        
        
        1.0.1 - Upgrade Cleanup
        -----------------------
        
        This release updates the GenericSetup profile to 4, provides upgrade steps to
        that profile.  It also fixes an issue with unit tests in which the package
        "eke.review" itself wasn't being installed into the framework before
        attempting the tests.
        
        
        1.0.0 - Plone 4
        ---------------
        
        This release of eke.review makes it compatible with Plone 4.
        
        
        Release 0.0.0
        -------------
        
        Beta release. This release is destined to become the FCS_.
        
        
        .. References:
        .. _FCS: http://en.wikipedia.org/wiki/Development_stage
        
        
Keywords: web zope plone edrn cancer biomarkers eke knowledge qc review quality
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: 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
Provides-Extra: test
