How do I export the complete forum as static html pages?

After reviewing til link Trash linked to, plus link in that thread, I found a solution:

wget --wait=1 --recursive --page-requisites --user-agent "Googlebot" https:/site.com

Without the --wait=1 pulling my site resulted in “TOO MANY REQUESTS”, but a delay solved that problem.

8 Likes