summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorxue <>2007-01-14 15:40:16 +0000
committerxue <>2007-01-14 15:40:16 +0000
commit3cd74f5837ab12f328d334be2b58af45494f8892 (patch)
tree7da89a87b931d6628cf746c034ab9e76e9cc50b2 /index.html
parentdbb7e16b78e997b9c655ea918f2a610fb37025ae (diff)
prepare for 3.1 alpha release.
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 16 insertions, 12 deletions
diff --git a/index.html b/index.html
index 3ad1706b..d739a7cb 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,8 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.0.6, December 4, 2006<br>
-Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
+<p>Version 3.1.0 alpha, January 15, 2007<br>
+Copyright&copy; 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>
@@ -42,22 +42,26 @@ After downloading the latest PRADO release file, unpack it to a Web-accessible d
The installation is done! You will see the following subdirectories,
</p>
<ul>
- <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>editors - contains editor support for PRADO.</li>
- <li>requirements - contains a requirement checker script that can check if your
- system can run PRADO applications.</li>
+ <li>framework - contains the core code of PRADO. This is the only directory that you will need in order to deploy with your PRADO application. It does NOT need to reside in a Web-accessible directory.</li>
+ <li>demos - contains PRADO demo applications.</li>
+ <li>docs - contains tutorials and documentation about PRADO.</li>
+ <li>editors - contains editor plugins for PRADO.</li>
+ <li>requirements - contains a requirement checker script that can check if your system can run PRADO applications.</li>
+ <li>tests - contains test tools that can be used to do unit test and functionality test about Web 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> (contains many small demos)</li>
- <li><a href="demos/blog/index.php">Prado Weblog</a> (requires sqlite extension)
+ <li><a href="demos/blog/index.php">Prado Blog</a> (requires sqlite extension)</li>
+ <li><a href="demos/time-tracker/index.php">Time Tracker</a></li>
+ <li><a href="demos/sqlmap/index.php">SqlMap</a></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>
+ <li><a href="demos/chat/index.php">Chat</a></li>
+ <li><a href="demos/currency-converter/index.php">Currency Converter</a></li>
+ <li><a href="demos/soap/index.php">SOAP</a></li>
+ <li><a href="demos/personal/index.php">Personal Website</a></li>
</ul>
<h2>Editor Support</h2>
@@ -121,7 +125,7 @@ The PRADO framework and the included demos are freeware. They are released under
the terms of the following BSD License.
</p>
<p>
-Copyright 2004-2006 by The PRADO Group (http://www.pradosoft.com)<br/>
+Copyright 2004-2007 by The PRADO Group (http://www.pradosoft.com)<br/>
All rights reserved.
</p>
<p>