Metadata-Version: 1.0
Name: hurry.jstree
Version: 1.0rc2.1
Summary: hurry.resource resources for JsTree
Home-page: UNKNOWN
Author: Martijn Faassen /Izhar Firdaus
Author-email: faassen@startifact.com
License: MIT
Description: hurry.jstree
        ******************
        
        Introduction
        ============
        
        This library packages the jQuery `JsTree plugin`_ for
        `hurry.resource`_. 
        
        .. _`hurry.resource`: http://pypi.python.org/pypi/hurry.resource
        .. _`JsTree plugin`: http://www.jstree.com/
        
        How to use?
        ===========
        
        You can import ``jstree`` from ``hurry.jstree`` and
        ``.need`` it where you want these resources to be included on a page::
        
          from hurry.jstree import jstree
        
          .. in your page or widget rendering code, somewhere ..
        
          jstree.need()
        
        This requires integration between your web framework and
        ``hurry.resource``, and making sure that the original resources
        (shipped in the ``jstree-build`` directory in ``hurry.jstree``)
        are published to some URL.
        
        The package has already been integrated for Grok_ and the Zope
        Toolkit. If you depend on the `hurry.zoperesource`_ package in your
        ``setup.py``, the above example should work out of the box. Make sure
        to depend on the `hurry.zoperesource`_ package in your ``setup.py``.
        
        .. _`hurry.zoperesource`: http://pypi.python.org/pypi/hurry.zoperesource
        
        .. _Grok: http://grok.zope.org
        
        
        CHANGES
        *******
        
        1.0rc2.1 (2010-07-29)
        =====================
        
        * Initial public release, packages jstree 1.0rc2
        
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
