> The other defines are the default stuff.  Basically, rundig wouldn't index
> to the the subdirectory of /test-ulysses-final.
...
> title: BRASS: Exiting with Error
....
> word: PERMISSION@17
> Tag: </font>, matched -1
> word: DENIED@18
...> word: Need@19 > word: login@20 > word: view@21 > word: this@22 >
word: page.@23

Right. It won't index the directory because the first page it gets
(presumably with links to other documents in the subdirectory) is an error
page, mentioning some sort of login/access necessary.

I'm not sure whether this is a cookie-based authorization or a HTTP server
authentication. The latter, if it's the standard HTTP Basic
Authentication, can be handled with the -u flag to htdig or the
authorization attribute:
http://www.htdig.org/htdig.html
http://www.htdig.org/authorization

If it's some sort of server-side program (e.g. CGI) that sets a cookie,
then you'll either need to look at the 3.2 cookie support or have the CGI
make an exception, for example ignoring the cookie if the user-agent is
htdig and the client is coming from a particular IP.

In any case, the issue isn't that htdig is ignoring links--what it
actually "sees" doesn't have anything useful there to point it to other
documents.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to