Changeset 14600 for view

Show
Ignore:
Timestamp:
07/27/08 13:41:19 (6 months ago)
Author:
dante
Message:

update the README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • view/anon/all/trunk/README

    r7561 r14600  
    1 This is the ALL view, it includes all of the dojotoolkit packages.  This currently consists of dojo (the core), dijit (the widget system), and all of dojox (the extra supporting modules) 
     1This is the ALL view, it includes all of the Dojo Toolkit packages.   
     2 
     3This currently consists of: 
     4        dojo/ (the core)  
     5        dijit/ (the Dojo widget system) 
     6        dojox/ (additional Dojo-based components) 
     7        demos/ (the demos for use on dojotoolkit.org) 
     8        utils/ (the build system, doc system, and additional resources) 
     9 
     10When viewing this tree from http://svn.dojotoolkit.org/src/view/anon/all/trunk you 
     11will not see any of the available files. Each project above is using an svn:external 
     12pointing to it's trunk folder.  
     13 
     14For instance, Dojo Core repository is:  
     15http://svn.dojotoolkit.org/src/dojo/trunk  
     16 
     17There are two versions of this view: anonymous and committer.  
     18 
     19For users (readonly): 
     20http://svn.dojotoolkit.org/src/view/anon/all/trunk 
     21 
     22For committers (read/write): 
     23https://svn.dojotoolkit.org/src/view/committer/all/trunk 
     24