From: Matt S Trout Date: Thu, 8 Jun 2006 14:38:46 +0000 (+0000) Subject: more detail, restructuring of Manual.pod X-Git-Tag: 5.7099_04~524 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=de91d41b97361709a2c36951e7cc6c6c2d673b40 more detail, restructuring of Manual.pod r9841@cain (orig r4322): jester | 2006-06-08 02:59:00 +0000 --- diff --git a/lib/Catalyst/Manual.pod b/lib/Catalyst/Manual.pod index 1453666..ed07dcc 100644 --- a/lib/Catalyst/Manual.pod +++ b/lib/Catalyst/Manual.pod @@ -4,28 +4,62 @@ Catalyst::Manual - User guide and reference for Catalyst =head1 DESCRIPTION -This is the comprehensive user guide and reference for Catalyst. +This is the (table of contents page of the) comprehensive user guide and +reference for Catalyst. + +=item * L - Explanation (without code) of what Catalyst is and why to use it. -L - Introduction to Catalyst. +Explanation (without code) of what Catalyst is and why to use it. + +=item * + +L - Introduction to Catalyst. This is a +detailed, if unsystematic, look at the basic concepts of Catalyst and +what the best practices are for writing applications with it. + +=item * L - A simple step by step tutorial. + +A detailed step-by-step tutorial going through a single application +thoroughly. + +=item * L - Catalyst Plugins and Components. + +Catalyst Plugins and Components. A brief look at some of the very many +modules for extending Catalyst. + +=item * L - Cooking with Catalyst + +Cooking with Catalyst. Recipes and solutions that you might want to use +in your code. + +=item * + +L + +How to install Catalyst, in a variety of different ways. A closer look +at one of the more difficult issues of using the framework--getting it. + +=item * L - Writing plugins for Catalyst; the use of L. + +Writing plugins for Catalyst; the use of L. + +=item * L - Here be dragons! + +Here be dragons! A very brief explanation of the Catalyst request cycle, +the major components of Catalyst, and how you can use this knowledge +when writing applications under Catalyst. =head1 SUPPORT @@ -41,8 +75,9 @@ Mailing-Lists: =head1 AUTHOR Sebastian Riedel, C +Jesse Sheidlower, C =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under -the same terms as Perl itself. +This program is free software, you can redistribute it and/or modify it +under the same terms as Perl itself.