Discourseコンテンツの読み取り専用アーカイブバージョンを作成する方法

こんにちは。

フォーラムのコンテンツを、参照専用のアーカイブ版として、読み取り専用のHTML形式に変換することは可能でしょうか?

「いいね!」 1

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

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

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