gaim/www

file isExecutable
Maybe some xhtml 1.0 fixes. The ICQ people search website seems to
have broken while I was testing stuff, so now I'm just messing around.
#!/bin/sh
if test "x$1" != x; then
SFUSER=$1
else
SFUSER=$USER
fi
/usr/bin/ssh $SFUSER@shell.sourceforge.net '/home/groups/g/ga/gaim/updatedocs.sh'