Convert to more of a mixture of "DBIC" and "DBIx::Class" as per suggestion from Castaway
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / Appendices.pod
index 2195e63..fe5606e 100644 (file)
@@ -1,11 +1,11 @@
 =head1 NAME
 
-Catalyst::Manual::Tutorial::Appendices - Catalyst Tutorial - Part 10: Appendices
+Catalyst::Manual::Tutorial::Appendices - Catalyst Tutorial - Chapter 10: Appendices
 
 
 =head1 OVERVIEW
 
-This is B<Part 10 of 10> for the Catalyst tutorial.
+This is B<Chapter 10 of 10> for the Catalyst tutorial.
 
 L<Tutorial Overview|Catalyst::Manual::Tutorial>
 
@@ -56,7 +56,7 @@ B<Appendices>
 
 =head1 DESCRIPTION
 
-This part of the tutorial provides supporting information relevant to
+This chapter of the tutorial provides supporting information relevant to
 the Catalyst tutorial.
 
 
@@ -153,7 +153,7 @@ Howard for the help.
 
 =item *
 
-Part 2: Catalyst Basics
+Chapter 2: Catalyst Basics
 
 =over 4
 
@@ -321,7 +321,8 @@ Delete the existing model:
 
 Regenerate the model using the Catalyst "_create.pl" script:
 
-    script/myapp_create.pl model MyAppDB DBIC::Schema MyApp::Schema dbi:mysql:myapp 'tutorial' '' '{ AutoCommit => 1 }'
+    script/myapp_create.pl model MyAppDB DBIC::Schema MyApp::Schema \
+        dbi:mysql:myapp '_username_here_' '_password_here_' '{ AutoCommit => 1 }'
 
 =back
 
@@ -329,7 +330,7 @@ Regenerate the model using the Catalyst "_create.pl" script:
 
 =item *
 
-Part 4: Authentication
+Chapter 4: Authentication
 
 =over 4
 
@@ -412,7 +413,7 @@ Tom Lanyon.
 
 =item *
 
-Part 2: Catalyst Basics
+Chapter 2: Catalyst Basics
 
 =over 4
 
@@ -605,7 +606,7 @@ Generate the model using the Catalyst "_create.pl" script:
 
 =item *
 
-Part 4: Authentication
+Chapter 4: Authentication
 
 =over 4