public
Description: Web Framework
Homepage: http://mojolicious.org
Clone URL: git://github.com/kraih/mojo.git
mojo /
name age message
file .gitignore Tue Jul 07 06:37:45 -0700 2009 updated gitignore [kraih]
file .perltidyrc Tue Nov 18 15:38:46 -0800 2008 perltidied everything [kraih]
file Changes Sat Nov 07 11:39:42 -0800 2009 added redirect_to to Mojolicious::Controller [kraih]
file LICENSE Fri Jul 31 12:02:43 -0700 2009 added license [kraih]
file MANIFEST.SKIP Wed Oct 29 14:57:30 -0700 2008 added manifest.skip [kraih]
file Makefile.PL Mon Aug 03 11:06:24 -0700 2009 updated makefile [kraih]
file README Sun Aug 02 20:07:31 -0700 2009 simplified renderer [kraih]
file fcgi-spec.html Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
directory lib/ Sun Nov 08 06:32:41 -0800 2009 regex cleanup [kraih]
file rfc2388.txt Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
file rfc2616.txt Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
file rfc2965.txt Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
file rfc3875.txt Thu Sep 17 07:44:19 -0700 2009 added native JSON support [Sebastian Riedel]
file rfc3986.txt Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
file rfc4627.txt Thu Sep 17 07:44:19 -0700 2009 added native JSON support [Sebastian Riedel]
directory script/ Tue Aug 18 07:29:11 -0700 2009 renamed script system to command system [kraih]
directory t/ Sat Nov 07 11:39:42 -0800 2009 added redirect_to to Mojolicious::Controller [kraih]
README
Mojo provides a minimal interface between web servers and Perl web
frameworks.

Also included in the distribution are two MVC web frameworks named
Mojolicious and Mojolicious::Lite.

Currently there are no requirements besides Perl 5.8.1.

    .------------------------------------------------------------.
    |                                                            |
    |   Application  .-------------------------------------------'
    |                | .-------------------. .-------------------.
    |                | |    Mojolicious    | | Mojolicious::Lite |
    '----------------' '-------------------' '-------------------'
    .------------------------------------------------------------.
    |                           Mojo                             |
    '------------------------------------------------------------'
    .------------------. .------------------. .------------------.
    |        CGI       | |      FastCGI     | |     HTTP 1.1     |
    '------------------' '------------------' '------------------'

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install