Metadata-Version: 1.0
Name: collective.idashboard
Version: 1.0
Summary: This is a Plone Product that makes your user dashboard behave similarly to the iGoogle dashboard.
Home-page: http://plone.org/products/collective.idashboard
Author: JC Brand
Author-email: jc@opkode.com
License: GPL
Description: Introduction
        ============
        
        This is a Plone Product that makes your user dashboard behave similarly to the iGoogle dashboard.
        
        Specifically, it adds the following functionality:
        - Drag and drop portlets within and between rows
        - Ajax enabled inline portlet editing and saving
        - Toggle show/hide portlets
        
        
        Dependencies
        ============
        
        collective.js.jquery:
        
        This product requires JQuery 1.3.2 which is currently not part of the latest Plone Release.
        The JQuery 1.3.2 source code is bundled in this released but the xml and zcml directives for registering it has been disabled.
        Instead you should use collective.js.jquery. See the included buildout.cfg.
        
        
        Install
        =======
        
        collective.idashboard uses overrides.zcml, so make sure you add the following to your buildout.cfg:
        
        [instance]
        
        zcml = collective.idashboard-overrides
        
        When adding a new Plone site, choose both the JQuery and the collective.idashboard profiles.
        
        
        Acknowledgements
        ================
        
        This product is a rewrite of a product initially written by me for Upfront Systems. http://www.upfrontsystems.co.za
        
        Thanks goes out to Roche Compaan (roche@upfrontsystems.co.za) for all his help and assistance.
        
        
        
        
        
        
        
        Changelog
        =========
        
        1.0 released
        
        
Keywords: plone dashboard igoogle
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
