From cb7abfbc8a9f93c61345c53b63e259162bb3de2a Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 4 Feb 2007 03:55:25 +0000 Subject: Added NewFeatures tutorial page. --- .gitattributes | 1 + buildscripts/texbuilder/quickstart/pages.php | 1 + demos/quickstart/protected/controls/TopicList.tpl | 1 + .../pages/GettingStarted/NewFeatures.page | 22 ++++++++++++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 demos/quickstart/protected/pages/GettingStarted/NewFeatures.page diff --git a/.gitattributes b/.gitattributes index 6c06a23e..4b44ff72 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1169,6 +1169,7 @@ demos/quickstart/protected/pages/GettingStarted/CommandLine.page -text demos/quickstart/protected/pages/GettingStarted/HelloWorld.page -text demos/quickstart/protected/pages/GettingStarted/Installation.page -text demos/quickstart/protected/pages/GettingStarted/Introduction.page -text +demos/quickstart/protected/pages/GettingStarted/NewFeatures.page -text demos/quickstart/protected/pages/GettingStarted/Upgrading.page -text demos/quickstart/protected/pages/GettingStarted/directory.gif -text demos/quickstart/protected/pages/GettingStarted/fr/Introduction.page -text diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index 230ed6a4..2a2c6b54 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -8,6 +8,7 @@ $pages['Getting Started'] = array( 'GettingStarted/Introduction.page', 'GettingStarted/AboutPrado.page', 'GettingStarted/Installation.page', + 'GettingStarted/NewFeatures.page', 'GettingStarted/Upgrading.page' ); diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index 8d68c2e2..d9668d66 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -6,6 +6,7 @@
  • Introduction
  • What is PRADO?
  • Installation
  • +
  • New Features
  • Upgrading from v2.x and v1.x
  • diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page new file mode 100644 index 00000000..781eb0fa --- /dev/null +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -0,0 +1,22 @@ + + +

    New Features

    + +

    +This page summarizes the main new features that are introduced in each PRADO release. +

    + +

    Version 3.1.0

    + + +
    $Id$
    +
    \ No newline at end of file -- cgit v1.2.3