wget mirroring with external references
wget -mkpEK -D www.allshepherdrescue.org,cloudfront.net -H -t 3 \
--restrict-file-names=windows http://www.allshepherdrescue.org/
This goes into mirror mode, changes relative links to the proper form, fixes the query string urls to static ones, and downloads all files from the domains in the -D parameter. The manpage details all of this.

