How to create a read only, archive version of Discourse content

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?

1 Like

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.

4 Likes

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

6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.