|
[Webware-checkins] r6050 - Webware/trunk/WebKit/Examples
From: <updates@we...> - 2007-01-06 09:56
|
Author: chrisz Date: Sat Jan 6 02:56:42 2007 New Revision: 6050 Modified: Webware/trunk/WebKit/Examples/JSONRPCClient.py Log: Added some text in JSON example. Modified: Webware/trunk/WebKit/Examples/JSONRPCClient.py ============================================================================== --- Webware/trunk/WebKit/Examples/JSONRPCClient.py (original) +++ Webware/trunk/WebKit/Examples/JSONRPCClient.py Sat Jan 6 02:56:42 2007 @@ -38,8 +38,9 @@ <p>The example uses a JSON-RPC JavaScript client based on Jan-Klaas' "JavaScript o lait" library (<a href="http://jsolait.net">jsolait</a>). - You can also use <a href="http://dojotoolkit.org">dojo</a> - or <a href="http://pyjamas.pyworks.org">pyjamas</a> + You can also use other JavaScript libraries and toolkits + such as <a href="http://dojotoolkit.org">dojo</a> or + <a href="http://pyjamas.pyworks.org">pyjamas</a> for that purpose.</p> <p>In order to run the JSON-RPC servlet, <a href="http://cheeseshop.python.org/pypi/simplejson">simplejson</a> |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r6050 - Webware/trunk/WebKit/Examples | <updates@we...> |