Metadata-Version: 1.0
Name: js.jquery-utils
Version: 0.8.5
Summary: Fanstatic packaging of jQuery Utils
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_utils
        ***************
        
        Introduction
        ============
        
        This library packages `jQuery Utils`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery Utils`: http://code.google.com/p/jquery-utils/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_utils``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``jquery_utils`` from ``js.jquery_utils`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_utils import jquery_utils
          >>> jquery_utils.need()
        
        
        CHANGES
        *******
        
        0.8.5 (2011-04-25)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
