home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / linux / mozilla-installer_linux / xpi / regus.xpi / bin / searchplugins / mozilla.src < prev    next >
Text File  |  2001-11-20  |  815b  |  33 lines

  1. # Search file for mozilla.org
  2. #
  3. # Creation:  April 7, 2000 by Robert John Churchill  <rjc@netscape.com>
  4.  
  5. <search 
  6.     name = "mozilla.org"
  7.     method = "get"
  8.     action = "http://www.mozilla.org/htdig-cgi/htsearch"
  9.     >
  10.     
  11. <input name="config" value="htdig">
  12. <input name="words" user>
  13. <input name="method" value="and">
  14. <input name="format" value="long">
  15.  
  16. # Note: the <interpret> section below is carefully designed to support
  17. # parsing of Mozilla search results in both short and long formats
  18.  
  19. <interpret
  20.     resultListStart = "indicate a better match"
  21.     resultListEnd = "</table>"
  22.     resultItemStart = "<strong>"
  23.     resultItemEnd = "</strong>"
  24.     >
  25.  
  26. </search>
  27.  
  28. <BROWSER
  29.       update="http://www.mozilla.org/projects/search/mozilla.src" 
  30.       updateIcon="http://www.mozilla.org/projects/search/mozilla.gif" 
  31.       updateCheckDays="3"
  32. >
  33.