Hacker News new | ask | show | jobs
by crc5002 5929 days ago
I think there are several tools and libraries available for this job. E.g.:

  wget --mirror -p --convert-links http://www.example.com
1 comments

That will mirror the whole site. If you are going to mirror a single page, a more sane command would be:

  wget -r -l 1 -Ppath/to/folder --convert-links http://www.example.com/
"wget" is not installed on a iPhone. You would use something like NSURLRequest/NSURLConnection.
It's installed on my iPhone ;)
It's installed on my iPhone ;)