1=head1 NAME
2
3Jifty::Manual - Jifty documentation
4
5=head1 DESCRIPTION
6
7This manual is divided into many separate pages, each covering a specific topic
8thoroughly.
9
10=over 4
11
12=item L<Jifty::Manual::AccessControl>
13
14Implementing access controls in your Jifty app
15
16=item L<Jifty::Manual::Actions>
17
18All about actions and how to use them
19
20=item L<Jifty::Manual::Continuations>
21
22Continuations made easy. Easier..
23
24=item L<Jifty::Manual::Cookbook>
25
26Chunk-sized pearls of wisdom for accomplishing common tasks
27
28=item L<Jifty::Manual::Deploying>
29
30How to go from C<jifty server> to a robust web-server and database environment
31
32=item L<Jifty::Manual::FAQ>
33
34Frequently asked questions, for some value of frequent
35
36=item L<Jifty::Manual::Glossary>
37
38Common terms that you might want to learn
39
40=item L<Jifty::Manual::Logging>
41
42How to control Jifty's logging, which is backed by L<Log::Log4perl>
43
44=item L<Jifty::Manual::Models>
45
46All about models -- the creepy crawlies that live in your database
47
48=item L<Jifty::Manual::ObjectModel>
49
50How all the bits of Jifty hang together
51
52=item L<Jifty::Manual::PageRegions>
53
54You too can have sexy AJAX!
55
56=item L<Jifty::Manual::RequestHandling>
57
58The life cycle of a page load
59
60=item L<Jifty::Manual::Style>
61
62Style guide for the Jifty project itself
63
64=item L<Jifty::Manual::Tutorial>
65
66Your first stop on this tour
67
68=item L<Jifty::Manual::TutorialRest>
69
70Using the REST API in your application
71
72=item L<Jifty::Manual::Tutorial_de>
73
74The tutorial in German
75
76=item L<Jifty::Manual::Tutorial_ja>
77
78The tutorial in Japanese
79
80=item L<Jifty::Manual::Tutorial_zhtw>
81
82The tutorial in Traditional Chinese
83
84=item L<Jifty::Manual::Upgrading>
85
86How to change your application's database
87
88=item L<Jifty::Manual::UsingCSSandJS>
89
90How to use custom CSS and JavaScript in your application
91
92=back
93
94=cut
95
961;
97
98