My discourse-forum is going to be shut down, as our org is soon being shutdown, but I’d like to keep a static version of the public porting of our forum.
How can I do that?
I tried to simply pull a copy using wget, but that didn’t get a usable result.
Thanx
/Henning
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.
我们曾经非常成功地使用过这个!
wget --adjust-extension --mirror --page-requisites --convert-links --recursive --user-agent "Googlebot" https://forum.lescommuns.org
感谢 @wangerin 的开头,我根据 SO 完成了它。
然后你就能看到网站像谷歌一样,但效果更好 