home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / komunikace / netscape / nsb-install-8-1-2.exe / defaults / profile / searchplugins / google.src < prev    next >
Text File  |  2006-01-06  |  696b  |  27 lines

  1. # Google Search Plug-in for Netscape 8
  2. # Copyright (c) 2005 Netscape Communications Corp.
  3.  
  4. <search 
  5.    name          = "Google"
  6.    description   = "Google Search"
  7.    method        = "GET"
  8.    action        = "http://www.google.com/search"
  9.    queryEncoding = "utf-8"
  10.    queryCharset  = "utf-8"
  11. >
  12.  
  13. <input name="q" user>
  14.  
  15. <inputnext name="start" factor="10">
  16. <inputprev name="start" factor="10">
  17.  
  18. <interpret 
  19.     browserResultType = "result" 
  20.     charset           = "UTF-8"
  21.     resultListStart   = "<!--DO_NOT_PARSE-->" 
  22.     resultListEnd     = "<!--DO_NOT_PARSE-->" 
  23.     resultItemStart   = "<!--DO_NOT_PARSE-->" 
  24.     resultItemEnd     = "<!--DO_NOT_PARSE-->"
  25. >
  26.  
  27. </search>