kraih / mojo

Web Framework

This URL has Read+Write access

kraih (author)
Mon Nov 09 12:22:41 -0800 2009
commit  39eff36ad998c9a5ca70cda093b6e8c9ce1bca34
tree    eb9295e1b41682485b7bfc40f5a9c25bb463db3a
parent  8ea6b9055b812049a677493df5fa5eb5391d5658
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 Loading commit data...
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/
file rfc2388.txt Tue Oct 21 01:35:09 -0700 2008 first commit [kraih]
file rfc2616.txt Sun Oct 11 03:50:08 -0700 2009 fixed permissions [Sebastian Riedel]
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 Sun Oct 11 03:50:08 -0700 2009 fixed permissions [Sebastian Riedel]
directory script/ Tue Aug 18 07:29:11 -0700 2009 renamed script system to command system [kraih]
directory t/
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