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

  1. # Mozilla/Google plug-in by amitp@google.com
  2.  
  3. <search 
  4.    name="Google"
  5.    description="Google Search"
  6.    method="GET"
  7.    action="http://www.google.com/search"
  8.    update="http://www.google.com/mozilla/google.src"
  9.    updateCheckDays=1   
  10. >
  11.  
  12. <input name="q" user>
  13. <input name="sourceid" value="mozilla-search">
  14.  
  15. <interpret 
  16.     browserResultType="result" 
  17.     resultListStart="<!--a-->" 
  18.     resultListEnd="<!--z-->" 
  19.     resultItemStart="<!--m-->" 
  20.     resultItemEnd="<!--n-->"
  21. >
  22. </search>
  23.