X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=6ec7230e3168b5697e2e1487b9bd296973221689;hp=eb6092cee9a284cb7778e48173912185503601f0;hb=bb0999d3922361836e0b2696d466ab3cb130bba1;hpb=01df1cc9a0dbe37b417f64b8f4f4bd0555a99d19 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index eb6092c..6ec7230 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -64,8 +64,9 @@ will be too limited to be of use to anyone, it should provide a basic environment where we can explore a variety of features used in virtually all web applications. -You can check out the source code for this example from the Catalyst -Subversion repository as per the instructions in +Source code for the tutorial in included in the F directory +of the Tutorial Virtual machine (one subdirectory per chapter). There +are also instructions for downloading the code in L. Please take a look at @@ -236,9 +237,9 @@ Don't let these variations confuse you -- they all accomplish the same result. This tells Catalyst to start using one additional plugin, -L, to add a stack trace to the standard -Catalyst "debug screen" (the screen Catalyst sends to your browser when -an error occurs). Be aware that +L, to add a stack trace near the top of +the standard Catalyst "debug screen" (the screen Catalyst sends to your +browser when an error occurs). Be aware that L output appears in your browser, not in the console window from which you're running your application, which is where logging output usually goes. @@ -1641,17 +1642,18 @@ Check the L URL in your browser. It should look the same manner as with earlier sections. +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR 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 -. - -The most recent version of the Catalyst Tutorial can be found at -L. +L. -Copyright 2006-2010, Kennedy Clark, under the +Copyright 2006-2011, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 (L).