michael Posted September 15, 2002 Share Posted September 15, 2002 I thought I should mention that I've put up a mirror of the cade notes site: notes I hope that's OK... everything is there except the Gallery, let me know if you find a bad link. Quote Link to comment Share on other sites More sharing options...
MG Posted September 15, 2002 Share Posted September 15, 2002 Wait a second, isn't CADE that Hong Kong based university? Quote Link to comment Share on other sites More sharing options...
michael Posted September 15, 2002 Author Share Posted September 15, 2002 yeah, there was talk about the site not being around after September so a suggestion was made to mirror it .... so I did Quote Link to comment Share on other sites More sharing options...
danteA Posted September 16, 2002 Share Posted September 16, 2002 That's cool, arctor. That's a great site, I'm glad you're mirroring it! Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted September 17, 2002 Share Posted September 17, 2002 Hey, how do you mirror a site? (or rather, how did you got all those files?) It's just that a lot of time I sort of wish I could copy those necessary files into my computer instead of taking screenshot of the tutorials and such. Quote Link to comment Share on other sites More sharing options...
michael Posted September 17, 2002 Author Share Posted September 17, 2002 if you're using IE you can do a File>Save As... and select 'Web Page Complete' this will copy the web page and pictures to an HTML page on your drive along with a folder containing the pictures...it won't download anything linked within the page...if there is a thumbnail of a screenshot it will only grab the thumbnail - not the full sized picture.... this way is good for things like those one page tutorials or news articles etc...you just have to remember to download anything linked within the page by hand, files, large pictures etc... I mirrored the cade site with Blackwidow, it grabs everything...I just had to rename a few files.... Quote Link to comment Share on other sites More sharing options...
miguel m Posted September 17, 2002 Share Posted September 17, 2002 Hey Alex, still have linux? Then it's very easy with wget. Also if you install Cygwin for NT, wget comes bundled as well. For example, if you want to grab a web page and everything linked to it, but nothing up in the directory tree, do: wget -b -r -np -N -c http:/www.blah.com/blah/blah.html -b run in background so you can close the terminal and have wget still keep doing its job. Very useful if you're running it on a remote machine. -np don't download anything that's outside of the http:/www.blah.com/blah/ directory. -r recursive mode: best used with -np so you don't end up downloading more than you need. -N if you had to stop your download or whatever... this will make wget not redownload files alredy in your HD unless the remote files are newer. -c if a download gets stopped unexpectedly, wget will try to resume partially donwloaded files instead of grabbing them from the start. other switches -R and a comma separated list of suffixes that you don't want to download. ie -R jpg,gif,png -A same as -R but for a list of accepted extensions ie -A htm,html will only donwload web pages, but not pictures or other bandwidth hungry stuff. -D will only donwload from the list of domains given. -D www.blah.com,www.blahblah.net Quote Link to comment Share on other sites More sharing options...
edward Posted January 17, 2006 Share Posted January 17, 2006 Ugh ... looks like we just got spammed! Quote Link to comment Share on other sites More sharing options...
Ratman Posted January 17, 2006 Share Posted January 17, 2006 Again :/ Quote Link to comment Share on other sites More sharing options...
nassosy Posted January 17, 2006 Share Posted January 17, 2006 someone please remove the spammer's posts. Quote Link to comment Share on other sites More sharing options...
deecue Posted January 17, 2006 Share Posted January 17, 2006 ughh.. ya know.. i'd really be ok with just getting rid of guest accounts.. i know it's annoying for some, but how many people on here actually post that don't have an official account? seems like whenever a "guest" posts, it's usually a someone normal with an account already and they just forgot to log in.. maybe take a vote in another thread? Quote Link to comment Share on other sites More sharing options...
Marc Posted January 17, 2006 Share Posted January 17, 2006 You guys are crazy... there isn't any spam here? weirdo's :afro: hehe... ok, I'll start a poll in another thread. M P.S. I finally got to use the afro smiley, I knew it would be useful somewhere Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.