Changeset 2528 for trunk/README
- Timestamp:
- 12/16/05 03:00:19 (3 years ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r2477 r2528 11 11 12 12 To use Dojo in your application, download one of the pre-built editions from the 13 Dojo website, http://dojotoolkit.org . Once you have unzipped the archive in 14 your website root, include Dojo in your pages with: 13 Dojo website, http://dojotoolkit.org. Once you have downloaded the file you 14 will need to unzip the archive in your website root. At a minimum, you will 15 need to extract: 16 17 src/ (folder) 18 dojo.js 19 iframe_history.html 20 21 To begin using dojo, include dojo in your pages by using: 15 22 16 23 <script type="text/javascript" src="/path/to/dojo.js"></script>