X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=995654adcd8842fca2c421649060ba1942505ed6;hp=4a18f15c9dab726dec9593b568fd26ec9c6bd001;hb=2217b252905d370f4f7840cf78996d43c79e5d4f;hpb=b9e431e31e8cbd4efc46e4270098567faf7e4f29 diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 4a18f15..995654a 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -117,7 +117,7 @@ A simple application that lists and adds books. =item * -The use of L (DBIC) for the model (including +The use of L (DBIC) for the model (including some of the more advanced techniques you will probably want to use in your applications). @@ -158,7 +158,7 @@ DBIx::Class.) =item * -The use of L or L +The use of L or L for automated form processing and validation. =back @@ -632,7 +632,7 @@ CatInABox You can get more information at L or -L. +L. =item * @@ -641,7 +641,7 @@ Frank Speiser's Amazon EC2 Catalyst SDK There are currently two flavors of publicly available Amazon Machine Images (AMI) that include all the elements you'd need to begin developing in a fully functional Catalyst environment within minutes. -See L +See L for more details. =back @@ -650,7 +650,7 @@ for more details. For additional information and recommendations on Catalyst installation, please refer to -L. +L. =head1 DATABASES @@ -679,7 +679,7 @@ with the following commands: cd MyApp_Chapter8/MyApp CATALYST_DEBUG=0 prove -wl t -If you wish to include the L section in your tests, +If you wish to include the L section in your tests, substitute C for C in the URL above (don't forget to "cd" out of the Ch8 directory if you ran the code above).