Added COMPONENT() and ACCEPT_CONTEXT() support
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual.pod
index 6169268..b2b8ee7 100644 (file)
@@ -9,21 +9,35 @@ This is the comprehensive user guide and reference for Catalyst.
 L<Catalyst::Manual::Intro>
     Introduction to Catalyst.
 
+L<Catalyst::Manual::Tutorial>
+    A simple step by step tutorial.
+
+L<Catalyst::Manual::Plugins>
+    Catalyst Plugins and Components.
+
 L<Catalyst::Manual::Cookbook>
-    Cooking with Catalyst.
+    Cooking with Catalyst
+
+L<Catalyst::Manual::WritingPlugins>
+    Writing plugins for Catalyst; the use of L<NEXT>.
 
 L<Catalyst::Manual::Internals>
     Here be dragons!
 
-L<Catalyst::Manual::SuccessStories>
-    Catalyst rocks!
-
-L<Catalyst::Manual::Troubleshooting>
-    Got trouble? Read this first!
-
 L<Catalyst::Manual::FAQ>
     Frequently Asked Questions.
 
+=head1 SUPPORT
+
+IRC:
+
+    Join #catalyst on irc.perl.org.
+
+Mailing-Lists:
+
+    http://lists.rawmode.org/mailman/listinfo/catalyst
+    http://lists.rawmode.org/mailman/listinfo/catalyst-dev
+
 =head1 AUTHOR
 
 Sebastian Riedel, C<sri@oook.de>