perl/perl-Mojolicious-Plugin-Humane: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:00:17 -04:00
parent 346f0db50c
commit 0e033a9bc7
1 changed files with 16 additions and 8 deletions

View File

@ -1,11 +1,19 @@
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/).
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.
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.