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