Metadata-Version: 1.0
Name: redturtle.extjs
Version: 0.0.2
Summary: ExtJS in Zope (Plone)
Home-page: http://www.redturtle.net
Author: Andrew Mleczko
Author-email: andrew.mleczko@redturtle.it
License: GPL
Description: redturtle.extjs
        ====================
        
        Introduction
        ------------
        
        A very simple package which helps using extjs in zope (plone) environment.
        
        Usage Instructions
        ------------------
        
        Simple include it in the buildout::
        
        [instance]
        recipe = plone.recipe.zope2instance
        eggs =
        ${buildout:eggs}
        ${plone:eggs}
        redturtle.extjs
        ...
        zcml =
        redturtle.extjs
        
        And you can access extjs resources i.e.::
        
        ++resource++extjs/ext-all.js
        
        
        
        =======
        CHANGES
        =======
        
        
        0.0.2 (2008-12-04)
        ------------------
        - Add source files
        
        
        0.0.1 (2008-12-03)
        ------------------
        
        - Initial release.
        
        
Keywords: zope,plone,extjs,javascript
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
