diff options
author | xue <> | 2006-02-05 16:24:28 +0000 |
---|---|---|
committer | xue <> | 2006-02-05 16:24:28 +0000 |
commit | 56b4436587f7e85c7ec1a8edb44b1d37506fbf38 (patch) | |
tree | 016aa2c0a413c6cdee6032d6080fb1920977bb77 /demos/quickstart/protected/pages/GettingStarted/Introduction.page | |
parent | d13ef89849ad340f424084367fc8f16b03266bfd (diff) |
Added Upgrading tutorial page.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/Introduction.page')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Introduction.page | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page index dc7a0497..3f3ea168 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -1,6 +1,16 @@ <com:TContent ID="body" >
<h1>Welcome to the PRADO QuickStart Tutorial</h1>
<p>
-This QuickStart tutorial is meant to get you quickly started to build your own Web applications based on PRADO.
+This QuickStart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.0.
</p>
+<p>
+You may refer to the following resources if you find this tutorial does not fulfill all your needs.
+</p>
+<ul>
+ <li><a href="http://www.pradosoft.com/docs/manual/">PRADO API Documentation</a></li>
+ <li><a href="http://www.pradosoft.com/forum/">PRADO Forum</a></li>
+ <li><a href="http://www.pradosoft.com/wiki/">PRADO Wiki</a></li>
+ <li><a href="http://trac.pradosoft.com/wiki/">PRADO Trac</a></li>
+</ul>
+
</com:TContent>
\ No newline at end of file |