Hi I have a requirement to download an entire website content for easy online access.I would normally do that with a
$wget -r --no-parent <url> The problem is that the site http://nptel.iitm.ac.in/courses/Webcourse-contents/IIT-%20Guwahati/afl/index.htm is divided into frames. The Left hand side frame containing the links, is a tree automaticall generate by a js file "display.js" When i try to download recursively, the js is dnlded but not the links, as they are defined in the javascript intelligently(to prevent such dnlds i guess :) ) Does anyone know a hack/workaround/FOSS that would solve my problem? Cheers! Varrun -- Thanks & Regards Varrun Ramani B.Tech CSE Amrita University '10 http://varrunr.wordpress.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
