Changeset 2528 for trunk/README

Show
Ignore:
Timestamp:
12/16/05 03:00:19 (3 years ago)
Author:
alex
Message:

explanitory text about what to extract

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r2477 r2528  
    1111 
    1212To 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: 
     13Dojo website, http://dojotoolkit.org. Once you have downloaded the file you 
     14will need to unzip the archive in your website root. At a minimum, you will 
     15need to extract: 
     16 
     17    src/ (folder) 
     18    dojo.js 
     19    iframe_history.html 
     20 
     21To begin using dojo, include dojo in your pages by using: 
    1522 
    1623    <script type="text/javascript" src="/path/to/dojo.js"></script>