X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=59bb3a38e2e38dfa3060ee7d6803c5c4a9ecfb21;hp=ec4e4db81459633c55254de03780bd633304d439;hb=e7cfb0cc7b727def160a320e0329ad866d6b2607;hpb=ccc9b2bc4d91c14340ba6547d79fb0e70ee7d0f6 diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index ec4e4db..59bb3a3 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -9,6 +9,13 @@ quickly building high-functionality web applications. This tutorial is designed to provide a rapid introduction to its basics and its most commonly used features while focusing on real-world best practices. +We suggest that you read this introduction on the web. Make sure you are +reading the latest version of the tutorial by visiting +L. Alternatively +you can use CPAN modules like L, L, +L (Catalyst based), or L to read a local +copy of the tutorial. + The tutorial is divided into the following sections: B (the index links above @@ -18,43 +25,43 @@ only navigate inside this page). =item 1 -L +L =item 2 -L +L =item 3 -L +L =item 4 -L +L =item 5 -L +L =item 6 -L +L =item 7 -L +L =item 8 -L +L =item 9 -L +L =item 10 -L +L =back @@ -65,7 +72,7 @@ L. =head1 Detailed Table of Contents -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -91,7 +98,7 @@ WHERE TO GET WORKING CODE =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -125,7 +132,7 @@ CREATE A SIMPLE CONTROLLER AND AN ACTION =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -264,7 +271,7 @@ Return To A Manually-Specified Template =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -402,7 +409,7 @@ Adding Methods to Result Classes =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -500,7 +507,7 @@ Switch To Flash-To-Stash =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -542,7 +549,7 @@ ENABLE MODEL-BASED AUTHORIZATION =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -568,7 +575,7 @@ TT DEBUGGING =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -594,7 +601,7 @@ SUPPORTING BOTH PRODUCTION AND TEST DATABASES =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -608,7 +615,7 @@ ADVANCED CRUD OPTIONS =back -=head2 L +=head2 L Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. @@ -705,10 +712,11 @@ tutorial. As of the most recent release, this include: Florian Ragwitz, Mauro Andreolini, Jim Howard, Giovanni Gigante, William Moreno, Bryan Roach, Ashley Berlin, David Kamholz, Kevin Old, Henning Sprang, Jeremy Jones, David Kurtz, Ingo Wichmann, Shlomi Fish, Murray -Walker and Adam Witney. Also, thanks to Devin Austin for coming up -with an initial version of a non-TTSite wrapper page. I'm sure I am -missing some names here... apologies for that (please let me know if -you name should be here). +Walker and Adam Witney. Thanks to Devin Austin for coming up with an +initial version of a non-TTSite wrapper page. Also, a huge thank you +to Kiffin Gish for all the hard work on the "database depluralization" +effort! I'm sure I am missing some names here... apologies for that +(please let me know if you name should be here). =back @@ -718,7 +726,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).