Metadata-Version: 1.0
Name: z3c.jsonrpcproxy
Version: 0.6.0
Summary: JSON RPC (javascript) proxy implementation for Zope3
Home-page: http://cheeseshop.python.org/pypi/z3c.jsonrpcproxy
Author: Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides an JSON-RPC (javascript) proxy used for Zope3. But the
        javascript itself does not depend on any zope library and can be used with any
        other JSON-RPC server. Note the xmlhttp request javascript library form
        z3c.xmlhttp is required for this implementation
        
        
        =======
        CHANGES
        =======
        
        0.6.0 (2010-01-27)
        ------------------
        
        - Implemented JSON-RPC 2.0 specification. Use JSON-RPC 2.0 version as default.
        Optional the version 1.0 and 1.1 can be set. See JSON-RPC 2.0 specification
        for more information.
        
        - skip alert on errors, pass them to the calling javascript method if callback
        method is given
        
        
        0.5.0 (2008-04-16)
        ------------------
        
        - Initial Release
        
Keywords: zope3 z3c json rpc json-rpc javascript proxy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
