]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-searchplugins.patch
- cleanup (no system libs installed now)
[packages/firefox.git] / mozilla-firefox-searchplugins.patch
1 # Rationale:
2 # 1. Mozilla's code contains a hard-coded check: if a search engine's name
3 #    is "Yahoo" or "Google", some information is added to the URL to make
4 #    the search recognizeable as coming from the Sherlock plugin.  I fail
5 #    to see a reason for it.
6 # 2. Since the /usr/lib*/mozilla*/searchplugins/ dir is writable only by
7 #    root, there is no need for update* tags.
8 --- ./xpfe/components/search/datasets/google.src~       2005-07-07 14:11:24.000000000 +0200
9 +++ ./xpfe/components/search/datasets/google.src        2005-07-07 14:21:11.000000000 +0200
10 @@ -1,12 +1,14 @@
11  # Mozilla/Google plug-in by amitp+mozilla@google.com
12  
13 +# modified by PLD Team
14 +
15  <search 
16 -   name="Google"
17 +   name="google"
18     description="Google Search"
19     method="GET"
20     action="http://www.google.com/search"
21 -   update="http://www.google.com/mozilla/google.src"
22 -   updateCheckDays=1   
23 +#  update="http://www.google.com/mozilla/google.src"
24 +#  updateCheckDays=1   
25     queryEncoding="utf-8"
26     queryCharset="utf-8"
27  >
28 --- ./browser/locales/en-US/searchplugins/google.src~   2004-08-29 09:29:59.000000000 +0200
29 +++ ./browser/locales/en-US/searchplugins/google.src    2005-07-07 14:20:29.000000000 +0200
30 @@ -1,12 +1,14 @@
31  # Mozilla/Google plug-in by amitp+mozilla@google.com
32  
33 +# modified by PLD Team
34 +
35  <search 
36 -   name="Google"
37 +   name="google"
38     description="Google Search"
39     method="GET"
40     action="http://www.google.com/search"
41 -   update="http://www.google.com/mozilla/google.src"
42 -   updateCheckDays=1   
43 +#  update="http://www.google.com/mozilla/google.src"
44 +#  updateCheckDays=1   
45     queryEncoding="utf-8"
46     queryCharset="utf-8"
47  >
48 --- ./browser/locales/en-US/searchplugins/yahoo.src~    2004-11-03 00:55:39.000000000 +0100
49 +++ ./browser/locales/en-US/searchplugins/yahoo.src     2005-07-09 12:06:59.000000000 +0200
50 @@ -5,12 +5,14 @@
51  # Last updated August 11, 2004
52  
53  <SEARCH
54 -    version = "7.1" 
55 -   name="Yahoo"
56 +#   version = "7.1" 
57 +   name="yahoo"
58     description="Yahoo Search"
59     searchForm="http://www.yahoo.com/r/so"
60     method="GET"
61     action="http://search.yahoo.com/search" 
62 +   queryEncoding="utf-8"
63 +   queryCharset="utf-8"
64  >
65  
66  <input name="p" user>
67 @@ -34,9 +36,9 @@
68  
69  <browser
70      alsomatch="http://search.yahoo.com/bin/search"
71 -    update="http://www.mozilla.org/products/firefox/plugins/yahoo.src"
72 -    updateIcon="http://www.mozilla.org/products/firefox/plugins/yahoo.gif"
73 -    updateCheckDays="3"
74 +#   update="http://www.mozilla.org/products/firefox/plugins/yahoo.src"
75 +#   updateIcon="http://www.mozilla.org/products/firefox/plugins/yahoo.gif"
76 +#   updateCheckDays="3"
77  >
78  
79  </search>
This page took 0.035754 seconds and 3 git commands to generate.