gaim/www

file isExecutable
Add a FAQ about the popular status and remove some stuff that should either
be self-evident or should be covered elsewhere in the FAQ (file transfer)
#!/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'