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=ae7edf9242d9abf5c7f7d551ca1cabd5c9e2a7ef;hp=4ac024c498c11727821eb97763bd3ffb80fc7cf0;hb=e8200f38d465b85ad84eb11718db1e61230ce73b;hpb=f4e9de4a3171fd75d04fa8e294fd9a0ae367bc18 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 4ac024c..ae7edf9 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -134,7 +134,7 @@ but a I. Although most of the items specified on the C line of your application class will be plugins, Catalyst supports a limited number of flag options (of these, C<-Debug> is the most common). See the documentation for -L to get details on +L to get details on other flags (currently C<-Engine>, C<-Home>, C<-Log>, and C<-Stats>). If you prefer, there are several other ways to enable debug output: @@ -584,7 +584,7 @@ applies to operations as diverse as method calls, hash lookups, and list index values (see L for details and examples). In addition to the usual L module Pod documentation, you can access the TT manual at -L. +L. B While you can build all sorts of complex logic into your TT templates, you should in general keep the "code" part of your templates @@ -748,8 +748,8 @@ L). =head2 Create Static DBIx::Class Schema Files B If you are not following along in the Tutorial Virtual Machine, -please be sure that you have version 1.27 or higher of DBD::SQLite and -version 0.39 or higher of Catalyst::Model::DBIC::Schema. (The Tutorial +please be sure that you have version 1.27 or higher of L and +version 0.39 or higher of L. (The Tutorial VM already has versions that are known to work.) You can get your currently installed version numbers with the following commands. @@ -1151,7 +1151,7 @@ Authentication chapter of the tutorial). =item * Although it is beyond the scope of this tutorial, you may wish to use a -JavaScript or AJAX tool such as jQuery (L) or +JavaScript or AJAX tool such as jQuery (L) or Dojo (L). =back @@ -1397,7 +1397,7 @@ update the template to do that. Let's add a new column to our book list page that takes advantage of the relationship information we manually added to our schema files in the previous section. Edit F and replace the -"empty" table cell "" with the following: +"empty" table cell "C<< >>" with the following: ...