mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Several changes to deprecate old tutorials
This commit is contained in:
parent
f8fe4a9096
commit
9218919437
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user