Metadata-Version: 1.0
Name: plone.controller
Version: 1.2
Summary: Controller for starting/stopping Plone services
Home-page: UNKNOWN
Author: The Plone Collective
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Introduction
        ============
        
        plone.controller is a wxpython visual controller for Zope2 / Plone. Add it to a buildout
        with a part specification like::
        
        [controller]
        recipe = zc.recipe.egg
        eggs =
        plone.controller
        
        This will generate a script, bin/plone-controller to start the controller, reading the
        buildout.cfg in the current directory for configuration information. You may also specify
        the config file on the command line.
        
        The Python used for the buildout must include wx. This is not currently set as
        a "requires" for the package because wx has a very large number of dependencies.
        
        The controller provides a GUI for starting/stopping and checking the status of
        a Zope 2 intance.
        
        Changelog
        =========
        
        1.2 (unreleased)
        ----------------
        
        * Import pywintypes and pythoncom before any other import of
        pywin32. This makes pywin32 find them correctly on a relocatable
        Python build. [sidnei]
        
        1.1
        ---
        
        * Turn off diagnostic messages unless the "DEBUG" environment
        variable is set. [smcmahon]
        
        * Search for buildout.cfg in current directory if
        no config file is specified on command line.
        [smcmahon]
        
        * Widen display and move sw to better fit sidnei's
        changes.
        
        1.0 - 2009-03-04
        ----------------
        
        * Eggified from XController, added dependency on
        collective.buildout.cluster [sidnei]
        
        * Initial release [sidnei]
        
        
Keywords: controller plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
