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