home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / CHIPINTE0102.ISO / browser / nc61de / REGFR.XPI / bin / searchplugins / SBWeb_02.src < prev    next >
Encoding:
Text File  |  2001-07-25  |  1.4 KB  |  53 lines

  1. # Google Sherlock for Netscape 6
  2. # Copyright (c) 2000 Netscape Communications Corp.
  3. #
  4. # The BROWSER alsomatch= tags must be there or the GIF will not update!
  5. #
  6.  
  7.  <search 
  8.     name="Google"
  9.     description="Google Search"
  10.     version="6.1"
  11.     method="GET"
  12.     action="http://info.netscape.com/fwd/lksidus_gg/http://www.google.com/search"
  13.     update= "http://search.netscape.com/sherlock/SBWeb_02.src" 
  14.     updateIcon= "http://search.netscape.com/sherlock/SBWeb_02.gif" 
  15.     updateCheckDays= 1   
  16.  >
  17.  
  18. <INPUT NAME="q" USER>
  19. <INPUT NAME="sourceid" VALUE="mozilla-search">
  20.  
  21. <INTERPRET
  22.   charset           = "ISO-8859-1"
  23.   browserResultType = "category"
  24.   bannerStart       = ""
  25.   bannerEnd         = ""
  26.   resultListStart   = "<table border=0 cellpadding=1 cellspacing=0 width=100%>"
  27.   resultListEnd     = "</table>"
  28.   resultItemStart   = "<table border=0 cellpadding=1 cellspacing=0 width=100%>"
  29.   resultItemEnd     = "</table>"
  30.   nameStart         = '/>'
  31.   nameEnd           = "</A>"
  32. >
  33.  
  34. <INTERPRET
  35.   charset           = "ISO-8859-1"
  36.   browserResultType = "result"
  37.   bannerStart       = ""
  38.   bannerEnd         = ""
  39.   resultListStart   = "<!--a-->" 
  40.   resultListEnd     = "<!--z-->" 
  41.   resultItemStart   = "<!--m-->" 
  42.   resultItemEnd     = "<!--n-->"
  43.   relevanceStart    = ""
  44.   relevanceEnd      = ""
  45.   resultItemSiteTag = ""
  46. >
  47.  
  48. </SEARCH>
  49.  
  50. <BROWSER
  51.     alsomatch="http://search.netscape.com/blank.html"
  52.