Metadata-Version: 1.0
Name: collective.multisitepanel
Version: 0.3
Summary: A panel for the administration of differents Plone site over the same Zope installation
Home-page: http://pypi.python.org/pypi/collective.multisitepanel
Author: Giacomo Spettoli
Author-email: giacomo@spettoli.com
License: GPL
Description: Introduction
        ============
        
        by Giacomo Spettoli<giacomo@spettoli.com> and `Regione Emilia-Romagna
        <http://ermes.regione.emilia-romagna.it>`_
        
        
        Problem
        ==========
        Your business is growing up following Plone success but now you have 30-40 plone sites and is going to be more and more difficult to have a global overview.
        
        Solution
        ==========
        collective.multisitepanel gives you a dashboard/panel that let you overview all your plone sites (in the same zope instance)  in a single view. This product is divided in sub-parts:
        
        1. Add-on Products
        2. Contents
        
        The "Add-on Products" section will show a sites/products table. You can see where every products is installed in each site and see if it is updated. In the details tab you can find more product details.
        
        The "Contents" section will show a sites/content type table. For each site you can see wich content types are available and how much contents are already been created. In the details tab you have a more detailed view divided by sites.
        
        
        Changelog
        =========
        
        0.3
        ---------------------
        - added users section
        - changed tables class. Removed useless table listing and included jquery plugin tableHover (it's realy cool! :D )
        
        0.2
        ---------------------
        
        - fixed views permission
        - now using memoize to save time
        - removed unused products' icons
        - added code comments
        - added a draft doc
        
        
        0.1 (unreleased)
        ---------------------
        
        - Initial release
        
Keywords: web zope plone
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
