home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Komunik / firebird / MozillaFirebird-0.6-win32.exe / MozillaFirebird / searchplugins / google.src < prev   
Text File  |  2003-05-13  |  706b  |  30 lines

  1. # Mozilla/Google plug-in by amitp+mozilla@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.    queryEncoding="utf-8"
  11.    queryCharset="utf-8"
  12. >
  13.  
  14. <input name="q" user>
  15. <input name="sourceid" value="mozilla-search">
  16. <inputnext name="start" factor="10">
  17. <inputprev name="start" factor="10">
  18. <input name="ie" value="utf-8">
  19. <input name="oe" value="utf-8">
  20.  
  21. <interpret 
  22.     browserResultType="result" 
  23.     charset = "UTF-8"
  24.     resultListStart="<!--a-->" 
  25.     resultListEnd="<!--z-->" 
  26.     resultItemStart="<!--m-->" 
  27.     resultItemEnd="<!--n-->"
  28. >
  29. </search>
  30.