Note to self: short list of useful options of wget for recursive downloading of dynamic (PHP, ASP, ...) webpages (because wget's man page is too long):
--no-clobber
: do not redownload pages that already exist locally.--html-extension
: append extension.html
to webpages of which the URL does not end on.html
or …