Re: Multi-server HTTP

On Sat, Oct 3, 2009 at 6:03 AM, Sander Steffann <sander@steffann.nl> wrote:
> Hi,
>
>> What about something simple(?) like "depth" (or something better
>> named) where "depth=0" is the default and means ONLY that file is
>> mirrored. A value of 1 means that file and everything else in the
>> directory are mirrored. 2 means the directory above, and everything in
>> it, etc
>>
>>  Link: <http://www2.example.com/dir/dir2/example.ext>;
>> rel="duplicate"; depth=2
>>
>> In the above example, /dir2/* would be mirrored...
>
> If I understand your explanation correctly this should be /dir/*, right? Or
> do I misunderstand you?

Yes... :) Thanks for noticing that, Sander.

Link: <http://www2.example.com/dir/dir2/example.ext>; rel="duplicate"; depth=2

/dir/*

depth=1

/dir2/* (which includes the file example.ext)

depth=0

only the file example.ext.

-- 
(( Anthony Bryan ... Metalink [ http://www.metalinker.org ]
  )) Easier, More Reliable, Self Healing Downloads

Received on Saturday, 3 October 2009 14:45:25 UTC