Metadata-Version: 1.0
Name: Products.PloneSoftwareCenter
Version: 1.5
Summary: Plone Software Center is a tool to keep track of software projects and 
software releases, and is used to power the Products download 
area on plone.org. It was formerly called ArchPackage.

Home-page: http://svn.plone.org/svn/collective/Products.PloneSoftwareCenter
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Change history
        **************
        
        Changelog for Products.PloneSoftwareCenter
        
        (name of developer listed in brackets)
        
        1.5
        ===
        
        - Made the workflow of releases aware of development tags created by distutils
        so if an egg has "dev" or an SVN revision it is marked as an alpha.
        Various tidying of display to handle multiple eggs.
        Switched from CHANGES.txt and CONTRIBUTORS.txt to docs/HISTORY.txt
        [MatthewWilkes]
        
        - Refactoring multiple eggs in one project started by Tarek, added validators.
        [MatthewWilkes]
        
        - Support for multiple eggs in one project
        [tarek]
        
        - Refactored long_description and reorganized text files.
        [tarek]
        
        - PyPI integration, from an initial branch started by Sidnei, refactoring,
        beautification:
        [tarek]
        
        - Development, Maintenance:
        [aclark]
        
        
        Before 1.5 (Taken from CONTRIBUTORS.txt)
        ========================================
        
        - Base code for original project:
        Sidnei da Silva, `awkly.org <http://awkly.org>`_
        
        - User Interface, concept, quality assurance and a tiny bit of Python:
        Alexander Limi, `Plone Solutions <http://www.plonesolutions.com>`_
        
        - Architecture, Development:
        `Joel Burton <mailto:joel@joelburton.com>`_
        
        - Archetypes fixes, workflow code, all-over greatness and dedication:
        `Martin Aspeli <mailto:optilude@gmx.net>`_
        
        - Additional code help, Archetypes fixes, clean-up of External Storage:
        Dorneles Trem&eacute;a, `Plone Solutions <http://www.plonesolutions.com>`_
        
        - Additional Assistance:
        Christian Heimes, Daniel Nouri
        
        - Icons:
        Vidar Andersen, `Black Tar <http://www.blacktar.com>`_
        
        - Testing, Feedback, and Bug Fixes:
        Michael Davis
        Detailed Documentation
        **********************
        
        Overview
        
        Plone Software Center is a tool to keep track of software projects and
        software releases, and is used to power the Products download area on
        plone.org.
        
        It was formerly called ArchPackage.
        
        Installation
        
        Install as a usual Plone Product. If you have Plone Help Center
        installed, you get the ability to add documentation objects inside
        the Software Projects.
        
        - Requires Plone (3.0 or higher).
        
        - Requires DataGridField (1.6.0-beta2 or higher).
        
        - Requires AddRemoveWidget (1.0-beta3 or higher).
        
        - Requires ArchAddOn (1.0-beta2 or higher).
        
        - (Optionally requires) contentratings
        (https://svn.plone.org/svn/collective/contentratings/trunk/)
        This makes PSCProject ratable.
        
        - (Optionally requires) ExternalStorage (svn trunk) if you want files stored on FS
        instead of in the ZODB.
        
        - (Optionally requires) PloneHelpCenter (1-5-beta3 or higher) to provide project-specific help
        containers.
        
        Note for pre-1.0 users
        
        - Plone Software Center 1.0 switched to BTree-based containers for the projects
        and Improvement Proposals. This means that any 0.9-based instance (or earlier)
        have to reinstall and create a new instance of the project area, since the
        storages are incompatible. Sorry about the inconvenience.
        
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
