Help for this page
wget -r -l 8 -w 100 -k -p -np -H <URL>
-r is recursive -l is the max depth ... -np "no parent", means to avoid following links to levels above the starting point. -H Enable spanning across hosts when doing recursive retrieving.