Magellan Linux

Contents of /trunk/mozilla/google.src

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download) (as text)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File MIME type: application/x-wais-source
File size: 706 byte(s)
-import

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>