Fixed some search engine definition files.

Mon, 15 Sep 2014 20:07:17 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 Sep 2014 20:07:17 +0200
changeset 3787
d7bb01f8e083
parent 3786
962190aec1fb
child 3788
195dd519bf29

Fixed some search engine definition files.

Helpviewer/OpenSearch/DefaultSearchEngines/DeEn_Beolingus.xml file | annotate | diff | comparison | revisions
Helpviewer/OpenSearch/DefaultSearchEngines/Google.xml file | annotate | diff | comparison | revisions
Helpviewer/OpenSearch/DefaultSearchEngines/Google_Im_Feeling_Lucky.xml file | annotate | diff | comparison | revisions
Helpviewer/OpenSearch/DefaultSearchEngines/YouTube.xml file | annotate | diff | comparison | revisions
--- a/Helpviewer/OpenSearch/DefaultSearchEngines/DeEn_Beolingus.xml	Sun Sep 14 19:53:36 2014 +0200
+++ b/Helpviewer/OpenSearch/DefaultSearchEngines/DeEn_Beolingus.xml	Mon Sep 15 20:07:17 2014 +0200
@@ -3,6 +3,6 @@
     <ShortName>De-En Beolingus</ShortName>
     <Description>Beolingus: German-English Dictionary</Description>
     <Url method="get" type="text/html" template="http://dict.tu-chemnitz.de/?query={searchTerms}"/>
-    <Url method="get" type="application/x-suggestions+json" template="http://dict.tu-chemnitz.de/sugg.php?json=1;s={searchTerms}"/>
+    <Url method="get" type="application/x-suggestions+json" template="http://dict.tu-chemnitz.de/sugg.php?json=1&amp;s={searchTerms}"/>
     <Image>http://dict.tu-chemnitz.de/pics/beo-de.png</Image>
 </OpenSearchDescription>
--- a/Helpviewer/OpenSearch/DefaultSearchEngines/Google.xml	Sun Sep 14 19:53:36 2014 +0200
+++ b/Helpviewer/OpenSearch/DefaultSearchEngines/Google.xml	Mon Sep 15 20:07:17 2014 +0200
@@ -3,6 +3,6 @@
     <ShortName>Google</ShortName>
     <Description>Google Web Search</Description>
     <Url method="get" type="text/html" template="http://www.google.com/search?hl={language}&amp;lr=lang_{language}&amp;q={searchTerms}"/>
-    <Url method="get" type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?json=t&amp;hl={language}&amp;q={searchTerms}&amp;nolabels=t"/>
+    <Url method="get" type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;hl={language}&amp;q={searchTerms}"/>
     <Image>http://www.google.com/favicon.ico</Image>
 </OpenSearchDescription>
--- a/Helpviewer/OpenSearch/DefaultSearchEngines/Google_Im_Feeling_Lucky.xml	Sun Sep 14 19:53:36 2014 +0200
+++ b/Helpviewer/OpenSearch/DefaultSearchEngines/Google_Im_Feeling_Lucky.xml	Mon Sep 15 20:07:17 2014 +0200
@@ -3,6 +3,6 @@
     <ShortName>Google (I'm Feeling Lucky)</ShortName>
     <Description>Google Web Search</Description>
     <Url method="get" type="text/html" template="http://www.google.com/search?btnI=&amp;hl={language}&amp;lr=lang_{language}&amp;q={searchTerms}"/>
-    <Url method="get" type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?json=t&amp;hl={language}&amp;q={searchTerms}&amp;nolabels=t"/>
+    <Url method="get" type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;hl={language}&amp;q={searchTerms}"/>
     <Image>http://www.google.com/favicon.ico</Image>
 </OpenSearchDescription>
--- a/Helpviewer/OpenSearch/DefaultSearchEngines/YouTube.xml	Sun Sep 14 19:53:36 2014 +0200
+++ b/Helpviewer/OpenSearch/DefaultSearchEngines/YouTube.xml	Mon Sep 15 20:07:17 2014 +0200
@@ -3,6 +3,5 @@
     <ShortName>YouTube</ShortName>
     <Description>YouTube</Description>
     <Url method="get" type="text/html" template="http://www.youtube.com/results?search_query={searchTerms}&amp;search=Search"/>
-    <Url method="get" type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?ds=yt&amp;json=t&amp;hl={language}&amp;q={searchTerms}&amp;nolabels=t"/>
     <Image>http://www.youtube.com/favicon.ico</Image>
 </OpenSearchDescription>

eric ide

mercurial