Add some "getting started" links to the Catalyst::Manual page
Kennedy Clark [Thu, 19 Feb 2009 01:52:56 +0000 (01:52 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index b445f9c..55c98c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,7 @@ Revision history for Catalyst-Manual
         - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
         - Misc minor updates
         - Fix DBIC create for MySQL in Appendix (Jarom)
+        - Add some "getting started" links to the Catalyst::Manual page
 
 5.7016  28 Dec 2008
         - Updates to make Parts 8 & 9 run correctly
index c3edd59..daa5a10 100644 (file)
@@ -19,7 +19,51 @@ Catalyst::Manual - The Catalyst developer's manual
 
 Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
 install all the dependencies you need to follow along with the
-Tutorial.
+Tutorial.  You can also refer to 
+L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>
+for more information on installation options.
+
+Documentation Map:
+
+=over 4
+
+=item *
+
+L<Catalyst::Manual::About|Catalyst::Manual::About>
+
+=item *
+
+L<Catalyst::Manual::Intro|Catalyst::Manual::Intro>
+
+=item *
+
+L<Catalyst::Manual::Tutorial|Catalyst::Manual::Tutorial>
+
+=item *
+
+L<Catalyst::Manual::Actions|Catalyst::Manual::Actions>
+
+=item *
+
+L<Catalyst::Manual::Cookbook|Catalyst::Manual::Cookbook>
+
+=item *
+
+L<Catalyst::Manual::DevelopmentProcess|Catalyst::Manual::DevelopmentProcess>
+
+=item *
+
+L<Catalyst::Manual::ExtendingCatalyst|Catalyst::Manual::ExtendingCatalyst>
+
+=item *
+
+L<Catalyst::Manual::Internals|Catalyst::Manual::Internals>
+
+=item *
+
+L<Catalyst::Manual::Plugins|Catalyst::Manual::Plugins>
+
+=back
 
 =cut