summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorxue <>2006-04-16 18:02:31 +0000
committerxue <>2006-04-16 18:02:31 +0000
commit9db90898be134c9f70c0b334ec071223e60ed76c (patch)
treec499036f6ca4b350b3f4ae48b0d55cf8308b385d /index.html
parentfc38326ea80e73717fb1d187a16421f7bc1b1b04 (diff)
Merge from 3.0 branch till 924
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/index.html b/index.html
index d79840d2..c2c3d5e7 100644
--- a/index.html
+++ b/index.html
@@ -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 &quot;unzip&quot; command on Linux or
- &quot;winzip&quot; program on Windows.</li>
- <li>Copy all the files and directories under the unpacked &quot;prado&quot;
- directory to the DocumentRoot of the Web server (or a subdirectory of that).</li>
- <li>Browse the URL, http://&lt;Web-server-address&gt;/requirements/index.php, to see
- if your Web server configuration satisfies the requirement for using PRADO.</li>
- <li>The directory &quot;framework&quot; contains the core code of PRADO.</li>
- <li>The directory &quot;docs/manual&quot; 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/peronsal/index.php">Personal Website</a> (incomplete)</li>
</ul>