X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=a082b5a86d09b918f52e74f78e3402526f488617;hb=f4260a7acb51146bcbb6a98a18db69b942b43dbc;hp=ae1c24cbd4b3fce3c3868c84fd5da9903280a32f;hpb=653f459563a5365bdc7859f2dab489980a765214;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index ae1c24c..a082b5a 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -95,6 +95,9 @@ EDIT THE LIST OF CATALYST PLUGINS DATABASE ACCESS WITH DBIx::Class + +=over 4 + =item * Create a DBIC Schema File @@ -109,6 +112,7 @@ Use Catalyst::Model::DBIC::Schema to Load the Model Class =back + =item * CREATE A CATALYST CONTROLLER @@ -117,6 +121,7 @@ CREATE A CATALYST CONTROLLER CATALYST VIEWS + =over 4 =item * @@ -125,6 +130,10 @@ Create a Catalyst View Using TTSite =item * +Using RenderView for the Default View + +=item * + Globally Customize Every View =item * @@ -133,6 +142,7 @@ Create a TT Template Page =back + =item * RUN THE APPLICATION @@ -357,6 +367,10 @@ LOG STATEMENTS RUNNING CATALYST UNDER THE PERL DEBUGGER +=item * + +DEBUGGING MODULES FROM CPAN + =back =head2 Part 7: Testing @@ -495,5 +509,66 @@ PostgreSQL =back +=item * + +APPENDIX 3: IMPROVED HASHING SCRIPT + +=back + + +=head1 THANKS + +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 + +=item * + +Sebastian Riedel for founding the Catalyst project. + +=item * + +The members of the Catalyst Core Team for their tireless efforts to +advance the Catalyst project. Although all of the Core Team members +have played a key role in this tutorial, it would have never been +possible without the critical contributions of: Matt Trout, for his +unfathomable knowledge of all things Perl and Catalyst (and his +willingness to answer lots of my questions); Jesse Sheidlower, for his +incredible skill with the written word and dedication to improving the +Catalyst documentation; and Yuval Kogman, for his work on the Catalyst +"Auth & Authz" plugins (the original focus of the tutorial) and other +key Catalyst modules. + +=item * + +Everyone on #catalyst and #catalyst-dev. + +=item * + +Other Catalyst documentation folks like Kieren Diment, Gavin Henry, +and Jess Robinson (including their work on the original Catalyst +tutorial). + +=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, and +Bryan Roach. + =back + + +=head1 AUTHOR + +Kennedy Clark, C + +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).