how creative do you want to be?
How about a fistful of web pages, indexed by tag, that contain links to the
pages you'd like to use?
Example:
a shell script that does this:
#!/bin/sh
cd /opt/content/lonwebsearch/cgi-bin/manpages/
echo "<HTML><BODY>" > ./manpages.html
echo "<meta name=\"robots\" content=\"noindex,follow\">" >> ./manpages.html
(for d in `echo $MANPATH | tr \: " "` ;do find $d -type f ;done) | sed
's/^.*\///g' | sort -u | awk '{print "<A
HREF=\"http://lonwebsearch-dev/cgi-bin/manpages/man.cgi?section=all&topic="$
1"\">"$1"</A>";}' >> ./manpages.html
echo "</BODY></HTML>" >> ./manpages.html
Which a well-ugly big thing that tells the spider where to find lots of
pages, but not to index the page itself.
If you were to create a few of these pages and divide them up by tag...
Yes, that's the toy that I use to search unix manpages, since man-k only
checks the top line.
Gary (-;
> -----Original Message-----
> From: prochor [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 3:47 PM
> To: [EMAIL PROTECTED]
> Subject: Webboard: Search groups on dynamicly generated site
>
> Author: prochor
> Email: [EMAIL PROTECTED]
> Message:
> Lets assume this situation:
> - some web site that is completely dynamicaly generated by one php
> script,e.g.:
> http://mysite.com/web.php?template=news&page=xy&otherparams..
> There is only one page - web.php - that generates all the content based on
> query parameters.
>
> I would like to use UDM for indexing only this one site and i want that
> users can search only through selected part of this web.
>
> IS THERE ANY MEANINGFUL SOLUTION how can I split the content of this web
> to sections for searching (using TAGs, categories, aliases..anything).
>
> Thanx for any ideas.
>
> PS: If UDM is not able to do that ... is there any come similar program
> that can?
>
> # sorry for repeating similar question for the third time .. but I have
> not found any usable answer yet.
>
>
> Reply: <http://search.mnogo.ru/board/message.php?id=1750>
>
> ___________________________________________
> If you want to unsubscribe send "unsubscribe general"
> to [EMAIL PROTECTED]
>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]