Captured using basic proceedure outlined in go-archive-tools
wget -np -m -p -E -o wget.log https://www.gathering.org/tg22/
extract_urls.sh | keep_asset_urls.sh | grep gathering.org | download_urls.sh
extract_urls.sh | keep_asset_urls.sh | grep gathering.org | replace_with_local_urls.sh "/"
- Move
/static
files to/tg22/static
(and calls inweb-client-....js
andweb-vendor-....css
files) remove_url_query_parameters.sh
- Rename
web-client-....js
to stop it from running (and triggering non-archived api requests)
- Go to
www.gathering.org
folder - Start a simple web server
npx http-server
- Visit web server in browser