fix warning message annoyance with FastCGI engine
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual.pod
CommitLineData
fc7ec1d9 1=head1 NAME
2
3Catalyst::Manual - User guide and reference for Catalyst
4
5=head1 DESCRIPTION
6
de91d41b 7This is the (table of contents page of the) comprehensive user guide and
8reference for Catalyst.
9
0d201f15 10=over 4
11
de91d41b 12=item *
fc7ec1d9 13
aa2b0d97 14L<Catalyst::Manual::About>
aa2b0d97 15
de91d41b 16Explanation (without code) of what Catalyst is and why to use it.
17
18=item *
19
20L<Catalyst::Manual::Intro> - Introduction to Catalyst. This is a
21detailed, if unsystematic, look at the basic concepts of Catalyst and
22what the best practices are for writing applications with it.
23
24=item *
fc7ec1d9 25
a0bb847e 26L<Catalyst::Manual::Tutorial>
de91d41b 27
28A detailed step-by-step tutorial going through a single application
29thoroughly.
30
31=item *
a0bb847e 32
f4e62d6f 33L<Catalyst::Manual::Plugins>
de91d41b 34
35Catalyst Plugins and Components. A brief look at some of the very many
36modules for extending Catalyst.
37
38=item *
f4e62d6f 39
fc7ec1d9 40L<Catalyst::Manual::Cookbook>
de91d41b 41
42Cooking with Catalyst. Recipes and solutions that you might want to use
43in your code.
44
45=item *
46
47L<Catalyst::Manual::Installation>
48
49How to install Catalyst, in a variety of different ways. A closer look
50at one of the more difficult issues of using the framework--getting it.
51
52=item *
20ef3d59 53
54L<Catalyst::Manual::WritingPlugins>
de91d41b 55
56Writing plugins for Catalyst; the use of L<NEXT>.
57
58=item *
fc7ec1d9 59
60L<Catalyst::Manual::Internals>
de91d41b 61
62Here be dragons! A very brief explanation of the Catalyst request cycle,
63the major components of Catalyst, and how you can use this knowledge
64when writing applications under Catalyst.
fc7ec1d9 65
0d201f15 66=back
67
3cb1db8c 68=head1 SUPPORT
69
70IRC:
71
72 Join #catalyst on irc.perl.org.
73
74Mailing-Lists:
75
76 http://lists.rawmode.org/mailman/listinfo/catalyst
77 http://lists.rawmode.org/mailman/listinfo/catalyst-dev
78
fc7ec1d9 79=head1 AUTHOR
80
81Sebastian Riedel, C<sri@oook.de>
de91d41b 82Jesse Sheidlower, C<jester@panix.com>
fc7ec1d9 83
84=head1 COPYRIGHT
85
de91d41b 86This program is free software, you can redistribute it and/or modify it
87under the same terms as Perl itself.