| I'm trying to mirror a website that uses OSX's Wiki service. All pages are
dynamic and created with javascript. Here is a test wiki page one could try:
<http://starklab.bio.uci.edu/wiki/projects/testwiki>
If you head there, you'll see lines like this:
<script
src="/__collabd/coreclientbase/javascripts/sprockets.js?version=12022014152655"
defer type="text/javascript" charset="utf-8"></script>
That .js file is grabbed using webhttrack or, based on the log file the manual
call of:
httrack -q -%i -w
<http://starklab.bio.uci.edu/wiki/projects/testwiki/Test_Wiki.html> -O
"./test_httrack/Starklab_TestWiki" -n -%P -N0 -s0 -p7 -D -a -K0 -c4 -%k
-A25000 -F "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/37.0.2062.120 Safari/537.36" +*.png +*.gif +*.jpg +*.css +*.js
-ad.doubleclick.net/* +collab* +__collab* -%s -%u -%B -f2 -z
But, it seems some of what that javascript is generating isn't working
properly. I'm really at my wits end here and any help would be appreciated.
| |