home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Internet / SeaMonkey / seamonkey-2.0.pl.langpack.xpi / searchplugins / googlePL.src < prev    next >
Encoding:
Text File  |  2009-10-17  |  1.1 KB  |  46 lines

  1. # Status: Working Full
  2. # GooglePL Search plug-in for Mozilla/Netscape 6+/FireFox
  3. # by Alan Bramley
  4. # Based on GoogleUK originally written by amitp@google.com, wolfgang.schroedl@gmx.net &  juliusross@mac.com 
  5. #
  6. # Country: PL
  7. # Language: pl
  8. # Category: 12 (General)
  9. # Update by Adam Stradosmki
  10. # Last updated November 05, 2005 (CC, UTF-8 FIX)
  11.  
  12. <SEARCH
  13.    version = "7.1" 
  14.    name="Google Polska"
  15.    description="Google Search for Poland"
  16.    method="GET"
  17.    queryCharset="UTF-8"
  18.    action="http://www.google.pl/search"
  19.    searchform="http://www.google.pl"      
  20. >
  21.  
  22. <input name="q" user>
  23. <input name="hl" value="pl">
  24. <input name="btnG" value="Szukaj+z+Google">
  25. <input name="sourceid" value="mozilla-search">
  26.  
  27. <inputnext name="start" factor="10">
  28. <inputprev>
  29.  
  30. <interpret 
  31.   browserResultType="result"
  32.   charset="UTF-8"
  33.   resultListStart="<!--a-->" 
  34.   resultListEnd="<!--z-->" 
  35.   resultItemStart="<!--m-->" 
  36.   resultItemEnd="<!--n-->"
  37. >
  38.  
  39. </search>
  40.  
  41. <BROWSER
  42.   update="http://mycroft.mozdev.org/update.php/id0/googlePL.src" 
  43.   updateicon="http://mycroft.mozdev.org/update.php/id0/googlePL.gif" 
  44.   updateCheckDays="1"
  45. >