Changeset 1620 for trunk/index.html
- Timestamp:
- 01/14/2007 09:40:16 AM (23 months ago)
- Files:
-
- 1 modified
-
trunk/index.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.html
r1560 r1620 8 8 <body> 9 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3. 0.6, December 4, 2006<br>11 Copyright© 2004-200 6by <a href="http://www.pradosoft.com/">PradoSoft</a><br>10 <p>Version 3.1.0 alpha, January 15, 2007<br> 11 Copyright© 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 12 All Rights Reserved. 13 13 </p> … … 43 43 </p> 44 44 <ul> 45 <li>framework - contains the core code of PRADO. This directory does NOT need 46 to reside in a Web directory.</li> 47 <li>demos - contains several demo applications.</li> 48 <li>docs - contains tutorials and documentation.</li> 49 <li>editors - contains editor support for PRADO.</li> 50 <li>requirements - contains a requirement checker script that can check if your 51 system can run PRADO applications.</li> 45 <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> 46 <li>demos - contains PRADO demo applications.</li> 47 <li>docs - contains tutorials and documentation about PRADO.</li> 48 <li>editors - contains editor plugins for PRADO.</li> 49 <li>requirements - contains a requirement checker script that can check if your system can run PRADO applications.</li> 50 <li>tests - contains test tools that can be used to do unit test and functionality test about Web applications.</li> 52 51 </ul> 53 52 … … 56 55 <li><a href="demos/helloworld/index.php">Hello World</a></li> 57 56 <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li> 58 <li><a href="demos/blog/index.php">Prado Weblog</a> (requires sqlite extension) 57 <li><a href="demos/blog/index.php">Prado Blog</a> (requires sqlite extension)</li> 58 <li><a href="demos/time-tracker/index.php">Time Tracker</a></li> 59 <li><a href="demos/sqlmap/index.php">SqlMap</a></li> 59 60 <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 60 <li><a href="demos/peronsal/index.php">Personal Website</a> (incomplete)</li> 61 <li><a href="demos/chat/index.php">Chat</a></li> 62 <li><a href="demos/currency-converter/index.php">Currency Converter</a></li> 63 <li><a href="demos/soap/index.php">SOAP</a></li> 64 <li><a href="demos/personal/index.php">Personal Website</a></li> 61 65 </ul> 62 66 … … 122 126 </p> 123 127 <p> 124 Copyright 2004-200 6by The PRADO Group (http://www.pradosoft.com)<br/>128 Copyright 2004-2007 by The PRADO Group (http://www.pradosoft.com)<br/> 125 129 All rights reserved. 126 130 </p>
