AIM Notification
----------------
Another script I've written is a php cli script for AIM notification. In
order for this to work correctly, you'll need imcomm and sendim:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bsflite login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bsflite co -P 
imcomm s
endim

Once you've got those checked out, copy the imcomm directory into the
sendim directory and run make in the sendim directory. You'll then need
to copy the sendim binary somewhere in your path (/usr/local/bin/). You
can then setup a cron job to run the im.php script however often you
want (see the cron man pages for this, or look at the Email Notification
example). The final step you'll need to make, is in the home directory
for whoever will be running im.php, you'll need to create a file called
.sendim that contains your AIM login on the first line and your password
on the second. This is the user sendim will use to send IM's about your
tasks.

