Skip to content

Commit

Permalink
move architecture overview again
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 25, 2011
1 parent 72dc186 commit 0e02228
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions lib/Mojolicious.pm
Expand Up @@ -262,24 +262,6 @@ Mojolicious - Duct Tape For The Web!
=head1 DESCRIPTION
Loosely coupled building blocks, use what you like and just ignore the rest.
.---------------------------------------------------------------.
| |
| .----------------------------------------------'
| | .--------------------------------------------.
| Application | | Mojolicious::Lite |
| | '--------------------------------------------'
| | .--------------------------------------------.
| | | Mojolicious |
'----------------' '--------------------------------------------'
.---------------------------------------------------------------.
| Mojo |
'---------------------------------------------------------------'
.-------. .-----------. .--------. .------------. .-------------.
| CGI | | FastCGI | | PSGI | | HTTP 1.1 | | WebSocket |
'-------' '-----------' '--------' '------------' '-------------'
Web development for humans, making hard things possible and everything fun.
use Mojolicious::Lite;
Expand Down Expand Up @@ -420,6 +402,26 @@ workflow.
Take a look at our excellent documentation in L<Mojolicious::Guides>!
=head1 ARCHITECTURE
Loosely coupled building blocks, use what you like and just ignore the rest.
.---------------------------------------------------------------.
| |
| .----------------------------------------------'
| | .--------------------------------------------.
| Application | | Mojolicious::Lite |
| | '--------------------------------------------'
| | .--------------------------------------------.
| | | Mojolicious |
'----------------' '--------------------------------------------'
.---------------------------------------------------------------.
| Mojo |
'---------------------------------------------------------------'
.-------. .-----------. .--------. .------------. .-------------.
| CGI | | FastCGI | | PSGI | | HTTP 1.1 | | WebSocket |
'-------' '-----------' '--------' '------------' '-------------'
=head1 ATTRIBUTES
L<Mojolicious> inherits all attributes from L<Mojo> and implements the
Expand Down

0 comments on commit 0e02228

Please sign in to comment.