From: hkclark Date: Fri, 2 Sep 2011 12:54:05 +0000 (-0400) Subject: Add "next chapter" links to the bottom of each page (RT #62171) X-Git-Tag: 5.9003~25^2~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=24acc5d75bb4208eeef4d1bad0974f0fd5893454 Add "next chapter" links to the bottom of each page (RT #62171) --- diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 40d715d..d7b6ad4 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -392,6 +392,10 @@ change between database systems: most of the code generally remains the same. +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 29b4f29..08b26e2 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -520,6 +520,11 @@ your test.tt file displayed, including the name "John" that you set in the controller. +You can jump to the next chapter of the tutorial here: +L + + + =head1 AUTHORS Gerda Shank, C diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 54ddd14..031d353 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -1642,6 +1642,10 @@ Check the L URL in your browser. It should look the same manner as with earlier sections. +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 79eca42..5ba0efe 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -1388,6 +1388,10 @@ output should be the same even though the backend code has been trimmed down. +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index b4be386..f3f0f12 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -954,6 +954,10 @@ token, it is ignored -- thereby keeping the state of our status/error messages in sync with the users actions). +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod index 1280a81..1b4464c 100644 --- a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod @@ -350,6 +350,10 @@ Use one of the 'Logout' links (or go to the L URL directly) when you are done. +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index fef91dd..728b847 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -372,6 +372,11 @@ tutorial to leave some variables undefined on purpose). Happy debugging. + +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C diff --git a/lib/Catalyst/Manual/Tutorial/08_Testing.pod b/lib/Catalyst/Manual/Tutorial/08_Testing.pod index bff23f1..c7ff3e1 100644 --- a/lib/Catalyst/Manual/Tutorial/08_Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/08_Testing.pod @@ -431,6 +431,10 @@ t/controller_Foo.t: $mech->get_ok( 'http://localhost/foo' ); +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C