
The three wwwofflebook scripts should be owned by root and the wwwoffle daemon 
group (eg. 'proxy'), with permissions rwxr-x--- (octal 750).

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

cd /opt/wwwofflebook/scripts
chown root.proxy wwwofflebook*
chmod 750 wwwofflebook*

Symlink the three 'wwwofflebook' scripts into a local 'executable' directory
which appears in the maintainer users' $PATH, eg. for /usr/local/bin like:

ln -s  /opt/wwwofflebook/scripts/wwwofflebook*   /usr/local/bin/

(You need to specify the full pathnames, no relative ones.)

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

- mi.

 