Skip to content

Commit

Permalink
from now on we call Mojo a web development toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 24, 2016
1 parent 66d5b80 commit f8c657a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -18,16 +18,18 @@
testing framework, static file server, CGI/[PSGI](http://plackperl.org)
detection, first class Unicode support and much more for you to
discover.
* A powerful web development toolkit, that you can use for all kinds of
applications, independently of the web framework.
* Full stack HTTP and WebSocket client/server implementation with IPv6, TLS,
SNI, IDNA, HTTP/SOCKS5 proxy, Comet (long polling), keep-alive, connection
pooling, timeout, cookie, multipart, and gzip compression support.
* Built-in non-blocking I/O web server, supporting multiple event loops as
well as optional preforking and hot deployment, perfect for building
highly scalable web services.
* JSON and HTML/XML parser with CSS selector support.
* Very clean, portable and object-oriented pure-Perl API with no hidden
magic and no requirements besides Perl 5.22.0 (versions as old as 5.10.1
can be used too, but may require additional CPAN modules to be installed)
* Full stack HTTP and WebSocket client/server implementation with IPv6, TLS,
SNI, IDNA, HTTP/SOCKS5 proxy, Comet (long polling), keep-alive, connection
pooling, timeout, cookie, multipart, and gzip compression support.
* Built-in non-blocking I/O web server, supporting multiple event loops as
well as optional preforking and hot deployment, perfect for building
highly scalable web services.
* JSON and HTML/XML parser with CSS selector support.
* Fresh code based upon years of experience developing
[Catalyst](http://www.catalystframework.org), free and open source.

Expand Down
8 changes: 4 additions & 4 deletions lib/Mojo.pm
Expand Up @@ -31,7 +31,7 @@ sub handler { Carp::croak 'Method "handler" not implemented in subclass' }
=head1 NAME
Mojo - Duct tape for the HTML5 web!
Mojo - Web Development Toolkit
=head1 SYNOPSIS
Expand All @@ -58,9 +58,9 @@ Mojo - Duct tape for the HTML5 web!
=head1 DESCRIPTION
A flexible runtime environment for Perl real-time web frameworks, with all the
basic tools and helpers needed to write simple web applications and higher
level web frameworks, such as L<Mojolicious>.
A powerful web development toolkit, with all the basic tools and helpers needed
to write simple web applications and higher level web frameworks, such as
L<Mojolicious>.
See L<Mojolicious::Guides> for more!
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -84,9 +84,9 @@ Answers to the most frequently asked questions.

=head1 HIGHLIGHTS

L<Mojolicious> and L<Mojolicious::Lite> are the sum of many parts, small
building blocks that can be used independently, these are the most prominent
ones.
L<Mojolicious> and L<Mojolicious::Lite> are the sum of many parts, built on top
of the L<Mojo> web development toolkit. Small building blocks that can be used
independently for all kinds of applications, these are the most prominent ones.

=over 2

Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides/Contributing.pod
Expand Up @@ -88,9 +88,9 @@ with them before sending a pull request.

=head2 Mission statement

L<Mojo> is a runtime environment for Perl real-time web frameworks. It provides
all the basic tools and helpers needed to write simple web applications and
higher level web frameworks, such as L<Mojolicious>.
L<Mojo> is a web development toolkit, with all the basic tools and helpers
needed to write simple web applications and higher level web frameworks, such as
L<Mojolicious>.

All components should be reusable in other projects, and in a UNIXish way only
loosely coupled.
Expand Down

0 comments on commit f8c657a

Please sign in to comment.