home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / searchplugins / google.src < prev   
Text File  |  2002-12-10  |  587b  |  25 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. <inputnext name="start" factor="20">
  15. <inputprev name="start" factor="20">
  16.  
  17. <interpret 
  18.     browserResultType="result" 
  19.     resultListStart="<!--a-->" 
  20.     resultListEnd="<!--z-->" 
  21.     resultItemStart="<!--m-->" 
  22.     resultItemEnd="<!--n-->"
  23. >
  24. </search>
  25.