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