Anton:
> I wanted to do something like
> this for a while, but only got to the stage of
> extracting the links from a single url.
There's a complete spider here:
http://www.searchlores.org/sono_bot.htm
(I've not tried it, just bookmarked it a while back),
Sunanda
--
To unsubscribe from this
As seen here
http://www.gnu.org/software/wget/wget.html
it seems the desired behaviour is to mirror
a site beginning at a url.
Rebol does not have something like wget built in.
However, you can make a recursive function of your
own to do the job. I wanted to do something like
this for a while, bu