1
There are simple and great web site download tools that allow to create a local mirror of simple sites having no JavaScript infrastructure behind. However, sometimes there cases when a site looks simple (and even is old enough to be a real "web 1.0" site), but none of such download tools are able to make a mirror of it. I've tried to make a local mirror for this fan site (for example, it has some transcriptions that cannot be found elsewhere, and some more rare stuff) using HTTrack Site Copier, Free Download Manager, and wget. All of them made simple mirrors lacking a lot of content. I saw some scripts at those pages, and probably that prevents from mirroring.
How can I mirror a web site with simple JS enabled? Perhaps, there's a web browser-driven solution that could support JS out of box (any browser extension, etc)?
Thanks in advance.
Apologies, but what do you mean by mirror a website? – Dave – 2014-04-04T10:20:49.527
1
@c0dev not sure if the possible duplicate is able to help, because that solution relies on wget. I can't make wget work to satisfy my needs. However, I've seen http://wget.addictivecode.org/FeatureSpecifications/JavaScript in that question, and I'll check it later.
– Lyubomyr Shaydariv – 2014-04-04T10:25:21.593@DaveRook I mean "to make an exact (more or less) copy of a web site". Please sorry if my English is not fine. – Lyubomyr Shaydariv – 2014-04-04T10:26:49.613
Ah I see - no, your English is great, I just wasn't sure. Why not just try saving the site to your computer? In IE you can save entire site – Dave – 2014-04-04T10:30:06.573
@DaveRook thank you. :) As far as I know, all major browsers can save single webpages only, but not entire web sites. The problem with that site is that it uses, as far as I see, some JavaScript to load content dynamically. I just want to make a recursive copy of the site (like web crawlers do), but unfortunately none of those tools can do that (at least for what I tried) in this case. – Lyubomyr Shaydariv – 2014-04-04T10:36:20.530
Possible dupe http://superuser.com/questions/14403/how-can-i-download-an-entire-website OR http://superuser.com/questions/114769/how-to-download-the-entire-webpage-with-css-javascript
– Dave – 2014-04-04T10:36:42.833@DaveRook I have IE 10 installed, and the most similar feature is "Web Archive, single file". It saved a 28 KB file. From the mirroring point of view it's almost "nothing". Or, perhaps, I'm missing something. – Lyubomyr Shaydariv – 2014-04-04T10:41:01.153