You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/06/06 05:13:26 UTC

cvs commit: apache-site search.html index.html

brian       98/06/05 20:13:25

  Modified:    .        index.html
  Added:       .        search.html
  Log:
  Added Dirk's search engine.
  
  Revision  Changes    Path
  1.61      +1 -0      apache-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- index.html	1998/06/06 02:59:19	1.60
  +++ index.html	1998/06/06 03:13:25	1.61
  @@ -28,6 +28,7 @@
     <LI> <A HREF="bug_report.html">Bug Reporting</A><BR>
     <LI> <A HREF="info.html">Background Information</A><BR>
     <LI> <A HREF="library/">Project Library</A>
  +  <LI> <A HREF="search.html">Search This Site</A>
   </UL>
   <TD>
   <UL>
  
  
  
  1.1                  apache-site/search.html
  
  Index: search.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  <HTML>
  <HEAD>
  <TITLE>Apache Site Search Page</TITLE>
  </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  <BODY
  BGCOLOR="#FFFFFF"
  TEXT="#000000"
  LINK="#0000FF"
  VLINK="#000080"
  ALINK="#FF0000"
  >
  
  <IMG SRC="/images/apache_sub.gif" ALT="">
  
  <H2>Apache Site Search Page</H2>
  
  Search the Apache site by keyword or phrase.
  
  <P>
  
  The Boolean AND, OR, and NOT are supported. The asterisk (*) can be
  used as a truncation character. If you enter multiple words
  <i>without</i> an AND or an OR they are automagically <i>AND</I>ed
  together. The search is not case sensitive. Email addresses and other
  words with a dot, a dash, a hyphen or an '@' sign are taken as one
  searchable token. Thus you are <i>strongly</i> encouraged to use
  asterisk '*' completion.
  
  <FORM ACTION="http://search.apache.org/" METHOD="POST">
  
  <P><INPUT TYPE="text" NAME="keyword" SIZE=50>
  
  <P>
  
  Maximum number of records to return: 
  <select name="results">
  <option value=20>20
  <option value=20>100
  <option value=20>200
  </select>
  
  <P>
  Limit search to:<BR>
  <input name="what" value="ap" type="checkbox" checked> Main site &nbsp; &nbsp;
  <input name="what" value="dev"type="checkbox"> Developers Site &nbsp; &nbsp;<BR>
  <input name="what" value="code" type="checkbox"> Source &nbsp; &nbsp;
  <input name="what" value="bugs" type="checkbox"> Bugtraq &nbsp; &nbsp;
  
  <P>
  <INPUT TYPE="submit" VALUE="Start Search">
  
  </FORM>
  
  <P>
  <hr>
  Go back to the <a href="http://www.apache.org">main Apache site</a> for more information.
  </BODY>
  </HTML>