Metadata-Version: 1.0
Name: z3c.recipe.winservice
Version: 0.6.3
Summary: Zope3 windows service installer
Home-page: http://pypi.python.org/pypi/z3c.recipe.winservice
Author: Roger Ineichen and the Zope Community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: The ``z3c.recipe.winservice:service`` generates a service scripts and
        configuration files for starting a egg based Zope 3 setup as a windows service.
        
        
        =======
        CHANGES
        =======
        
        Version 0.6.3 (2009-11-02)
        --------------------------
        
        - do nothing on a non windows platform instead of failing
        
        Version 0.6.2 (2009-05-13)
        --------------------------
        
        - Set current dir for CreateProcess to INSTANCE_HOME otherwise pkg_resources will
        be pissed (in a combination with paster)
        
        Version 0.6.1 (2009-05-12)
        --------------------------
        
        - kill off pythonw.exe - it just causes problems when something is
        written to stdout
        
        - Use python.exe in debug mode -- it will display/log exceptions
        
        
        Version 0.6.0 (2009-05-10)
        --------------------------
        
        - Added debug option to log exceptions for totally misbehaving scripts
        
        - Slight changes to service manager
        
        - virtualenv creates no pythonw.exe -- fallback to python.exe
        
        - tested on winXP pro workstation:
        - from service manager:
        - service start: OK
        - service stop: OK
        - service restart: OK
        - net
        - net start: OK
        - net stop: OK
        - from instance:
        - ``ZMI restart``: OK (restarts)
        - task manager kill ``python.exe``: OK (starts again)
        
        Version 0.5.0 (2008-04-12)
        --------------------------
        
        - Initial Release
        
Keywords: zope zope3 z3c deploy recipe windows service
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
