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