X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=d4c1016e52bdddb3fbb2f4e1b0a51e3af3764754;hb=b2dd9167f1add7125a39c4bde760ad78fb0be1e0;hp=a03eec78ff27d41af2b411a20a4ac7fac456d674;hpb=a63e6e6726445baeea08771316b3ce44a495a96a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index a03eec7..d4c1016 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -61,6 +61,15 @@ framework, experienced users may wish to review specific sections (for example, how to use DBIC for their model classes or how to add authentication and authorization to an existing application). +You can obtain the code for all the tutorial examples from the +catalyst subversion repository by issuing the command: + + svn co http://dev.catalyst.perl.org/repos/Catalyst/tags/examples/Tutorial/MyApp/5.7/ CatalystTutorial + +This will download the current code for each tutorial chapter in the +CatalystTutorial directory. Each example application directory has +the same name as the tutorial chapter. + Subjects covered include: =over 4 @@ -88,9 +97,9 @@ Role-based authorization ("authz"). =item * -Attempts to provide an example showing current (5.70) Catalyst +Attempts to provide an example showing current (5.7XXX) Catalyst practices. For example, the use of -L, +L, DBIC, L with C, the use of C vs. C, etc. @@ -113,12 +122,13 @@ PostgreSQL). =item * -The use of HTML::Widget for automated form processing and validation. +The use of L for automated form processing +and validation. =back This tutorial makes the learning process its main priority. For -example, the level of comments in the code found here would like be +example, the level of comments in the code found here would likely be considered excessive in a "normal project". Because of their contextual value, this tutorial will generally favor inline comments over a separate discussion in the text. It also deliberately tries to @@ -176,7 +186,7 @@ Catalyst::Plugin::Authentication -- 0.07 =item * -Authentication::Credential::Password -- 0.07 +Catalyst::Plugin::Authentication::Credential::Password -- 0.07 =item * @@ -196,10 +206,6 @@ Catalyst::Plugin::ConfigLoader -- 0.07 =item * -Catalyst::Plugin::DefaultEnd -- 0.06 - -=item * - Catalyst::Plugin::HTML::Widget -- 1.1 =item * @@ -319,14 +325,16 @@ Each part of the tutorial has complete code available in the main Catalyst Subversion repository (see the note at the beginning of each part for the appropriate svn command to use). Additionally, the final code is available as a ready-to-run tarball at -I. +L. =head1 AUTHOR Kennedy Clark, C -Please report any errors, issues or suggestions to the author. +Please report any errors, issues or suggestions to the author. The +most recent version of the Catalyst Tutorial can be found at +L. Copyright 2006, Kennedy Clark, under Creative Commons License (L).