B. Watson 0e033a9bc7 perl/perl-Mojolicious-Plugin-Humane: Wrap README at 72 columns. 2 anos atrás
..
README 0e033a9bc7 perl/perl-Mojolicious-Plugin-Humane: Wrap README at 72 columns. 2 anos atrás
perl-Mojolicious-Plugin-Humane.SlackBuild 577cae238d perl/perl-Mojolicious-Plugin-Humane: Don't install in /usr/local. 3 anos atrás
perl-Mojolicious-Plugin-Humane.info 952255bcab perl/perl-Mojolicious-Plugin-Humane: Add missing dependency. 3 anos atrás
slack-desc 687d9b4002 perl/perl-Mojolicious-Plugin-Humane: Added (perl module). 4 anos atrás

README

perl-Mojolicious-Plugin-Humane - Mojolicious integration for humane.js

perl-Mojolicious-Plugin-Humane is a Mojolicious plugin
allowing easy use of humane.js, a browser notification handler
(http://wavded.github.com/humane-js/).

By default the template needed to render the messages is injected only
if needed.

For infrequent use, this is less costly overall and less to think
about.

If messages are to be used frequently or perhaps humane.js is to also
be used without reloading the page (via websockets perhaps) then turn
the auto feature off and add the template to your layout manually.

Internally this plugin uses the (non-localized) stash keys
humane.stash and humane.flash. Other stash keys starting with
humane. are reserved for future use should be avoided.