summaryrefslogtreecommitdiff
path: root/index.html
blob: 7db2068c9786fdd34d9a85ce9ed534b2c64382bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PRADO Framework for PHP 5</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<h1>PRADO Framework for PHP 5 </h1>
<p>Version 3.0.4, September 4, 2006<br>
Copyright&copy; 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>

<p>PRADO is a component-based  and event-driven framework for Web application
  development in PHP 5. </p>
<p>Components following the PRADO protocol are highly configurable and reusable.
  Properties defining the basic features of a component can be configured in specifications,
  templates or code. New components can be developed by either inheriting an existing
  component class or composing several components together. The work of using
  a component amounts to placing the component tag on the page template, configuring
  component properties, and writing handler functions to respond to component
  events.</p>
<p>PRADO shares many similarities with ASP.NET and other RAD tools for Windows
  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.1.0 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>
<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>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>
</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/composer/index.php">Prado Component Writer</a></li>
  <li><a href="demos/peronsal/index.php">Personal Website</a> (incomplete)</li>
</ul>

<h2>Editor Support</h2>
<p>
A Macromedia Dreamweaver extension can be found under <b>editors/Dreamweaver</b>.
This extension contains a tag library that enables Dreamweaver to auto-complete 
PRADO component tags when you use it to edit PRADO templates.
</p>

<h2>Documentation</h2>
<ul>
<li><a href="docs/manual/index.html">API documentation</a></li>
<li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li>
</ul>

<h2>Credits</h2>

<h3>Prado v3 Developer Team</h3>
<ul>
<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:alex@linium.net">Alex Flint</a></li>
<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</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>
<li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</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>
<ul>
<li><a href="mailto:j.todd.patrick@gmail.com">Todd Patrick</a></li>
<li><a href="mailto:pimvanderzwet@gmail.com">Pim van der Zwet</a></li>
<li><a href="mailto:tim.evans@gmail.com">Tim Evans</a></li>
<li><a href="mailto:johnteag@gmail.com">John Teague</a></li>
</ul>

<h3>Special Credits To</h3>
<ul>
<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li>
<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li>
<li>All PRADO users - great suggestions, feedback and support</li>
<li>ASP.NET 2.0 for its great inspiration and reference</li>
<li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li>
</ul>


<h2>License</h2>
<p>
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/>
All rights reserved.
</p>
<p>
Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met:
</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer. </li>
<li>Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.</li>
<li>Neither the name of the PRADO Group nor the names of its contributors may be 
used to endorse or promote products derived from this software without specific 
prior written permission.</li>
</ul>
<p>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.
</p>
</body>
</html>