MojoMojo::Formatter::GoogleSearch - Linked Google Search Engine by writing
{{google:<search kind> <keyword>}}
Normally, to hyperlink to a Search Engine, you'd write:
[google SearchWord](http://www.google.com/search?q=SearchWord)
This plugin lets you write just
{{google SearchWord}}
not just Search Web, you can search images and movies
{{google:image SearchWord}}
{{google:movie SearchWord}}
The SearchEngine formatter has no special requirements in terms of the order it
gets run in, so it has a priority of 16.
Calls the formatter. Takes a ref to the content as well as the context object.
Here the actual formatting is done.
MojoMojo and Module::Pluggable::Ordered.
Dai Okabayashi, "bayashi at cpan . org"
This library is free software. You can redistribute it and/or modify it under
the same terms as Perl itself.