public
Description: Quicky Growl-like implementation for Prototype
Clone URL: git://github.com/tdreyno/prototypegrowl.git
Click here to lend your support to: prototypegrowl and make a donation at www.pledgie.com !
tdreyno (author)
Sat Apr 05 14:20:57 -0700 2008
commit  b4d8e926213211b13691ccbe5512af94ddadcb29
tree    c265bca6a1113126423e95d0c46348594b922f13
parent  d7a3e8872b79d4c5e6b67ac0d33302532d1d92b8
name age message
file README Sat Apr 05 14:11:19 -0700 2008 move styles to css [tdreyno]
file effects.js Fri Apr 04 18:51:11 -0700 2008 add scriptaculous and use Appear/Fade effect fo... [cpjolicoeur]
file growl.css Sat Apr 05 14:11:19 -0700 2008 move styles to css [tdreyno]
file growl.js Sat Apr 05 14:20:57 -0700 2008 Whoops, class is a reserved keyword in safari [tdreyno]
file logo.png Sat Apr 05 06:10:05 -0700 2008 add new logo and update some copy [cpjolicoeur]
file prototype-1.6.0.2.js Fri Apr 04 16:56:22 -0700 2008 import [Thomas Reynolds]
file smoke.png Fri Apr 04 19:11:35 -0700 2008 add local images [cpjolicoeur]
file test.html Sat Apr 05 14:11:19 -0700 2008 move styles to css [tdreyno]
README
== Description == 

prototypeGrowl is an implementation of the Mac OS X Growl notification system 
using the Prototype javascript library.


== Authors ==

Thomas Reynolds <tdreyno@gmail.com - http://github.com/tdreyno>
Craig P Jolicoeur <cpjolicoeur@gmail.com - http://github.com/cpjolicoeur>


== Usage ==

...coming soon...


== TODO ==

* If using Effects, do a sanity check to make sure the needed libraries
are included.