lots of updates!
[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 comprehensive user guide and reference for Catalyst.
8
9 L<Catalyst::Manual::Intro>
10     Introduction to Catalyst.
11
12 L<Catalyst::Manual::Cookbook>
13     Cooking with Catalyst.
14
15 L<Catalyst::Manual::Internals>
16     Here be dragons!
17
18 L<Catalyst::Manual::SuccessStories>
19     Catalyst rocks!
20
21 L<Catalyst::Manual::Troubleshooting>
22     Got trouble? Read this first!
23
24 L<Catalyst::Manual::FAQ>
25     Frequently Asked Questions.
26
27 =head1 SUPPORT
28
29 IRC:
30
31     Join #catalyst on irc.perl.org.
32
33 Mailing-Lists:
34
35     http://lists.rawmode.org/mailman/listinfo/catalyst
36     http://lists.rawmode.org/mailman/listinfo/catalyst-dev
37
38 =head1 AUTHOR
39
40 Sebastian Riedel, C<sri@oook.de>
41
42 =head1 COPYRIGHT
43
44 This program is free software, you can redistribute it and/or modify it under
45 the same terms as Perl itself.