Skip to content

Commit

Permalink
encourage plugin forks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 22, 2012
1 parent 2ce1182 commit 0c03ba0
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Charset.pm
Expand Up @@ -32,7 +32,7 @@ Mojolicious::Plugin::Charset - Charset plugin
L<Mojolicious::Plugin::Charset> is a plugin to easily set the default charset
and encoding on all layers of L<Mojolicious>. The code of this plugin is a
good example for learning to build new plugins.
good example for learning to build new plugins, you're welcome to fork it.
=head1 OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -115,7 +115,7 @@ L<Mojolicious::Plugin::Config> is a Perl-ish configuration plugin. The
application object can be accessed via C<$app> or the C<app> function. You can
extend the normal configuration file C<myapp.conf> with C<mode> specific ones
like C<myapp.$mode.conf>. The code of this plugin is a good example for
learning to build new plugins.
learning to build new plugins, you're welcome to fork it.
=head1 OPTIONS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -136,7 +136,8 @@ Mojolicious::Plugin::DefaultHelpers - Default helpers plugin
L<Mojolicious::Plugin::DefaultHelpers> is a collection of renderer helpers for
L<Mojolicious>. This is a core plugin, that means it is always enabled and its
code a good example for learning to build new plugins.
code a good example for learning to build new plugins, you're welcome to fork
it.
=head1 HELPERS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/EPLRenderer.pm
Expand Up @@ -95,7 +95,7 @@ Mojolicious::Plugin::EPLRenderer - Embedded Perl Lite renderer plugin
L<Mojolicious::Plugin::EPLRenderer> is a renderer for C<epl> templates. C<epl>
templates are pretty much just raw L<Mojo::Template>. This is a core plugin,
that means it is always enabled and its code a good example for learning to
build new plugins.
build new plugins, you're welcome to fork it.
=head1 METHODS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/EPRenderer.pm
Expand Up @@ -97,7 +97,8 @@ code into documents. It is based on L<Mojo::Template>, but extends it with
some convenient syntax sugar designed specifically for L<Mojolicious>. It
supports L<Mojolicious> template helpers and exposes the stash directly as
Perl variables. This is a core plugin, that means it is always enabled and its
code a good example for learning to build new plugins.
code a good example for learning to build new plugins, you're welcome to fork
it.
=head1 OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/HeaderCondition.pm
Expand Up @@ -70,7 +70,7 @@ Mojolicious::Plugin::HeaderCondition - Header condition plugin
L<Mojolicious::Plugin::HeaderCondition> is a routes condition for header based
routes. This is a core plugin, that means it is always enabled and its code a
good example for learning to build new plugins.
good example for learning to build new plugins, you're welcome to fork it.
=head1 METHODS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/I18N.pm
Expand Up @@ -107,7 +107,7 @@ L<Mojolicious::Plugin::I18N> adds L<Locale::Maketext> support to
L<Mojolicious>. All you have to do besides using this plugin is to add as many
lexicon classes as you need. Languages can usually be detected automatically
from the C<Accept-Languages> request header. The code of this plugin is a good
example for learning to build new plugins.
example for learning to build new plugins, you're welcome to fork it.
This plugin can save a lot of typing, since it will generate the following
code by default.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/JSONConfig.pm
Expand Up @@ -70,7 +70,8 @@ L<Mojolicious::Plugin::JSONConfig> is a JSON configuration plugin that
preprocesses it's input with L<Mojo::Template>. The application object can be
accessed via C<$app> or the C<app> function. You can extend the normal config
file C<myapp.json> with C<mode> specific ones like C<myapp.$mode.json>. The
code of this plugin is a good example for learning to build new plugins.
code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
=head1 OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Mount.pm
Expand Up @@ -55,7 +55,7 @@ Mojolicious::Plugin::Mount - Application mount plugin
L<Mojolicious::Plugin::Mount> is a plugin that allows you to mount whole
L<Mojolicious> applications. The code of this plugin is a good example for
learning to build new plugins.
learning to build new plugins, you're welcome to fork it.
=head1 METHODS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/PODRenderer.pm
Expand Up @@ -160,7 +160,8 @@ Mojolicious::Plugin::PODRenderer - POD renderer plugin
=head1 DESCRIPTION
L<Mojolicious::Plugin::PODRenderer> is a renderer for true Perl hackers, rawr!
The code of this plugin is a good example for learning to build new plugins.
The code of this plugin is a good example for learning to build new plugins,
you're welcome to fork it.
=head1 OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/PoweredBy.pm
Expand Up @@ -35,7 +35,7 @@ Mojolicious::Plugin::PoweredBy - Powered by plugin
L<Mojolicious::Plugin::PoweredBy> is a plugin that adds an C<X-Powered-By>
header which defaults to C<Mojolicious (Perl)>. This is a core plugin, that
means it is always enabled and its code a good example for learning to build
new plugins.
new plugins, you're welcome to fork it.
=head1 OPTIONS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/RequestTimer.pm
Expand Up @@ -63,7 +63,8 @@ Mojolicious::Plugin::RequestTimer - Request timer plugin
L<Mojolicious::Plugin::RequestTimer> is a plugin to gather and log request
timing information. This is a core plugin, that means it is always enabled and
its code a good example for learning to build new plugins.
its code a good example for learning to build new plugins, you're welcome to
fork it.
=head1 METHODS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Plugin/TagHelpers.pm
Expand Up @@ -302,7 +302,8 @@ Mojolicious::Plugin::TagHelpers - Tag helpers plugin
L<Mojolicious::Plugin::TagHelpers> is a collection of HTML5 tag helpers for
L<Mojolicious>. This is a core plugin, that means it is always enabled and its
code a good example for learning how to build new plugins.
code a good example for learning how to build new plugins, you're welcome to
fork it.
Most form helpers can automatically pick up previous input values and will
show them as default. You can also use
Expand Down

0 comments on commit 0c03ba0

Please sign in to comment.