Archive Website

From artserver wiki
Revision as of 13:53, 25 August 2022 by Andre (talk | contribs) (Text replacement - "Code_Notes" to "Code Notes")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a simple script to create a static-files's archive from website.


#!/bin/sh
WEBSITE=$1
wget --limit-rate=200k --no-clobber --convert-links --random-wait -r -p -E -e robots=off -U mozilla $WEBSITE


Run: ./download-website.sh http://oooooooooo.io

Note: don't use http:, https:, www., just use the domain name of the website.


Code Notes 2018

... more about "Archive Website"
Code Notes +
Date"Date" is a type and predefined property provided by Semantic MediaWiki to represent date values.
2018 +