Metadata-Version: 1.0
Name: ng.lib
Version: 0.0.4
Summary: Library of small but useful modules for Zope
Home-page: http://www.dreambot.ru/product/DreamBotReleases/ng.lib
Author: Andrey Orlov
Author-email: dbdt@dreambot.ru
License: GPL v2.1
Description: Short module description
        =========================
        
        Module pd.lib content some simple modules
        and fucntions for use in Zope.
        
        Description of modules
        ----------------------
        
        ng.lib.interface
        ................
        
        The module to provide different small tools to deal with interfaces in Zope.
        
        Function provided by module followed:
        
        implements
        Function implements must be issued with interfaces as arguments.
        As original zope.interface.implements, our function make context
        class provided  this interfaces. In difference from original function,
        our implementation added for each field of each interface name attribute
        of FieldProperty type.
        
        ng.lib.editannotationnotify
        ...........................
        
        The module provided mix-in for use in editform directive. Mix-in send
        object-modifyed notify despite using adapter to edit content. Some sample
        followed::
        
        <editform
        schema="..interfaces.IDictAnnotation"
        for="..interfaces.IDictAnnotationAble"
        label="Dictionary"
        class="ng.lib.editannotationnotify.EditAnnotationNotify"
        name="dictannotation.html" permission="zope.ManageContent"
        menu="zmi_views" title="Dictionary"
        />
        
        In this case editform sent object-moodifyed notify on context when
        annotation modufied thro adapter.
        
        [name:недоделано]
        
        * Wed Jan 30 2008 Andrey Orlov <dbdt@dreambot.ru> 0.0.4
        - The walk module added
        
        * Mon Jan 21 2008 Andrey Orlov <dbdt@dreambot.ru> 0.0.3
        - The editannotationnotify module added.
        - The objectwidget module added.
        
        * Fri Nov 30 2007 Andrey Orlov <dbdt@dreambot.ru> 0.0.2
        - Field detection rules changed. Special thanks to Anatoly Bubenkov
        <bubenkoff@gmail.com> to advice.
        
        * Fri Nov 30 2007 Andrey Orlov <cray@neural.ru> 0.0.1
        - first official release
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
