Metadata-Version: 1.0
Name: Products.DocFinderTab
Version: 1.0.3
Summary: This product makes Dieter Maurer's DocFinder available from a ZMI management tab.
Home-page: http://plone.org/products/docfindertab
Author: Stefan H. Holek
Author-email: stefan@epy.co.at
License: ZPL
Description: DocFinderTab
        ============
        
        This product makes Dieter Maurer's DocFinder_ available from a ZMI management
        tab. Looking inside an object becomes as easy as clicking its "Doc" tab!
        
        DocFinderTab allows you to view an object's:
        
        - Class (and base class) names and docstrings.
        
        - Attribute names, roles, arguments, and docstrings.
        
        DocFinderTab can be of great help when discovering object APIs and debugging
        security problems.
        
        .. _DocFinder: http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html
        
        Egg Installation
        ----------------
        
        Either use easy_install or add Products.DocFinderTab to the eggs section of
        your buildout.cfg and re-run buildout.
        
        Traditional Product Installation
        --------------------------------
        
        Copy or symlink the DocFinderTab subdirectory of this package into your
        Products directory.
        
        Final Steps
        -----------
        
        Restart Zope. This will add a "Doc" tab to every object's managment
        screens (ZMI). Now click the "Doc" tab and start exploring.
        
        See the online help for a detailed explanation of what you can
        do with DocFinderTab (or read help/README.stx directly).
        
        
Keywords: Zope2 DocFinder DocFinderTab
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
