Linux - Download Automatically an Entire Website
wget -k –wait=20 –limit-rate=20K –no-parent -r -p -U Mozilla http://www.symfony-project.org/api/1_1/
-k -> make the links work in the local version (very very very cool)
–wait=20 –limit-rate=20K -> make our requests not too fast and band consuming…that to be fair and to avoid to be banned
–no-parent -> permits to restrict the download to the starting directory
-U Mozilla -> permit to be considered a Mozilla browser