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