diff options
| author | xue <> | 2006-04-16 12:33:02 +0000 | 
|---|---|---|
| committer | xue <> | 2006-04-16 12:33:02 +0000 | 
| commit | 068eb78d1f2aeaf61a2d0e4d46b3e8c0f667b9a7 (patch) | |
| tree | fded05d9dcf045c2d5376a78d56d03bedd518d67 | |
| parent | 779f4d558ff2dc7ca3ce3889c2aef1368b0a99b1 (diff) | |
Update for release.
| -rw-r--r-- | index.html | 22 | 
1 files changed, 12 insertions, 10 deletions
@@ -36,21 +36,23 @@ PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.  </p>
  <h2>Installation</h2>
 +<p>
 +After downloading the latest PRADO release file, unpack it to a Web-accessible directory.
 +The installation is done! You will see the following subdirectories,
 +</p>
  <ul>
 -  <li>Unpack the distribution file using "unzip" command on Linux or
 -    "winzip" program on Windows.</li>
 -  <li>Copy all the files and directories under the unpacked "prado"
 -    directory to the DocumentRoot of the Web server (or a subdirectory of that).</li>
 -  <li>Browse the URL, http://<Web-server-address>/requirements/index.php, to see
 -    if your Web server configuration satisfies the requirement for using PRADO.</li>
 -  <li>The directory "framework" contains the core code of PRADO.</li>
 -  <li>The directory "docs/manual" contains the PRADO API documentation
 -    in HTML format.</li>
 +  <li>framework - contains the core code of PRADO. This directory does NOT need
 +  to reside in a Web directory.</li>
 +  <li>demos - contains several demo applications.</li>
 +  <li>docs - contains tutorials and documentation.</li>
 +  <li>requirements - contains a requirement checker script that can check if your
 +  system can run PRADO applications.</li>
  </ul>
 +
  <h2>Included Demos</h2>
  <ul>
    <li><a href="demos/helloworld/index.php">Hello World</a></li>
 -  <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a></li>
 +  <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li>
    <li><a href="demos/composer/index.php">Prado Component Writer</a></li>
    <li><a href="demos/personal/index.php">Personal Website</a> (incomplete)</li>
  </ul>
  | 
