Metadata-Version: 1.0
Name: js.backbone
Version: 0.9.1-5
Summary: Fanstatic packaging of backbone.js
Home-page: https://github.com/podhmo/js.backbone
Author: podhmo podhmo
Author-email: podhmo@example.jp
License: BSD
Description: js.backbone
        *************
        
        Introduction
        ============
        
        This library packages `backbone.js`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`backbone.js`: http://documentcloud.github.com/backbone/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.backbone``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``backbone`` from ``js.backbone`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.backbone import backbone
          >>> backbone.need()
        
        
        CHANGES
        *******
        
        0.9.1
        =====
        
        -   Initial release.(version number is backbone.js's one)
        
Platform: UNKNOWN
