At 11:38 AM +0100 3/20/00, Benoit Rigaut wrote:
>But because of the use of a wrapper I cannot fill any meta tag
>corresponding to the inner content of the page. This causes me some
>trouble, because I'm indexing a mailing-list archive and letting htdig
>create it's own description proves unreadable.
I'm a bit confused. I've never used JSP, but I've used just about
everything else and you can fill in META tags in other ways. For
example:
<html><head><title>[fill in here]</title>[META information]</head>
<body>
[Fill in content]
</body>
</html>
I guess it depends a bit on how the template is parsed, but you could
either have a separate script fill in the META information or make
the current code fill in more of the page.
>I'd like to use a kind of "use_meta_description: true" but which would
>collect data inside the page. A special tag '<htdig>text to be
>indexed</htdig>' or a '<htdig description="text description"/>' would
>provide more flexibility for the indexing process.
Well, you can do the inverse with noindex_start and noindex_stop.
There are also the poorly-documented and non-DTD <noindex></noindex>
tags (which also block following links).
>Another problem is that I would like to use a different description meta
>tag for htdig and for external spiders. Much the same way a htdig-keywords
>alternate meta tag is supported, could it be possible to support a
>htdig-description alternate tag?
Sure, you can pretty easily edit the code to make the description tag
parser activate on "htdig-description" as well. I don't know about
making it a general feature--I hesitate when "adding" a new non-DTD
tag.
Regards,
--
-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.