X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=36aa4736222d8c29dc29b0b38c4277c0dd1e71c2;hb=8e9564644668f2677f492999cdf112b4acecba64;hp=8be29a7a20a742e9d43dc2ec0a20efb9db949e4b;hpb=c19d127ebfc41407188cbb614c47635b312aad7e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 8be29a7..36aa473 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -71,7 +71,7 @@ A simple application that lists and adds books. =item * -The use of L (DBIC) for the model. +The use of L (DBIC) for the model. =item * @@ -88,15 +88,18 @@ Role-based authorization ("authz"). =item * -Attempts to provide an example showing current (5.70) Catalyst -practices. For example, the use of L, -DBIC, L with C, the use of -C vs. C, etc. +Attempts to provide an example showing current (5.7XXX) Catalyst +practices. For example, the use of +L, +DBIC, L +with C, the use of C +vs. C, etc. =item * The use of Template Toolkit (TT) and the -L view helper. +L +view helper. =item * @@ -110,7 +113,8 @@ PostgreSQL). =item * -The use of HTML::Widget for automated form processing and validation. +The use of L for automated form processing +and validation. =back @@ -150,11 +154,11 @@ OS = CentOS 4 Linux (RHEL 4) =item * -Catalyst v5.67 +Catalyst v5.6902 =item * -DBIx::Class v0.06002 +DBIx::Class v0.06003 =item * @@ -173,7 +177,7 @@ Catalyst::Plugin::Authentication -- 0.07 =item * -Authentication::Credential::Password -- 0.07 +Catalyst::Plugin::Authentication::Credential::Password -- 0.07 =item * @@ -193,10 +197,6 @@ Catalyst::Plugin::ConfigLoader -- 0.07 =item * -Catalyst::Plugin::DefaultEnd -- 0.06 - -=item * - Catalyst::Plugin::HTML::Widget -- 1.1 =item * @@ -213,11 +213,11 @@ Catalyst::Plugin::Session::State::Cookie -- 0.02 =item * -Catalyst::Plugin::Session::Store::FastMmap -- 0.0 +Catalyst::Plugin::Session::Store::FastMmap -- 0.02 =item * -Catalyst::Plugin::StackTrace -- 0.0 +Catalyst::Plugin::StackTrace -- 0.04 =item * @@ -288,12 +288,12 @@ complement of Catalyst plugins. =back For additional information and recommendations on Catalyst installation, -please refer to L. +please refer to +L. -B Step-by-step instructions to replicate the environment on +B Step-by-step instructions to replicate the environment on which this tutorial was developed can be found at -L. - +L. Using these instructions, you should be able to build a complete CentOS 4.X server with Catalyst and all the plugins required to run this tutorial. @@ -316,16 +316,18 @@ 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 -TO_BE_ADDED_TO_FINAL_VERSION. +I. + =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 Catlayst Tutorial can be found at +L. Copyright 2006, Kennedy Clark, under Creative Commons License (L). -Version: .94