Hosted mirrors
List
- latexref.xyz (mirrored at 18.11.2025)
- Pro Git (mirrored at 18.11.2025)
How are they mirrored
To mirror a website, a simple wget (an implementation is GNU Wget 1.21.3 built on linux-gnu) command is used. So, the mirrors can be incomplete.
- For latexref.xyz, the command is
wget --verbose \ --force-directories \ --adjust-extension \ --recursive \ --convert-links \ --mirror \ --continue \ --page-requisites \ --no-clobber \ --no-check-certificate \ --show-progress \ --compression=gzip \ --user-agent='Mozilla/5.0' \ --level=0 \ --execute=robots=off \ https://latexref.xyz/ - For Pro Git, the command is
wget --verbose \ --force-directories \ --adjust-extension \ --recursive \ --convert-links \ --mirror \ --continue \ --page-requisites \ --no-clobber \ --no-check-certificate \ --show-progress \ --compression=gzip \ --user-agent='Mozilla/5.0' \ --level=0 \ --execute=robots=off \ --accept-regex='^https?://git-scm\.com/book/en/v2/.*' https://git-scm.com/book/en/v2