The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Jifty::Manual - Jifty documentation

=head1 DESCRIPTION

This manual is divided into many separate pages, each covering a specific topic
thoroughly.

=over 4

=item L<Jifty::Manual::AccessControl>

Implementing access controls in your Jifty app

=item L<Jifty::Manual::Actions>

All about actions and how to use them

=item L<Jifty::Manual::Continuations>

Continuations made easy. Easier..

=item L<Jifty::Manual::Cookbook>

Chunk-sized pearls of wisdom for accomplishing common tasks

=item L<Jifty::Manual::Deploying>

How to go from C<jifty server> to a robust web-server and database environment

=item L<Jifty::Manual::FAQ>

Frequently asked questions, for some value of frequent

=item L<Jifty::Manual::Glossary>

Common terms that you might want to learn

=item L<Jifty::Manual::Models>

All about models -- the creepy crawlies that live in your database

=item L<Jifty::Manual::ObjectModel>

How all the bits of Jifty hang together

=item L<Jifty::Manual::PageRegions>

You too can have sexy AJAX!

=item L<Jifty::Manual::RequestHandling>

The life cycle of a page load

=item L<Jifty::Manual::Style>

Style guide for the Jifty project itself

=item L<Jifty::Manual::Tutorial>

Your first stop on this tour

=item L<Jifty::Manual::TutorialRest>

Using the REST API in your application

=item L<Jifty::Manual::Tutorial_de>

The tutorial in German

=item L<Jifty::Manual::Tutorial_ja>

The tutorial in Japanese

=item L<Jifty::Manual::Tutorial_zhtw>

The tutorial in Traditional Chinese

=item L<Jifty::Manual::Upgrading>

How to change your application's database

=item L<Jifty::Manual::UsingCSSandJS>

How to use custom CSS and JavaScript in your application

=back

=cut

1;