File: Guides.pod

package info (click to toggle)
libmojolicious-perl 0.999926-1%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,672 kB
  • ctags: 949
  • sloc: perl: 17,391; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
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