Confirmed users
955
edits
| Line 172: | Line 172: | ||
In the meantime, here's the instructions: | In the meantime, here's the instructions: | ||
<ol> | <ol> | ||
<li>Use [http://people.mozilla.org/~ctalbert/talos/makepagebundle.sh this script] or, you use the following wget command to fetch a page and everything it links to in order to have a complete page for offline use: <pre | <li>Use [http://people.mozilla.org/~ctalbert/talos/makepagebundle.sh this script] or, you use the following wget command to fetch a page and everything it links to in order to have a complete page for offline use: <pre>wget -p -k -H -E -erobots=off --no-check-certificate -U "Mozilla/5.0 (firefox)" --restrict-file-names=windows --restrict-file-names=nocontrol $URL -o outputlog.txt</pre> | ||
</li> | </li> | ||
<li>Once you have a cache of pages, install Apache: <pre>sudo apt-get install apache2</pre></li> | <li>Once you have a cache of pages, install Apache: <pre>sudo apt-get install apache2</pre></li> | ||