diff options
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
| -rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Introduction.page | 7 | ||||
| -rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 | 
2 files changed, 7 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page index 0871921a..e48360d6 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -4,12 +4,15 @@  <p id="10001">
  This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x.
  </p>
 +<p>
 +If you are an existing PRADO 3.x user and would like to learn what enhancements are available for each new version, please check out the <a href="?page=GettingStarted.NewFeatures">new features</a> page. Otherwise, the following sections are helpful for newbies.
 +</p>
  <div class="start-page">
  	<div class="concepts start-block">
 -	<h2>How Prado Works</h2>
 +	<h2>How PRADO Works</h2>
  	<p>Concepts and fundamentals</p>
  	<ol>
 -		<li><a href="#">Building web applications with Prado</a></li>
 +		<li><a href="#">Building web applications with PRADO</a></li>
  		<li><a href="#">Web controls and events</a></li>
  		<li><a href="#">Validating user input</a></li>
  		<li><a href="#">Connecting to your database</a></li>
 diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index cfbb3e8e..4aff6d47 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -19,6 +19,8 @@ This page summarizes the main new features that are introduced in each PRADO rel  <li>Added support to allow <a href="?page=Configurations.AppConfig">including external application configurations</a>. Enhanced template syntax to facilitate <a href="?page=Configurations.Templates1">subproperty configuration</a>.</li>
 +<li>Added TDbUserManager and TDbUser to simplify <a href="?page=Advanced.Auth">authentication and authorization</a> with user accounts stored in a database.</li>
 +
  </ul>
  <div class="last-modified">$Id$</div>
  | 
