zenmagick/plugin-pusher

Add support for the pusher API (http://pusher.com) to ZenMagick

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:zenmagick-plugin

dev-master 2012-10-29 10:42 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:57:51 UTC


README

See http://pusher.com/ for more details.

Installation

  1. Unzip this plugin into the zenmagick/plugins directory.
  2. Install plugin using the ZenMagick Plugin Manager.
  3. Configure as required.

Usage

The default setup will listen to the test_channel as used by the Pusher API access page. The test event is my_event.

To listen to multiple events, configure a comma separated list of event names.

The default activity handler will just manage a unordered list and insert new items at the top with the list element content being the activity data.

TODO

  • allow custom activity handler