Updates based on suggestion from David Kurtz.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Tutorial.pod
index ae1c24c..58a6873 100644 (file)
@@ -11,6 +11,9 @@ commonly used features while focusing on real-world best practices.
 
 The tutorial is divided into the following sections:
 
+B<NOTE:> CLICK THESE LINKS TO JUMP TO CHAPTERS (the index links above
+only navigate inside this page).
+
 =over 4
 
 =item *
@@ -35,6 +38,10 @@ L<Authorization|Catalyst::Manual::Tutorial::Authorization>
 
 =item * 
 
+L<Debugging|Catalyst::Manual::Tutorial::Debugging>
+
+=item *
+
 L<Testing|Catalyst::Manual::Tutorial::Testing>
 
 =item * 
@@ -48,11 +55,12 @@ L<Appendices|Catalyst::Manual::Tutorial::Appendices>
 =back
 
 A tarball of the final application is available at
-C<to_be_compled_in_final_version>.
+L<http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/Final_Tarball/MyApp.tgz>.
+
 
-=head1 Detailed Table Of Contents
+=head1 Detailed Table of Contents
 
-=head2 Part 1: Introduction
+=head2 L<Part 1: Introduction|Catalyst::Manual::Tutorial::Intro>
 
 =over 4
 
@@ -75,7 +83,7 @@ WHERE TO GET WORKING CODE
 =back
 
 
-=head2 Part 2: Catalyst Application Development Basics
+=head2 L<Part 2: Catalyst Basics|Catalyst::Manual::Tutorial::CatalystBasics>
 
 =over 4
 
@@ -95,6 +103,9 @@ EDIT THE LIST OF CATALYST PLUGINS
 
 DATABASE ACCESS WITH DBIx::Class
 
+
+=over 4
+
 =item *
 
 Create a DBIC Schema File
@@ -109,6 +120,7 @@ Use Catalyst::Model::DBIC::Schema to Load the Model Class
 
 =back
 
+
 =item *
 
 CREATE A CATALYST CONTROLLER
@@ -117,6 +129,7 @@ CREATE A CATALYST CONTROLLER
 
 CATALYST VIEWS
 
+
 =over 4
 
 =item *
@@ -125,6 +138,10 @@ Create a Catalyst View Using TTSite
 
 =item *
 
+Using RenderView for the Default View
+
+=item *
+
 Globally Customize Every View
 
 =item *
@@ -133,13 +150,14 @@ Create a TT Template Page
 
 =back
 
+
 =item *
 
 RUN THE APPLICATION
 
 =back
 
-=head2 Part 3: Basic CRUD
+=head2 L<Part 3: Basic CRUD|Catalyst::Manual::Tutorial::BasicCRUD>
 
 =over 4
 
@@ -209,7 +227,7 @@ Try the Delete Feature
 
 =back
 
-=head2 Part 4: Authentication
+=head2 L<Part 4: Authentication|Catalyst::Manual::Tutorial::Authentication>
 
 =over 4
 
@@ -291,7 +309,7 @@ Try Out the Hashed Passwords
 
 =back
 
-=head2 Part 5: Authorization
+=head2 L<Part 5: Authorization|Catalyst::Manual::Tutorial::Authorization>
 
 =over 4
 
@@ -345,7 +363,7 @@ Add a Method to Handle Access Violations
 
 =back
 
-=head2 Part 6: Debugging
+=head2 L<Part 6: Debugging|Catalyst::Manual::Tutorial::Debugging>
 
 =over 4
 
@@ -357,9 +375,13 @@ LOG STATEMENTS
 
 RUNNING CATALYST UNDER THE PERL DEBUGGER
 
+=item *
+
+DEBUGGING MODULES FROM CPAN
+
 =back
 
-=head2 Part 7: Testing
+=head2 L<Part 7: Testing|Catalyst::Manual::Tutorial::Testing>
 
 =over 4
 
@@ -381,7 +403,7 @@ SUPPORTING BOTH PRODUCTION AND TEST DATABASES
 
 =back
 
-=head2 Part 8: Advanced CRUD
+=head2 L<Part 8: Advanced CRUD|Catalyst::Manual::Tutorial::AdvancedCRUD>
 
 =over 4
 
@@ -459,7 +481,7 @@ Use populate_from_widget in hw_create_do
 
 =back
 
-=head2 Part 9: Appendices
+=head2 L<Part 9: Appendices|Catalyst::Manual::Tutorial::Appendices>
 
 =over 4
 
@@ -495,5 +517,67 @@ 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, David Kamholz, Kevin Old, Henning Sprang,
+Jeremy Jones, and David Kurtz.
+
+=back
+
+
+
+=head1 AUTHOR
+
+Kennedy Clark, C<hkclark@gmail.com>
+
+Please report any errors, issues or suggestions to the author.  The
+most recent version of the Catalyst Tutorial can be found at
+L<http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Runtime/lib/Catalyst/Manual/Tutorial/>.
+
+Copyright 2006, Kennedy Clark, under Creative Commons License
+(L<http://creativecommons.org/licenses/by-nc-sa/2.5/>).