diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2020-02-08 02:23:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:23:15 +0700 |
commit | 687d9b400249873bd72932e9651baca30d194f61 (patch) | |
tree | 240b77f69ee730933cbf4e0fae023748bafb11af /perl/perl-Mojolicious-Plugin-Humane/README | |
parent | fa256f66f1d4b6499f28c4eb50f6f5b49f79821a (diff) | |
download | slackbuilds-687d9b400249873bd72932e9651baca30d194f61.tar.gz |
perl/perl-Mojolicious-Plugin-Humane: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Mojolicious-Plugin-Humane/README')
-rw-r--r-- | perl/perl-Mojolicious-Plugin-Humane/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-Mojolicious-Plugin-Humane/README b/perl/perl-Mojolicious-Plugin-Humane/README new file mode 100644 index 0000000000..ce98acb5cb --- /dev/null +++ b/perl/perl-Mojolicious-Plugin-Humane/README @@ -0,0 +1,11 @@ +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. |