If you access these webpages slowly, why not make a mirror?
We will be very thankful for mirroring this Website and we will add
your name and your website url on these pages. For mirroring details please
contact Sander Klein.
Use the following script privided by Christophe Long
#! /bin/bash
cd /home/httpd/html/lids
wget -m -L -q -r --no-parent -nH http://www.lids.org/
wget -m -L -q -r --no-parent -nH http://www.lids.org/lids.css
wget -m -L -q -r --no-parent -nH http://www.lids.org/lids-howto/lids-howto.css
wget -m -L -q -r --no-parent -nH http://www.lids.org/lids_specifs/lids_specifs.css
Or, use the prefered Rsync method by the following command:
#!/bin/bash
rsync -auv --delete www.lids.org::lids [your_lids_mirror_directory]
|