At 2:57 PM -0800 1/18/01, Richard Seymour wrote:
>Of course, since the javascript links aren't parsed by htdig (right?),
Correct.
>Suppose an htdig web user gets results of both types. All the results
>page will show the standard html style links. What I'd like is to be
>able to somehow rewrite the links in the results page so that some would
>link to popup windows and some would not. Is this even possible?
This depends on how consistent the patterns are. You can use the
url_part_aliases attribute to keep one set of URLs for indexing and
show another set when searching. For example:
in your indexing config:
url_part_aliases: http://www.foo.com/bogus/ *1
in your searching config:
url_part_aliases: http://www.foo.com/normal/ *1
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>