<p dir="ltr">Pavuk and httrack are your other options. Httrack will resolve simple javascript links.</p>
<p dir="ltr">Justin<br>
</p>
<div class="gmail_quote">On Dec 9, 2015 12:28 PM, &quot;DJ-Pfulio&quot; &lt;<a href="mailto:djpfulio@jdpfu.com">djpfulio@jdpfu.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/09/2015 11:20 AM, Chris Fowler wrote:<br>
&gt; I&#39;ve been dealing with a kernel bug and want to document the resolution with<br>
&gt; the software tree in SVN. Typically I print a web page to PDF, but I&#39;d like<br>
&gt; to copy the HTML locally instead. I&#39;ve used wget in the past. Is there a<br>
&gt; better way?<br>
&gt;<br>
&gt; The page I want to store is<br>
&gt;<br>
&gt; <a href="http://askubuntu.com/questions/145965/how-do-i-target-a-specific-driver-for-libata-kernel-parameter-modding" rel="noreferrer" target="_blank">http://askubuntu.com/questions/145965/how-do-i-target-a-specific-driver-for-libata-kernel-parameter-modding</a><br>
&gt;<br>
&gt;<br>
&gt; I also have some more pages. My goal is to just document the pages I<br>
&gt; referenced in solving the issue.<br>
&gt;<br>
<br>
PDF should only be used when page layout is mandatory.  If you just need the<br>
information (text + images), then HTML is a much better format.<br>
<br>
wget isn&#39;t bad. lynx and curl might work too.  The real issue is whether you<br>
need JS or not.  Stripping JS from pages is easy - just use a text/simple<br>
browser ... dillo comes to mind.<br>
<br>
Avoiding JS is smart. Why let remote systems run code on yours?<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>