Metadata-Version: 1.0
Name: js.jquery-tools
Version: 1.2.7
Summary: Fanstatic packaging of jQueryTools
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_tools
        ***************
        
        Introduction
        ============
        
        This library packages `jQueryTools`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQueryTools`: http://flowplayer.org/tools/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_tools``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``jquery_tools`` from ``js.jquery_tools`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_tools import jquery_tools 
          >>> jquery_tools.need()
        
        
        CHANGES
        *******
        
        1.2.7 (2012-08-22)
        ==================
        
        - Update to jQuery Tools 1.2.7, released 2012-03-28 (`release notes`_).
        
        .. _`release notes`: http://jquerytools.org/release-notes/version-1.2.x.html#1.2.7
        
        1.2.6 (2012-08-22)
        ==================
        
        - Update to jQuery Tools 1.2.6, released 2011-09-23 (`announcement`_).
        
        .. _`announcement`: http://jquerytools.org/forum/tools/20/76049
        
        1.2.5-1 (2012-08-22)
        ====================
        
        - Use updated 1.2.5 "all" build from the jQuery Tools builder.
        
        
        1.2.5 (2011-03-11)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
