Hi,
I want to thank the person (I guess Michael or Bernie) who added the
update dates to the APMs on the Arachne download page.
Further I want to highlight the following:
ARACHNE with slashes ('/') and backslashes ('\').
-------------------------------------------------
I noticed that URLs with '/'s in them cause Arachne to
do the following, when viewed on local disk:
C:\HOMEPAGE\INDEX.HTM has a link to
INFO\INFO.HTM which has a link back to
..\INDEX.HTM
Now the URL says C:\HOMEPAGE\INDEX.HTM
but
C:\HOMEPAGE\INDEX.HTM has a link to
INFO/INFO.HTM which has a link back to
../INDEX.HTM
Now the URL says C:\HOMEPAGE\INFO/../INDEX.HTM
and if one repeats such actions the URL will be filled up with
../../../../../../../../../../../../../../
untill it becomes to long (error).
I experience this with pages written for the web which requires the
'/', so I can't use the '\' instead.
-- Best regards,
-- Willy J. Hoogstraten.
-- End of message --