Changes between Version 1 and Version 2 of AjaxDojoFormSub


Ignore:
Timestamp:
Jul 21, 2006, 11:27:14 AM (18 years ago)
Author:
artdent@…
Comment:

You can get simplejson from the CheeseShop

Legend:

Unmodified
Added
Removed
Modified
  • AjaxDojoFormSub

    v1 v2  
    1 
    21
    32{{{
     
    2726 - Django
    2827 - Dojo (v0.3) [http://dojotoolkit.org/] an open source javascript toolkit.
    29  - Simple_Json (v1.3) [http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.3/docs/index.html] used for javascript <-> python communication.
     28 - SimpleJson (v1.3) [http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.3/docs/index.html] used for javascript <-> python communication.
    3029
    3130
     
    4039
    4140== Installing Json ==
    42 get the SimpleJson from svn.
     41get SimpleJson from svn:
    4342
    4443{{{
     
    4645cd json
    4746sudo python setup.py install
     47}}}
     48
     49or get the latest released version from the [http://cheeseshop.python.org/pypi/simplejson CheeseShop]:
     50{{{
     51sudo python easy_install simplejson
    4852}}}
    4953
Back to Top