Webboard: How to exclude URLs?

2002-06-12 Thread nobody

Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
 Hi there.  On our website, we have a few sections of content we would like people to 
be able to search, including:
 
 * Mailing Lists  /mailinglists/archives/
 * Presentation   /presentations/
 * Meeting Minutes/meeting/past/
 * All of the above   /
 * Everything EXCEPT
   Mailing Lists
 
 
 Right now, the first four are trivial.  I simply provide a pulldown menu for the 
quot;ulquot; form variable which looks something like:
 
 lt;select name=quot;ulquot;gt;
 lt;option value=quot;/quot;gt;Entire Site
 lt;option value=quot;/mailinglists/archives/quot;gt;Mailing Lists
 lt;option value=quot;/presentations/quot;gt;Presentations
 lt;optionv alue=quot;/meeting/past/quot;gt;Meeting Minutes
 lt;/selectgt;
 
 It's the last one which is giving me difficulty.  I tried a number
 of things so far, including:
 
Tags - Couldn't seem to get anything tag-related to work!
   
 I thought Tags or Categories would be the solution...  
 Doing something like this in the quot;indexer.confquot; file:
 
   Server http://lugod.org/
 
   Tag 1
   Server http://www.lugod.org/mailinglists/archives/
 
 etc. Or SOMETHING. :(
 


Try something like this inf your indexer.conf, them
use tag limit in search.htm:


Tag 1
Server http://www.lugod.org/mailinglists/archives/

Tag 2
Server http://www.lugod.org/mailinglists/presentations/

Tag 3
Server http://www.lugod.org/mailinglists/meeting/past/

# All of the above   /
# Everything EXCEPT
# Mailing Lists

Tag 4
Server http://www.lugod.org/



Reply: http://www.mnogosearch.org/board/message.php?id=4952

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: How to exclude URLs?

2002-05-21 Thread nobody

Author: Noob
Email: [EMAIL PROTECTED]
Message:
I am new so this may not be the best way but here is what I did


Server  http://64.105.196.250/
URL  http://64.105.196.250/DTC/
URL  http://64.105.196.250/html_thumbs/
URL  http://64.105.196.250/Mods/
URL  http://64.105.196.250/Repair/
URL  http://64.105.196.250/Reviews/
Follow site

and just did not list the dirs I did not want ndexed.  Maybe its just luck but it did 
what I wanted and ignored Dirs that were not listed.

Reply: http://www.mnogosearch.org/board/message.php?id=4855

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]