Dojo 0.9.0beta
There are a few ways to use Dojo 0.9.0beta:
There is no web build tool yet for 0.9.0beta. It is possible it will
make it for the final 0.9.0 release.
XDomain Build
To use 0.9.0beta from AOL's
CDN, just include this script tag in
your page:
<script
type="text/javascript"
src="http://o.aolcdn.com/dojo/0.9.0beta/dojo/dojo.xd.js"></script>
This is a beta build, so there may be some modules that do not work
with xdomain loading. Feel free to file bugs at http://trac.dojotoolkit.org.
Download
0.9.0beta Non-XD Build
Dojo offers a normal, non-xdomain build of 0.9.0beta here from http://download.dojotoolkit.org/release-0.9.0beta/
Download
Source
You can download the full source code from
subversion:
svn co http://svn.dojotoolkit.org/dojo/tags/release-0.9.0beta
See the Dojo Book for build
instructions.