Metadata-Version: 1.0
Name: plone.reload
Version: 0.1
Summary: ZCML configuration reload without server restarts.
Home-page: http://svn.plone.org/svn/plone/plone.reload/trunk
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: plone.reload Package Readme
        ===========================
        
        Overview
        --------
        
        ZCML configuration reload without server restarts.
        
        This code is heavily based on the Products.RefreshNG product found at
        http://launchpad.net/refreshng.
        
        Usage
        -----
        
        While being logged into the ZMI as a Manager user goto /@@zcml_reload on your
        Zope application root via a browser. If your Zope is configured to listen on
        port 8080 on localhost this is::
        
        http://localhost:8080/@@zcml_reload
        
        You should see a message::
        
        Global ZCML reloaded.
        
        Reloading this page will reload all global ZCML from all packages and products.
        
        Changelog for plone.reload
        
        (name of developer listed in brackets)
        
        plone.reload - 0.1 Unreleased
        
        - Initial implementation based heavily on Products.RefreshNG.
        [hannosch]
        
        - Initial package structure.
        [zopeskel]
        
        
Keywords: Zope Plone reload
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
