X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=d4c1016e52bdddb3fbb2f4e1b0a51e3af3764754;hb=936a5dd5c424d816dd470690473c1e38127a0c3c;hp=7ef2d23120eecf8cec01386dedabf59d458c880e;hpb=7d310f12e2caaf8e94e8f7f94e88d46698c77fde;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 7ef2d23..d4c1016 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -61,6 +61,15 @@ framework, experienced users may wish to review specific sections (for example, how to use DBIC for their model classes or how to add authentication and authorization to an existing application). +You can obtain the code for all the tutorial examples from the +catalyst subversion repository by issuing the command: + + svn co http://dev.catalyst.perl.org/repos/Catalyst/tags/examples/Tutorial/MyApp/5.7/ CatalystTutorial + +This will download the current code for each tutorial chapter in the +CatalystTutorial directory. Each example application directory has +the same name as the tutorial chapter. + Subjects covered include: =over 4 @@ -119,7 +128,7 @@ and validation. =back This tutorial makes the learning process its main priority. For -example, the level of comments in the code found here would like be +example, the level of comments in the code found here would likely be considered excessive in a "normal project". Because of their contextual value, this tutorial will generally favor inline comments over a separate discussion in the text. It also deliberately tries to