X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FCatalystBasics.pod;h=978fb91a1ee95c5282175cfc8e9ae1a95c12c44b;hp=7cd1554eec8f874fb54a336f7964324ad313b3bf;hb=4b4d38842b2383a70a54bcadb493505950b469dd;hpb=636ba9f78f6ce788549fbfa7f1a1507d0579e978 diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 7cd1554..978fb91 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -1,11 +1,11 @@ =head1 NAME -Catalyst::Manual::Tutorial::CatalystBasics - Catalyst Tutorial - Part 2: Catalyst Application Development Basics +Catalyst::Manual::Tutorial::CatalystBasics - Catalyst Tutorial - Chapter 2: Catalyst Application Development Basics =head1 OVERVIEW -This is B for the Catalyst tutorial. +This is B for the Catalyst tutorial. L @@ -56,8 +56,9 @@ L =head1 DESCRIPTION -In this part of the tutorial, we will create a very basic Catalyst web -application, demonstrating a number of powerful capabilities, such as: +In this chapter of the tutorial, we will create a very basic Catalyst +web application, demonstrating a number of powerful capabilities, such +as: =over 4 @@ -121,9 +122,8 @@ Also note that as of Catalyst 5.7000, you will not have the helper scripts unless you install both L and L. -In this first part of the tutorial, use the Catalyst -C script to initialize the framework for an -application called C: +In this first chapter of the tutorial, use the Catalyst C +script to initialize the framework for an application called C: $ catalyst.pl Hello created "Hello" @@ -359,7 +359,7 @@ Template Toolkit is a very full featured template facility, with excellent documentation at L, but since this is not a TT tutorial, we'll stick to only basic TT usage here (and explore some of the more common TT features in later -parts of the tutorial). +chapters of the tutorial). Create a C template file (put it in the C under the C directory that is the base of your application). Here is