Metadata-Version: 1.1
Name: on.zopetools
Version: 0.3
Summary: dynamic display of zopetools files
Home-page: http://www.oeko.net/
Author: Toni Mueller
Author-email: support@oeko.net
License: AGPLv3
Description: ============
        on.zopetools
        ============
        
        Stuff to work with Zope & Plone from the command line or other programs.
        
        Unfortunately, only creating mount points works reliably, so...
        
        Installation
        ------------
        
        Add the product to your buildout.cfg
        
        After running buildout, you should have a console script, managezope,
        in your buildout's bin directory. Example:
        
        
        [tools]
        recipe = zc.recipe.egg
        eggs = on.zopetools
        
        
        Typical Usage
        -------------
        
        $ ./bin/instance run ./bin/createmountpoints
        
        
        When the script exits, all ZODB mount points have been created.
        
        
        TODO
        ====
        
        This package needs tests!
        
        
        
        LICENSE
        =======
        
        (c) 2014 Toni Mueller <support@oeko.net>
        
        Software licensed under the GPLv3 or later.
        
        ChangeLog
        =========
        
        0.2 2014-01-09 01:50:53 +0000 (Toni Mueller)
        --------------------------------------------
        
        Implement the creation of any missing ZODB mount points.
        
Keywords: plone zopetools
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Environment :: Console
Classifier: Programming Language :: Zope
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Utilities
