X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=91d11acc7743c79e78506caa74119f871818cdfb;hp=d69d30092170979f967748c75024540690001f52;hb=64ccd8a8bfbc16276c044c94702b1440c2897695;hpb=4d583dd846a0ffa9bd224014f89df39db957c35f diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index d69d300..91d11ac 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -6,7 +6,10 @@ Catalyst::Manual::Tutorial - Catalyst Tutorial: Overview =head1 DESCRIPTION -The Catalyst framework is a flexible and comprehensive environment for quickly building high-functionality web applications. This tutorial is design to provide a rapid introduction to its basics and most commonly used features while focusing on real-world best practices. +The Catalyst framework is a flexible and comprehensive environment for +quickly building high-functionality web applications. This tutorial is +design to provide a rapid introduction to its basics and most commonly +used features while focusing on real-world best practices. The tutorial is broken down into the following sections: @@ -14,48 +17,51 @@ The tutorial is broken down into the following sections: =item * -L +L =item * -L +L =item * -L +L =item * -L +L =item * -L +L =item * -L +L =item * -L +L =item * -L +L =item * -L +L =back -Full source code is available for each section via the main Catalyst Subversion repository at L. See the end of each section for the specifics on retrieving code for that section. - -A tarball of the final application is available at C. - +Full source code is available for each section via the main Catalyst +Subversion repository at +L. See the +end of each section for the specifics on retrieving code for that +section. +A tarball of the final application is available at +C. =head1 Detailed Table Of Contents @@ -82,7 +88,6 @@ WHERE TO GET WORKING CODE =back - =head2 Part 2: Catalyst Application Development Basics =over 4 @@ -150,7 +155,6 @@ RUN THE APPLICATION =back - =head2 Part 3: Basic CRUD =over 4 @@ -222,7 +226,6 @@ Try the Delete Feature =back - =head2 Part 4: Authentication =over 4 @@ -239,7 +242,7 @@ Add Users and Roles to the Database =item * -Add User and Role Information to Dbic Schema +Add User and Role Information to DBIC Schema =item * @@ -306,7 +309,6 @@ Try Out the Hashed Passwords =back - =head2 Part 5: Authorization =over 4 @@ -319,7 +321,7 @@ BASIC AUTHORIZATION =item * -Update Plugins to Include Support Authorization +Update Plugins to Include Support for Authorization =item * @@ -377,7 +379,6 @@ RUNNING CATALYST UNDER THE PERL DEBUGGER =back - =head2 Part 7: Testing =over 4 @@ -401,7 +402,6 @@ SUPPORTING BOTH PRODUCTION AND TEST DATABASES =back - =head2 Part 8: Advanced CRUD =over 4 @@ -481,7 +481,6 @@ Use populate_from_widget in hw_create_do =back - =head2 Part 9: Appendices =over 4