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=772b4c81c97f05eeaa171d240a229aa781accfd7;hp=60571fe8f7f80c088d2ab5d35d3add8e3609ec76;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=8168726b56cffd642199c062021246cd23a199c7 diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 60571fe..772b4c8 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -11,7 +11,7 @@ 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 +L. Alternatively you can use CPAN modules like L, L, L (Catalyst based), or L to read a local copy of the tutorial. @@ -65,8 +65,8 @@ L =back -Final code tarballs for each chapter of the tutorial are available at -L. +Final code tarballs for each chapter of the tutorial are available at +L. =head1 Detailed Table of Contents @@ -74,7 +74,7 @@ L. =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -100,7 +100,7 @@ WHERE TO GET WORKING CODE =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -134,7 +134,7 @@ CREATE A SIMPLE CONTROLLER AND AN ACTION =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -273,7 +273,7 @@ Return To A Manually-Specified Template =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -411,7 +411,7 @@ Adding Methods to Result Classes =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -509,7 +509,7 @@ Switch To Flash-To-Stash =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -551,7 +551,7 @@ ENABLE MODEL-BASED AUTHORIZATION =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -577,7 +577,7 @@ TT DEBUGGING =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -603,7 +603,7 @@ SUPPORTING BOTH PRODUCTION AND TEST DATABASES =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -617,7 +617,7 @@ ADVANCED CRUD OPTIONS =head2 L -Note: Click on the heading in the previous line to jump to the actual +Note: Click on the heading in the previous line to jump to the actual chapter. Below is a "table of contents" for this chapter. =over 4 @@ -663,8 +663,8 @@ APPENDIX 3: IMPROVED HASHING SCRIPT =head1 THANKS -This tutorial would not have been possible without the input of many -different people in the Catalyst community. In particular, the +This tutorial would not have been possible without the input of many +different people in the Catalyst community. In particular, the primary author would like to thank: =over 4 @@ -690,11 +690,11 @@ key Catalyst modules. Other Catalyst documentation folks like Kieren Diment, Gavin Henry, and Jess Robinson (including their work on the original Catalyst -tutorial). +tutorial). =item * -Kieren Diment for his oversite of Catalyst-related documentation. +Kieren Diment for his oversight of Catalyst-related documentation. =item * @@ -707,18 +707,18 @@ PostgreSQL content in the Appendix. =item * -People who have emailed me with corrections and suggestions on the -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, Adam -Witney and xenoterracide (Caleb Cushing). 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 and Rafael Kitover for the work on updating the -tutorial to include foreign key support for SQLite. I'm sure I am -missing some names here... apologies for that (please let me know if you -name should be here). +People who have emailed me with corrections and suggestions on the +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, Adam +Witney and xenoterracide (Caleb Cushing). 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 and Rafael Kitover for the work on updating the +tutorial to include foreign key support for SQLite. I'm sure I am +missing some names here... apologies for that (please let me know if you +name should be here). =back @@ -728,12 +728,8 @@ Kennedy Clark, C Feel free to contact the author for any errors or suggestions, but the best way to report issues is via the CPAN RT Bug system at -. - -***TODO: Update -The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006-2010, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 -(L). +(L).