Metadata-Version: 1.0
Name: collective.js.extjs
Version: 1.2
Summary: Ext JS 3.4 integration for Plone.
Home-page: https://github.com/4teamwork/collective.js.extjs
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: collective.js.extjs
        ===================
        
        This package integrates the `Ext JS 3`_ library into Plone.
        
        It provides:
        
        - a resource directory (``++resource++collective.js.extjs-resources/``)
        - a jquery adapter resource (``++resource++ext-jquery-adapter.js``)
        - a generic setup profile, registering JavaScript and CSS to the portal registry.
        
        It includes `Ext JS Library 3.4.0 <http://docs.sencha.com/ext-js/3-4/>`_.
        
        
        Usage
        =====
        
        - Install the package by adding it to your buildout configuration:
        
        ::
        
            [instance]
            eggs =+
                collective.js.extjs
        
        - Install the generic setup profile.
        
        
        Links
        =====
        
        - Ext JS 3.4 website: http://www.sencha.com/products/extjs3/
        - Ext JS 3.4 documentation: http://docs.sencha.com/ext-js/3-4/
        - Ext JS 3.4 licensing: http://www.sencha.com/products/extjs3/license/
        - collective.js.extjs repository: https://github.com/4teamwork/collective.js.extjs
        - collective.js.extjs tracker: https://github.com/4teamwork/collective.js.extjs/issues
        - collective.js.extjs on pypi: http://pypi.python.org/pypi/collective.js.extjs
        
        
        License
        =======
        
        The Ext JS 3.4 library is licensed under GPL3 amongst other licenses.
        See the `Ext JS 3.4 license page`_ for further details.
        
        `collective.js.extjs` is licensed under **GPL3**. When using this package the
        license terms at the `Ext JS 3.4 license page`_ needs to be followed.
        
        
        .. _Ext JS 3: http://www.sencha.com/products/extjs3/
        .. _Ext JS 3.4 license page: http://www.sencha.com/products/extjs3/license/
        
        Changelog
        =========
        
        
        1.2 (2012-09-27)
        ----------------
        
        - Add z3c.autoinclude entry point (target=plone).
          [jone]
        
        - Prepare for public release.
          [jone]
        
        - Move package to github and clean it up.
          [jone]
        
        
        1.1 (2012-04-16)
        ----------------
        
        - Update to extjs v3.4 for ie9 compatibilities.
          [eschmutz]
        
Keywords: extjs plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
