Metadata-Version: 1.0
Name: ore.yui
Version: 0.5.3
Summary: Zope3 Package of the YUI library
Home-page: http://pypi.python.org/pypi/ore.yui
Author: Kapil Thangavelu
Author-email: kapil.foss@gmail.com
License: UNKNOWN
Description: 
        A packaging of YUI for zope3
        ----------------------------
        
        you can use this either standard zope.viewlet javascript viewlets, or via
        zc.resourcelibrary, the latter allows for automatic dependency resolution
        and inclusion from within components.
        
        Resource Libraries
        ==================
        
        The package comes with the following resource libraries defined.
        
         - yui-core - yahoo, dom, event core libraries
        
         - yui-css - reset, fonts, grids css
        
         - yui-calendar - date time/calendar widget
        
         - yui-element - Element Library
        
         - yui-button - Button Widget
        
         - yui-menu - Menu Widget
        
         - yui-tree - Tree Widget
        
         - yui-editor - Simple Rich Text Editor
        
         - yui-rte  - Full Rich Rich Text Editor
        
        
        
        
          
        
        
         
        Changes
        =======
        0.5.3 - January 5th, 2010
         - update to YUI version 2.8.2
         - fixed a zcml typo
        
        0.5.1 - December 23rd, 2008
        
         - packaging fixes
        
        0.5.0 - December 17th, 2008
        
         - add drag drop and animation lib
        
        0.4.4 - July 22nd, 2008
        
        update to 2.5.2, fix a zcml typo ( trigger in  non dev mode using tabview ).
        
        0.4.3 - July 14th, 2008
        
        fix a zcml typo (trigger in non dev mode using rte)
        
        0.4.2 - May 20th, 2008
        
        add grids/reset css
        
        0.4.1 - May 9th, 2008
        
        fix issue with load of package in non development mode.
        
        0.4.0 - May 2nd, 2008
        
        Includes YUI-2.5.1
        
        First Public Release
        
          
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Zope3
