Metadata-Version: 1.0
Name: Products.Mlango
Version: 2.2.1dev-r74109
Summary: Mlango is a desktop dashboard implementation similar to the Google dashboard (iGoogle).
Home-page: http://www.gw20e.com/
Author: Goldmund, Wyldebeast & Wunderliebe
Author-email: mlango@gw20e.com
License: GPL
Description: Quick start guide
        =================
        
        1. Add Products.Mlango to the eggs section of your buildout.
        
        [buildout]
        eggs =
        Products.Mlango
        
        2. Quickinstall the Mlango product:
        
        http://localhost:8080/[your_plone]/prefs_install_products_form
        
        3. Use the Mlango tool (as found in site setup) to add one or more
        of the example viewlets (RSS or MlangoCustom):
        
        http://localhost:8080/[your_plone]/portal_mlangotool_view
        
        4. Add a MlangoDashboard type using the "Add new" tab.
        
        5. Create your own viewlets!!!
        
        Changelog
        =========
        
        2.0 - Unreleased
        ----------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
