X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pod;h=dc521821b8e520342730e19de95dfe00dcc5dfb7;hb=908e3d9e7a61974b3807b7ab37862550452b2456;hp=4a868b6747ecc06f9938fac46bb5e044accc415d;hpb=3cb1db8ca312e1a9c16cbf31543858dd98653ad1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual.pod b/lib/Catalyst/Manual.pod index 4a868b6..dc52182 100644 --- a/lib/Catalyst/Manual.pod +++ b/lib/Catalyst/Manual.pod @@ -4,25 +4,68 @@ 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. + +=over 4 + +=item * + +L + +Explanation (without code) of what Catalyst is and why to use it. + +=item * L - Introduction to Catalyst. + +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 detailed step-by-step tutorial going through a single application +thoroughly. + +=item * + +L + +Catalyst Plugins and Components. A brief look at some of the very many +modules for extending Catalyst. + +=item * L - Cooking with Catalyst. -L - Here be dragons! +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. -L - Catalyst rocks! +=item * + +L + +Writing plugins for Catalyst; the use of L. + +=item * + +L -L - Got trouble? Read this first! +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. -L - Frequently Asked Questions. +=back =head1 SUPPORT @@ -38,8 +81,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.