You should copy the three 'wwwofflebook' scripts into a local script directory 
(like /usr/local/bin).

They should be owned by root, and the wwwoffle daemon group ('proxy'),
with permissions rwxr-x--- (octal 750).

You can achieve this by a shell commandline (as 'root') like:

cp wwwofflebook* /usr/local/bin/
cd /usr/local/bin
chown root.proxy wwwofflebook*
chmod 750 wwwofflebook*


You'll find more details about installation in the README__wwwofflebook.

- mi.

 