Several changes to deprecate old tutorials

This commit is contained in:
Uncle Cheese 2015-02-12 17:15:53 +13:00
parent f8fe4a9096
commit 9218919437
5 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,9 @@
title: Building a basic site
summary: An overview of the SilverStripe installation and an introduction to creating a web page.
<div class="alert" markdown="1">
This tutorial is deprecated, and has been replaced by Lessons 1, 2, 3, and 4 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
</div>
# Tutorial 1 - Building a Basic Site
## Overview

View File

@ -1,6 +1,10 @@
title: Extending a basic site
summary: Building on tutorial 1, a look at storing data in SilverStripe and creating a latest news feed.
<div class="alert" markdown="1">
This tutorial is deprecated, and has been replaced by Lessons 4, 5, and 6 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
</div>
# Tutorial 2 - Extending a basic site
## Overview

View File

@ -1,6 +1,10 @@
title: DataObject Relationship Management
summary: Learn how to create custom DataObjects and how to build interfaces for managing that data.
<div class="alert" markdown="1">
This tutorial is deprecated, and has been replaced by Lessons 7, 8, 9, and 10 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
</div>
# Tutorial 5 - Dataobject Relationship Management
## Overview

View File

@ -3,8 +3,6 @@ introduction: The tutorials below take a step by step look at how to build a Sil
## Written Tutorials
[CHILDREN]
## Video lessons
These include video screencasts, written tutorials and code examples to get you started working with SilverStripe websites.

View File

@ -28,7 +28,7 @@ discussed on the [core mailinglist](https://groups.google.com/forum/#!forum/silv
## Building your first SilverStripe Web application
Once you have completed the [Getting Started](/getting_started) guide and have got SilverStripe
installed and running, the following [Tutorials](/tutorials) will lead through the basics and core concepts of
installed and running, the following [Tutorials](http://silverstripe.org/learn/lessons) will lead through the basics and core concepts of
SilverStripe.
Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with PHP5 be sure to read the [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner).