Merge 'tutorial_role_updates' into 'trunk'
Tomas Doran [Thu, 19 Nov 2009 09:57:28 +0000 (09:57 +0000)]
r11821@t0mlaptop (orig r11786):  wolfman2000 | 2009-11-08 18:31:13 +0000
Attempt to branch out to work on adding stuff to the tutorial.

r11854@t0mlaptop (orig r11819):  wolfman2000 | 2009-11-14 15:57:25 +0000
Add link to SQLite, ensure they get version 3.
r11878@t0mlaptop (orig r11843):  wolfman2000 | 2009-11-16 05:43:41 +0000
Fix minor grammatical issue.
r11879@t0mlaptop (orig r11844):  wolfman2000 | 2009-11-16 05:54:04 +0000
Add links to the databases. Let the users see what we're talking about.
r11880@t0mlaptop (orig r11845):  wolfman2000 | 2009-11-16 05:55:41 +0000
Out of data? I think out of date is meant here.
r11881@t0mlaptop (orig r11846):  wolfman2000 | 2009-11-16 05:59:04 +0000
Fix dead link.
r11882@t0mlaptop (orig r11847):  wolfman2000 | 2009-11-16 06:02:14 +0000
Add link.

1  2 
lib/Catalyst/Manual/Cookbook.pod
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

Simple merge
@@@ -560,9 -560,9 +560,12 @@@ tutorial
  =head1 CREATE A SQLITE DATABASE
  
  In this step, we make a text file with the required SQL commands to
 +create a database table and load some sample data.  We will use 
 +SQLite (L<http://www.sqlite.org>), a popular database that is
 +lightweight and easy to use. Be sure to get at least version 3. Open
+ create a database table and load some sample data.  We will use
+ L<SQLite|http://www.sqlite.org>, a popular database that is
+ lightweight and easy to use. Be sure to get at least version 3. Open
  C<myapp01.sql> in your editor and enter:
  
      --