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