I’m going to a place where there is no net, and was thinking of reading the metro manual. A naive approach
$ wget -r https://metro.dev.java.net/guide/
gets me nowhere however, as wget stops pretty fast and leaves a file that states
User-agent: CEE
Disallow:
User-agent: *
Disallow: /
I can do ‘-e robots=off’ mixed with some stuff from Voelkers excellent wget examples:
wget -P [...]

Recent comments