summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html67
1 files changed, 41 insertions, 26 deletions
diff --git a/index.html b/index.html
index ade079d8..939a4ce6 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.0a, January 18, 2006<br>
+<p>Version 3.0b, March 6, 2006<br>
Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
@@ -24,18 +24,26 @@ All Rights Reserved.
GUI development, such as Borland Delphi. In particular, it supports event-driven
programming, viewstate maintenance, javascript, template, form validations, theme/skin,
etc.</p>
+
<h2>Requirements</h2>
-<p>The sole requirement for PRADO is PHP 5.0.4 or higher. It has been tested
-with Apache 2.0 on both Windows XP and RedHat Linux.</p>
+<p>
+The sole requirement for PRADO is PHP 5.0.4 or higher.
+Please run <a href="requirements/index.php">requirement checker</a> to obtain
+more detailed requirement information.
+</p>
+<p>
+PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.
+</p>
+
<h2>Installation</h2>
<ul>
- <li> Unpack the distribution file using &quot;unzip&quot; command on Linux or
+ <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;
+ <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
+ <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;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>
</ul>
@@ -44,26 +52,32 @@ with Apache 2.0 on both Windows XP and RedHat Linux.</p>
<li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a></li>
<li><a href="demos/composer/index.php">Prado Component Writer</a></li>
</ul>
+
<h2>Documentation</h2>
-<p>
-Complete documentation will be added in beta version. Please refer to
-Prado QuickStart Tutorial and the included API documentation for now.
-</p>
+<ul>
+<li><a href="docs/manual/index.html">API documentation</a></li>
+<li><a href="demos/quickstart/prado3_quick_start.pdf">Quickstart tutorial (PDF)</a></li>
+</ul>
<h2>Credits</h2>
-<h3>Prado Developer Team</h3>
+
+<h3>Prado v3 Developer Team</h3>
<ul>
-<li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a> - PRADO founder, author of application controller, core components and controls.</a></li>
-<li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a> - author of I18N/L10N support, active controls (AJAX) and PRADO javascript framework, unit and functionality testing.</a></li>
-<li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a> - the PetShop demo, project site maintenance</li>
-<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a> - component development and unit testing.</a></li>
-<li><a href="mailto:alex@linium.net">Alex Flint</a> - component development and unit testing.</a></li>
-<li><a href="mailto:luftyluft@gmail.com">Brian Luft</a> - documentation and marketing</li>
-<li><a href="mailto:carl@decart.no">Carl Mathisen</a> - art design, PRADO v2 maintenance</li>
-<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a> - component development</li>
-<li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a> - PRADO v2 maintenance</li>
-<li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a> - PRADO v2 maintenance</li>
-<li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a> - PRADO v2 maintenance</li>
+<li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a></li>
+<li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a></li>
+<li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a></li>
+<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a></li>
+<li><a href="mailto:alex@linium.net">Alex Flint</a></li>
+<li><a href="mailto:luftyluft@gmail.com">Brian Luft</a></li>
+<li><a href="mailto:carl@decart.no">Carl Mathisen</a></li>
+<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li>
+</ul>
+
+<h3>Prado v2 Maintenance Team</h3>
+<ul>
+<li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a></li>
+<li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a></li>
+<li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a></li>
</ul>
<h3>Past Team Members</h3>
@@ -78,12 +92,13 @@ Prado QuickStart Tutorial and the included API documentation for now.
<ul>
<li>All PRADO users - great suggestions, feedback and support</li>
<li>ASP.NET 2.0 for its great inspiration and reference</li>
-<li>All third-party work used in PRADO (<a href="framework/3rdParty/readme.html">more details</a>)</li>
+<li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li>
</ul>
-<h2>Terms and Condition</h2>
-<p>PRADO is released under the BSD License.</p>
+<h2>License</h2>
+<p>PRADO is free software released under the terms of the following BSD license.
+</p>
<p>Copyright &copy; 2004-2006, PradoSoft (http://www.pradosoft.com)<br/>
All rights reserved.
</p>