X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F10_Appendices.pod;h=3baefcdaa36166da5d32b0c4732dd172c04d930a;hp=0b6e106df0afbe52ddc8e9ba62800c2c55b1b15f;hb=4768184b3b277399116fbd53cae3697a9767fee5;hpb=5988477160c698d0e5efd1cf1911845d40a327cf diff --git a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod index 0b6e106..3baefcd 100644 --- a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod +++ b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod @@ -129,18 +129,20 @@ file respectively. Also, Stefan Kangas sent in the following tip about an alternate approach using the command C to redo the indentation for the currently selected region (adhering to indent rules in the -current major mode). You can run the command by typing M-x indent- -region or pressing the default keybinding C-M-\ in cperl-mode. +current major mode). You can run the command by typing M-x +indent-region or pressing the default keybinding C-M-\ in cperl-mode. Additional details can be found here: -L +L =head1 APPENDIX 2: USING POSTGRESQL AND MYSQL The main database used in this tutorial is the very simple yet powerful -SQLite. This section provides information that can be used to "convert" -the tutorial to use PostgreSQL and MySQL. However, note that part of +L. This section provides information +that can be used to "convert" the tutorial to use +L and +L. However, note that part of the beauty of the MVC architecture is that very little database-specific code is spread throughout the system (at least when MVC is "done right"). Consequently, converting from one database to another is @@ -511,7 +513,7 @@ You can verify that it worked with this command: =head2 MySQL -B This section is out of data with the rest of the tutorial. +B This section is out of date with the rest of the tutorial. Consider using SQLite or PostgreSQL since they are current. Use the following steps to adapt the tutorial to MySQL. Thanks to Jim @@ -780,5 +782,5 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006-2008, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under Creative Commons License (L).