juz wrote:I will send a PM to Roger, check that he knows the content is gone.
Moondog, storing this information locally might be infringing Rogers copyright, I am not sure. But if you did want to store it locally and your computer is linux, you can easily clone the FAQ (or any other website) from the way back machine, with working links and content stored locally with the following command:
- Code: Select all
wget --recursive --no-clobber --page-requisites --convert-links --domains web.archive.org --no-parent https://web.archive.org/web/20250318062544/http://www.bushwalkingnsw.org.au/clubsites/FAQ/FAQ_Index.htm
Not sure if you can use wget on windows or mac?
'wget' is not installed on macOS by default, but can easily be installed using any of the popular macOS package installers.
'curl' is included with macOS and can be used instead (although the arguments and command format are different, of course).
(Not necessarily condoning making copies of any particular page/site. However, there should be no problem taking a copy from a legitimate source for personal use, so long as it is not distributed to anyone else without permission from the author/copyright-holder.)