home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / serwery_www / sambar / _setup.1 / search.stm < prev    next >
Text File  |  1998-01-05  |  3KB  |  91 lines

  1. <HTML>
  2. <HEAD>
  3. <METH HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>Sambar Search Engine</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <A HREF="/sysadmin/index.stm" TARGET=_top>
  8. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  9. <CENTER><FONT SIZE=6>Sambar Search Engine</FONT>
  10. <HR>
  11. </CENTER>
  12. <TABLE border=0 cellspacing=20>
  13.  
  14.  
  15. <TR valign=top><TD>
  16. <FORM METHOD="POST" ACTION="/session/index">
  17. <INPUT TYPE=radio NAME="rebuild" VALUE="y" CHECKED> Rebuild<BR>
  18. <INPUT TYPE=radio NAME="rebuild" VALUE="n"> Append<P>
  19. Index <SELECT NAME="indexname">
  20. <RCXsearchindexes></SELECT>
  21. <P>
  22. Directory(s) to index:
  23. <INPUT TYPE=text NAME="dirs" VALUE="" SIZE=30 MAXLENGTH=40><BR>
  24. Directory(s) to exclude:
  25. <INPUT TYPE=text NAME="exclude" VALUE="" SIZE=30 MAXLENGTH=40><BR>
  26. <INPUT TYPE=submit VALUE="Site Index">
  27. </FORM>
  28. </TD>
  29. <TD>Build an index of the directory(s) indicated (relative to the documents 
  30. directory) and append the documents found to the site <I>search</I> index.
  31. A space separated list of one or more directories is expected for the 
  32. list of directories to index.  Care must be taken not to index a directory 
  33. or file twice; directories are recursively traversed. 
  34. <P>
  35. To add a new search index, you must manually edit the <I>config/search.ini</I> 
  36. file.  After modifying the search.ini file, the server must be restarted.
  37. <P>
  38. A star (*) indicates that all documents under the document directory
  39. should be indexed.  To specify directories within the Sambar Server 
  40. documents directory no leading slash (/) should be specified.
  41. <P>
  42. A space separated list of directories or files to exclude may be provided
  43. in the second input window.  These directories/files may contain the
  44. wild-card characters star (*) and question-mark (?) to match against
  45. (i.e. <CODE>*README.TXT</CODE> would indicate that no README.TXT files
  46. should be indexed.
  47. <P>
  48. <I>To use the default <B>include</B> and <B>exclude</B> directory
  49. lists found in the config/search.ini file, both sections should be 
  50. left blank.</I>
  51. </TD>
  52. </TR>
  53.  
  54. </TABLE>
  55. <HR>
  56. <P>
  57. You can search the Sambar site using the Search engine below. 
  58. To search the Sambar site, simply type in any word, set of words, or
  59. phrases you might use when speaking or writing, then click OK. 
  60. Additional <A HREF="/search/help.htm" TARGET=_top>help</A> is 
  61. available for phrasing queries.  The top 100 matching documents are 
  62. listed in weighted order.  The Search engine is provided by 
  63. <A HREF="http://www.sambar.com/" TARGET=_top>Sambar Technologies</A>.
  64. <P>
  65. <CENTER>
  66. <TABLE cellpadding=5>
  67. <FORM METHOD=POST ACTION="/search/results.stm">
  68. <INPUT TYPE=hidden NAME="spage" VALUE="0">
  69. <TR><TD>Search index: </TD>
  70. <TD><SELECT NAME="indexname">
  71. <RCXsearchindexes></SELECT></TD></TR>
  72. <TR><TD align=right><B>Search for: </B></TD>
  73. <TD align=left><INPUT NAME="query" SIZE=30 VALUE="" MAXLENGTH=40> 
  74. <INPUT TYPE=image SRC="/sysimage/system/go.gif" height=20 width=20 border=0>
  75. <BR>
  76. <SELECT NAME="style">
  77. <OPTION VALUE="brief"> Brief
  78. <OPTION VALUE="standard"> Standard
  79. <OPTION VALUE="page" SELECTED> Pages
  80. </SELECT>
  81. Style
  82. </TD></TR>
  83. </FORM>
  84. </TABLE>
  85. </CENTER>
  86. <BR>
  87. <BR>
  88. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  89. </BODY>
  90. </HTML>
  91.