search spec components factored out of T365
[catagits/Reaction.git] / lib / Reaction / Manual.pod
CommitLineData
df2804f5 1=head1 NAME
2
3Reaction::Manual - The Index of The Manual
4
5=head1 DESCRIPTON
6
7Reaction is basically an extended MVC framework built upon L<Catalyst>.
8
cc4f29bf 9=head1 GENERAL SECTIONS OF THE MANUAL
df2804f5 10
11=head2 L<Reaction::Manual::Intro>
12
cc4f29bf 13A code-free introduction to the motivation and philosophy behind Reaction.
14
15=head2 L<Reaction::Manual::Glossary>
16
17Definition of terms, as used in the Reaction project.
18
19=cut
20
21
22=begin TODO
23
df2804f5 24=head2 L<Reaction::Manual::Example>
25
cc4f29bf 26A simple, working example, with minimal explanation.
27
28=head2 L<Reaction::Manual::Tutorial>
29
30A step-by-step example, building up the various parts and explaining each step.
31
df2804f5 32=head2 L<Reaction::Manual::Cookbook>
33
cc4f29bf 34Working code snippets to accomplish various goals.
df2804f5 35
36=head2 L<Reaction::Manual::FAQ>
37
cc4f29bf 38Frequently asked, occasionally answered questions.
39
f7c1ee8a 40=end TODO
cc4f29bf 41
42
43
44=head1 SPECIFIC PARTS OF THE MANUAL
45
46=head2 L<Reaction::Manual::RenderPage>
47
48Documents the page-rendering pipeline. Look here to find out how Views,
49ViewPorts, and RenderingContexts work together.
50
51=head2 L<Reaction::Manual::Templates>
52
53Explores the skinning system, and examines how templates are configured.
54
55=head2 L<Reaction::Manual::Internals>
56
57For those interested in the innards of Reaction.
58
59
df2804f5 60=head1 SEE ALSO
61
62=over
63
64=item * L<Catalyst::Manual>
65
66=item * L<DBIx::Class::Manual>
67
68=item * L<Moose>
69
70=item * L<Template::Toolkit>
71
72=back
73
74=head1 SUPPORT
75
76IRC: Join #reaction on irc.perl.org
77
78=head1 AUTHORS
79
80See L<Reaction::Class> for authors for authors.
81
82=head1 LICENSE
83
84See L<Reaction::Class> for the license.
85
86=cut