----- Original Message -----
From: "Thomas 'Balu' Walter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 5:21 PM
Subject: Re: [aseek-users] Frames?
> +-Alexander F. Avdonkin-([EMAIL PROTECTED])-[27.02.01 06:28]:
> > It seems, that "index.html" files in all directories are identical.
That's
> > why ASPseek doesn't parse all copies of "index.html", thus not finding
new
> > links.
> > To solve the problem, you can turn off clones detection by adding
command to
> > "aspseek.conf":
> > Clones no
>
> Sounds logical to me. But as I thought clone-detection is a nice feature
> I'd have to add some kind of id to every file, so that aspseek thinks
> they are different?
>
> Would a comment <!-- index file for bla--> be enough or are comments
> ignored by aspseek?
Yes, ASPseek calculates MD5 checksum from original document including
tags, comments.
>
> Balu