aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual.pod
blob: 61580f5e33644574348b270a9c58bbbadb08e90f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=head1 NAME

Reaction::Manual - The Index of The Manual

=head1 DESCRIPTON

Reaction is basically an extended MVC framework built upon L<Catalyst>.

=head1 GENERAL SECTIONS OF THE MANUAL

=head2 L<Reaction::Manual::Intro>

A code-free introduction to the motivation and philosophy behind Reaction.

=head2 L<Reaction::Manual::Glossary>

Definition of terms, as used in the Reaction project.

=cut


=begin TODO

=head2 L<Reaction::Manual::Example>

A simple, working example, with minimal explanation.

=head2 L<Reaction::Manual::Tutorial>

A step-by-step example, building up the various parts and explaining each step.

=head2 L<Reaction::Manual::Cookbook>

Working code snippets to accomplish various goals.

=head2 L<Reaction::Manual::FAQ>

Frequently asked, occasionally answered questions.

=end TODO



=head1 SPECIFIC PARTS OF THE MANUAL

=head2 L<Reaction::Manual::RenderPage>

Documents the page-rendering pipeline.  Look here to find out how Views, 
ViewPorts, and RenderingContexts work together.

=head2 L<Reaction::Manual::Templates>

Explores the skinning system, and examines how templates are configured.

=head2 L<Reaction::Manual::Internals>

For those interested in the innards of Reaction.


=head1 SEE ALSO

=over 

=item * L<Catalyst::Manual>

=item * L<DBIx::Class::Manual>

=item * L<Moose>

=item * L<Template::Toolkit>

=back

=head1 SUPPORT

IRC: Join #reaction on irc.perl.org

=head1 AUTHORS

See L<Reaction::Class> for authors for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut