How do I save a script/content rich web page as a local file?
September 27, 2008 2:07 PM Subscribe
What is the best way to save a script/content rich web page for archival reasons from a remote server, locally?
I would like to save my
World of Warcraft Armory Page as a local file, for archival reasons. Is there a way to do this that would preserve all the mouse-over's and in general be a complete recreation of the content available? If so, what is the best way to do this? Is there a way to do it without locking it into a particular web browser or viewing program?
More on the reasons why:
Whenever a new item in the game is found, the armory web site is updated. A history of changes isn't reflected on the web site.
What I've tried:
All of the "Save Page As..." options in Firefox 3.0.3.
posted by nickerbocker to computers & internet (4 answers total) 1 user marked this as a favorite
If you want to keep everything accessible from within firefox, use the Scrapbook extension. I'm fairly certain it does what you want.
If you want to automate it, I'd suggest learning bash scripting and using wget. (If you're on windows, use Cygwin to get bash and wget.)
posted by Axle at 2:52 PM on September 27, 2008