Y
Hacker News
new
|
ask
|
show
|
jobs
by
F_r_k
3426 days ago
Can't you just dump the website using wget ?
2 comments
davidak
3426 days ago
You can also use this but havn't testet it.
wget -N --recursive --page-requisites --html-extension --convert-links
https://example.com/
link
nine_k
3426 days ago
The idea is to keep the site inside a CMS, but a
different
CMS, one that generates (most) pages statically rather than on-the-fly.
link
wget -N --recursive --page-requisites --html-extension --convert-links https://example.com/