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