Changeset 14167

Show
Ignore:
Timestamp:
06/26/08 11:48:03 (5 months ago)
Author:
kzyp
Message:

fixes #6893

Location:
dojox/trunk/io
Files:
6 added
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/io/README

    r11231 r14167  
    22DojoX IO 
    33------------------------------------------------------------------------------- 
    4 Version 0.3.1 
    5 Release date: 09/06/2007 
     4Version 0.4.0 
     5Release date: 07/04/2008 
    66------------------------------------------------------------------------------- 
    77Project state: 
     
    1010Credits 
    1111        Bryan Forbes (bryan@reigndropsfall.net) 
     12        Kris Zyp (kris@sitepen.com) 
    1213------------------------------------------------------------------------------- 
    1314Project description 
    14  
     15xhrMultiPart.js - Cross-domain fragment identifier messaging based XHR Proxy 
     16xhrPlugins.js - An adapter registry for having multiple XHR handlers (like 
     17        XDomainRequest, CS-XHR, proxy, and window.name) 
     18windowName.js - Cross-domain transport using window.name 
     19xhrWindowNamePlugin.js - window.name plugin for XHR adapter registry 
     20httpParse.js - HTTP message parser. Parses to an XHR like interface. 
    1521------------------------------------------------------------------------------- 
    1622Dependencies: 
    1723 
    18 DojoX IO depends on Dojo Core and DojoX UUID's generateRandomUuid function. 
     24DojoX IO xhrMultiPart depends on Dojo Core and DojoX UUID's generateRandomUuid  
     25function. 
     26xhrWindowNamePlugin depends on dojox.secure.capability for safe JSON parsing 
    1927------------------------------------------------------------------------------- 
    2028Documentation 
     
    2634http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid.js 
    2735http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid/* 
     36http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/secure/* 
    2837 
    2938Install into the following directory structure: 
    3039/dojox/uuid/ 
     40/dojox/secure/ 
    3141 
    3242AND