A little event handler to notify you that zope is up and running
Project description
Introduction
Most systems have some form of notification systems. This library tries to use them to tell the user that his zope is up and running. This can be useful in development, when one needs to restart often, and does not want to watch the system starting up.
Supported operating systems
[x] Linux (via notify-send)
[x] Mac (via growlnotify or terminal-notifier)
[ ] Windows
Linux
If your linux flavor does not provide notify-send nothing really happens.
Mac OS
For MacOS 10.8 you might want to use the notification system via terminal-notifier since Growl is no longer free.
For MacOS 10.x-10.7 you need Growl notification system and growlnotify extra script. Otherwise, nothing will happen. See official instructions for installing growlnotify script.
Installation
Add the package name ot the eggs part of your zope2 instance and rerun buildout.
Changelog
0.6.4 (2012-08-02)
Add support for notification centre in MacOS 10.8 via https://github.com/alloy/terminal-notifier/downloads [pbauer]
0.6.3 (2012-08-02)
another attempt at building a working egg. [pbauer]
0.6.2 (2012-06-26)
fixed Manifest.in even more [do3cc]
0.6.1 (2012-06-26)
fixed Manifest.in [do3cc]
0.6.0 (2012-06-26)
Added Mac Support with growl [Laurent Lasudry]
0.5.2 (2012-01-04)
fixed wrong setup_requires statement [do3cc]
0.5.1 (2012-01-04)
Brown paper bag release. Thanks to Mark van Lent for the fixes [markvh, do3cc]
0.5 (2012-01-03)
Package created using zopeskel [do3cc]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.