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=8e5c0d1b3cc63a79bf92f6343f58880309297dc0;hp=2b85e031a533aa5d257851dd02ca441127132de3;hb=cacb3819a45beb62da8e38784e503e976e3ebb69;hpb=cd13ab362ea5e1d20f3d44bebd6a665b57c21249 diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 2b85e03..8e5c0d1 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -103,7 +103,7 @@ platforms and versions. If you would prefer to install directly from CPAN and not use the Tutorial Virtual machine, you can download the example program and all the necessary dependencies to your local machine by installing the -C distribution: +L distribution: cpan Task::Catalyst::Tutorial @@ -115,7 +115,7 @@ Subjects covered by the tutorial include: =over 4 -=item * +=item * A simple application that lists and adds books. @@ -125,7 +125,7 @@ The use of L (DBIC) for the model (including some of the more advanced techniques you will probably want to use in your applications). -=item * +=item * How to write CRUD (Create, Read, Update, and Delete) operations in Catalyst. @@ -134,25 +134,25 @@ Catalyst. Authentication ("auth"). -=item * +=item * Role-based authorization ("authz"). -=item * +=item * Attempts to provide an example showing current (5.9) Catalyst practices. -=item * +=item * The use of Template Toolkit (TT). -=item * +=item * Useful techniques for troubleshooting and debugging Catalyst applications. -=item * +=item * The use of SQLite as a database (with code also provided for MySQL and PostgreSQL). (Note: Because we make use of the DBIx::Class Object @@ -160,7 +160,7 @@ Relational Mapping [ORM] layer, out our application will be database agnostic and can easily be used by any of the databases supported by DBIx::Class.) -=item * +=item * The use of L or L for automated form processing and validation. @@ -203,7 +203,7 @@ current directory), but we will keep it short and just use "C<$>". =over 4 -=item 1 +=item 1 Download a Tutorial Virtual Machine image from L @@ -456,7 +456,7 @@ help: =item * -L +L =item * @@ -481,11 +481,11 @@ v5.80020 might show up as 5.8002): =over 4 -=item * +=item * Debian 6 (Squeeze) -=item * +=item * Catalyst v5.90002 @@ -493,7 +493,7 @@ Catalyst v5.90002 Catalyst::Devel v1.34 -=item * +=item * DBIx::Class v0.08195 @@ -510,7 +510,7 @@ Template Toolkit v2.22 HTML::FormFu -- v0.09004 -=item * +=item * B You can check the versions you have installed with the following command (note the slash before the space): @@ -529,7 +529,7 @@ or: perl -MCatalyst::Devel -e 'print "$Catalyst::Devel::VERSION\n";' -=item * +=item * This tutorial will show URLs in the format of C, but if you are running your web browser from outside the Tutorial