| 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) |
| | 1 | This is the ALL view, it includes all of the Dojo Toolkit packages. |
| | 2 | |
| | 3 | This 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 | |
| | 10 | When viewing this tree from http://svn.dojotoolkit.org/src/view/anon/all/trunk you |
| | 11 | will not see any of the available files. Each project above is using an svn:external |
| | 12 | pointing to it's trunk folder. |
| | 13 | |
| | 14 | For instance, Dojo Core repository is: |
| | 15 | http://svn.dojotoolkit.org/src/dojo/trunk |
| | 16 | |
| | 17 | There are two versions of this view: anonymous and committer. |
| | 18 | |
| | 19 | For users (readonly): |
| | 20 | http://svn.dojotoolkit.org/src/view/anon/all/trunk |
| | 21 | |
| | 22 | For committers (read/write): |
| | 23 | https://svn.dojotoolkit.org/src/view/committer/all/trunk |
| | 24 | |