summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:00:17 +0100
committer B. Watson2022-03-14 09:00:17 +0100
commit0e033a9bc70ac721a5c8918a62169f8a3f5a9930 (patch)
tree88b09c9363d6d077508baf5796d46516253c8032 /perl
parent346f0db50cd0e60fab460ab8fd9c984376d4833f (diff)
downloadslackbuilds-0e033a9bc70ac721a5c8918a62169f8a3f5a9930.tar.gz
perl/perl-Mojolicious-Plugin-Humane: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Mojolicious-Plugin-Humane/README26
1 files changed, 17 insertions, 9 deletions
diff --git a/perl/perl-Mojolicious-Plugin-Humane/README b/perl/perl-Mojolicious-Plugin-Humane/README
index ce98acb5cb..12c39da0f0 100644
--- a/perl/perl-Mojolicious-Plugin-Humane/README
+++ b/perl/perl-Mojolicious-Plugin-Humane/README
@@ -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/).
-
-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.
+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.