README 771 B

1234567891011121314151617181920
  1. perl-Mojolicious-Plugin-Humane - Mojolicious integration for humane.js
  2. perl-Mojolicious-Plugin-Humane is a Mojolicious plugin
  3. allowing easy use of humane.js, a browser notification handler
  4. (http://wavded.github.com/humane-js/).
  5. By default the template needed to render the messages is injected only
  6. if needed.
  7. For infrequent use, this is less costly overall and less to think
  8. about.
  9. If messages are to be used frequently or perhaps humane.js is to also
  10. be used without reloading the page (via websockets perhaps) then turn
  11. the auto feature off and add the template to your layout manually.
  12. Internally this plugin uses the (non-localized) stash keys
  13. humane.stash and humane.flash. Other stash keys starting with
  14. humane. are reserved for future use should be avoided.