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=af5e1fa40567ae67e82e3232f499abf917e5e1a6;hp=5a32fc8ccf323051df5b7b82261c03b210566e89;hb=c9b77c06a0de97f1d6e9a66091e693a637578357;hpb=0d201f156689ef722093027789f4a6b1b938cd86 diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 5a32fc8..af5e1fa 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 @@ -107,7 +110,10 @@ Create the DBIC ``Result Source'' Files Use Catalyst::Model::DBIC::Schema to Load the Model Class - =item * +=back + + +=item * CREATE A CATALYST CONTROLLER @@ -115,6 +121,7 @@ CREATE A CATALYST CONTROLLER CATALYST VIEWS + =over 4 =item * @@ -123,6 +130,10 @@ Create a Catalyst View Using TTSite =item * +Using RenderView for the Default View + +=item * + Globally Customize Every View =item * @@ -131,6 +142,7 @@ Create a TT Template Page =back + =item * RUN THE APPLICATION @@ -355,6 +367,10 @@ LOG STATEMENTS RUNNING CATALYST UNDER THE PERL DEBUGGER +=item * + +DEBUGGING MODULES FROM CPAN + =back =head2 Part 7: Testing @@ -493,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 * + +Other Catalyst documentation folks like Kieren Diment, Gavin Henry, +and Jess Robinson (including their work on the original Catalyst +tutorial). + +=item * + +Everyone on #catalyst and #catalyst-dev. + +=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, and David Kamholz. + +=back + + + +=head1 AUTHOR + +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. + +Copyright 2006, Kennedy Clark, under Creative Commons License +(L).