Hello.
I would like to be able to convert the content of my forum in a read only, html version of itself, as in an archive version of the content in my forum for reference only. Is this possible?
Hello.
I would like to be able to convert the content of my forum in a read only, html version of itself, as in an archive version of the content in my forum for reference only. Is this possible?
Nevermind,
I just did it with
sudo wget -mk --adjust-extension https://myforum.example
which did a good enough job for my purposes (UPDATED: see next post below)
TY.
Somewhow with the above commands there were some undowloaded pages and unconverted links. Adding the option -e robots=off
fixed it this time.
So the complete command that seems to do the trick is:
$ sudo wget -mke robots=off --adjust-extension https://myforum.example
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.