Metadata-Version: 1.0
Name: megrok.yui
Version: 2.5.2
Summary: YUI library packaged as a Grok resource library.
Home-page: UNKNOWN
Author: Grok Team, YAHOO
Author-email: grok-dev@zope.org
License: BSD
Description: megrok.yui: YUI packaged for Grok
        =================================
        
        This is a Grok extension that packages YUI (the Yahoo User Interface
        Library) for Grok. Simply include ``megrok.yui`` as a dependency in
        your project's ``setup.py`` to make it available.
        
        To construct URLs to YUI javascript libraries, use something like this::
        
        <script type="text/javascript"
        tal:attributes="src context/@@/YUI/menu/menu.js"></script>
        
        To construct URLs to YUI css libraries, use something like this::
        
        <link rel="stylesheet" type="text/css"
        tal:attributes="href context/@@/YUI/reset/reset.css" />
        
        Changes
        =======
        
        2.5.2 (2008-08-07, YUI release date: 2008-05-28)
        ------------------------------------------------
        
        * Package version 2.5.2 of YUI.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
