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
|
# Copyright (C) 2008-2010, Sebastian Riedel.
=head1 NAME
Mojolicious::Guides - Mojolicious Guide To The Galaxy
=head1 DON'T PANIC!
These guides are currently being written, to get status updates and/or read
early drafts you can visit L<http://kraih.com>, L<http://twitter.com/kraih>
and L<http://github.com/kraih/mojo> or join the official IRC channel C<#mojo>
on C<irc.perl.org>.
=head1 TUTORIAL
A really fast and fun way to get started developing web applications with
Mojolicious is the tutorial in L<Mojolicious::Lite>, you should take a look.
=head1 GUIDES
New guides will be added over time, so keep a close eye on this.
=over 4
=item L<Mojolicious::Guides::Cheatsheet>
A concise all-purpose reference.
=item L<Mojolicious::Guides::FAQ>
Frequently asked questions with the right answers.
=item L<Mojolicious::Guides::CodingGuidelines>
Coding guidelines and mission statement.
A must read for developers and contributors!
=back
=cut
|