home *** CD-ROM | disk | FTP | other *** search
/ Freelog 53 / Freelog053.iso / Extra / Internet / Mozilla / mozilla-l10n-fr-FR-1.4-1.xpi / bin / searchplugins / google.src < prev    next >
Text File  |  2003-06-14  |  563b  |  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.