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