Helpviewer/OpenSearch/OpenSearchDefaultEngines.py

changeset 1104
029fde1585ed
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1102:aae999261983 1104:029fde1585ed
14 <Description>Amazon.com Search</Description> 14 <Description>Amazon.com Search</Description>
15 <Url method="get" type="text/html" template="http://www.amazon.com/exec/obidos/external-search/?field-keywords={searchTerms}" /> 15 <Url method="get" type="text/html" template="http://www.amazon.com/exec/obidos/external-search/?field-keywords={searchTerms}" />
16 <Image width="16" height="16">http://www.amazon.com/favicon.ico</Image> 16 <Image width="16" height="16">http://www.amazon.com/favicon.ico</Image>
17 </OpenSearchDescription>""", 17 </OpenSearchDescription>""",
18 18
19 "Beolingus": """<?xml version="1.0" encoding="UTF-8"?>
20 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
21 <ShortName>De-En Beolingus</ShortName>
22 <Description>Beolingus: German-English Dictionary</Description>
23 <Url method="get" template="http://dict.tu-chemnitz.de/?query={searchTerms}"/>
24 <Url method="get" type="application/x-suggestions+json" template="http://dict.tu-chemnitz.de/sugg.php?json=1;s={searchTerms}"/>
25 <Image width="16" height="16">http://dict.tu-chemnitz.de/pics/beo-de.png</Image>
26 </OpenSearchDescription>""",
27
19 "Bing": """<?xml version="1.0" encoding="UTF-8"?> 28 "Bing": """<?xml version="1.0" encoding="UTF-8"?>
20 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 29 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
21 <ShortName>Bing</ShortName> 30 <ShortName>Bing</ShortName>
22 <Description>Bing Web Search</Description> 31 <Description>Bing Web Search</Description>
23 <Url method="get" type="text/html" template="http://www.bing.com/search?cc={language}&amp;q={searchTerms}" /> 32 <Url method="get" type="text/html" template="http://www.bing.com/search?cc={language}&amp;q={searchTerms}" />
33 <Url method="get" type="application/x-suggestions+xml" template="http://api.search.live.com/qsml.aspx?query={searchTerms}"/>
24 <Image width="16" height="16">http://www.bing.com/s/wlflag.ico</Image> 34 <Image width="16" height="16">http://www.bing.com/s/wlflag.ico</Image>
35 </OpenSearchDescription>""",
36
37 "Facebook": """<?xml version="1.0" encoding="UTF-8"?>
38 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
39 <ShortName>Facebook</ShortName>
40 <Description>Search Facebook</Description>
41 <Url method="get" template="http://www.facebook.com/search/?src=os&amp;q={searchTerms}"/>
42 <Url method="get" type="application/x-suggestions+xml" template="http://www.facebook.com/search/opensearch_typeahead.php?format=xml&amp;q={searchTerms}"/>
43 <Image width="16" height="16">http://www.facebook.com/favicon.ico</Image>
25 </OpenSearchDescription>""", 44 </OpenSearchDescription>""",
26 45
27 "Google": """<?xml version="1.0" encoding="UTF-8"?> 46 "Google": """<?xml version="1.0" encoding="UTF-8"?>
28 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 47 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
29 <ShortName>Google</ShortName> 48 <ShortName>Google</ShortName>
40 <Url method="get" type="text/html" template="http://www.google.com/search?btnI=&amp;hl={language}&amp;lr=lang_{language}&amp;q={searchTerms}" /> 59 <Url method="get" type="text/html" template="http://www.google.com/search?btnI=&amp;hl={language}&amp;lr=lang_{language}&amp;q={searchTerms}" />
41 <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" /> 60 <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" />
42 <Image width="16" height="16">http://www.google.com/favicon.ico</Image> 61 <Image width="16" height="16">http://www.google.com/favicon.ico</Image>
43 </OpenSearchDescription>""", 62 </OpenSearchDescription>""",
44 63
64 "Leo_de_en": """<?xml version="1.0" encoding="UTF-8"?>
65 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
66 <ShortName>LEO Deu-Eng</ShortName>
67 <Description>Deutsch-Englisch Woerterbuch von LEO</Description>
68 <Url method="get" type="text/html" template="http://dict.leo.org/?lp=ende&amp;search={searchTerms}"/>
69 <Image width="16" height="16">http://dict.leo.org/favicon_en.ico</Image>
70 </OpenSearchDescription>""",
71
45 "LinuxMagazin_de": """<?xml version="1.0" encoding="UTF-8"?> 72 "LinuxMagazin_de": """<?xml version="1.0" encoding="UTF-8"?>
46 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 73 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
47 <ShortName>Linux-Magazin</ShortName> 74 <ShortName>Linux-Magazin</ShortName>
48 <Description>Suche auf www.linux-magazin.de</Description> 75 <Description>Suche auf www.linux-magazin.de</Description>
49 <Url type="text/html" method="GET" template="http://www.linux-magazin.de/content/search?SearchText={searchTerms}" /> 76 <Url type="text/html" method="GET" template="http://www.linux-magazin.de/content/search?SearchText={searchTerms}" />
56 <Description>Reddit Site Search</Description> 83 <Description>Reddit Site Search</Description>
57 <Url method="get" type="text/html" template="http://www.reddit.com/search?q={searchTerms}" /> 84 <Url method="get" type="text/html" template="http://www.reddit.com/search?q={searchTerms}" />
58 <Image width="16" height="16">http://www.reddit.com/favicon.ico</Image> 85 <Image width="16" height="16">http://www.reddit.com/favicon.ico</Image>
59 </OpenSearchDescription>""", 86 </OpenSearchDescription>""",
60 87
61 "Wikipedia_en": """<?xml version="1.0" encoding="UTF-8"?> 88 "Wikia": """<?xml version="1.0" encoding="UTF-8"?>
62 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 89 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
63 <ShortName>Wikipedia (en)</ShortName> 90 <ShortName>Wikia</ShortName>
64 <Description>Full text search in the English Wikipedia</Description> 91 <Description>Wikia Site Search</Description>
65 <Url method="get" type="text/html" template="http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&amp;fulltext=Search" /> 92 <Url method="get" template="http://{country}.wikia.com/index.php?title=Special:Search&amp;search={searchTerms}"/>
66 <Url method="get" type="application/x-suggestions+json" template="http://en.wikipedia.org/w/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=0" /> 93 <Url method="get" type="application/x-suggestions+json" template="http://{country}.wikia.com/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=0"/>
94 <Image width="16" height="16">http://images.wikia.com/wikiaglobal/images/6/64/Favicon.ico</Image>
95 </OpenSearchDescription>""",
96
97 "Wikia_en": """<?xml version="1.0" encoding="UTF-8"?>
98 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
99 <ShortName>Wikia (en)</ShortName>
100 <Description>Wikia Site Search English</Description>
101 <Url method="get" template="http://www.wikia.com/index.php?title=Special:Search&amp;search={searchTerms}"/>
102 <Url method="get" type="application/x-suggestions+json" template="http://www.wikia.com/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=1"/>
103 <Image width="16" height="16">http://images.wikia.com/wikiaglobal/images/6/64/Favicon.ico</Image>
104 </OpenSearchDescription>""",
105
106 "Wikipedia": """<?xml version="1.0" encoding="UTF-8"?>
107 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
108 <ShortName>Wikipedia</ShortName>
109 <Description>Full text search in Wikipedia</Description>
110 <Url method="get" type="text/html" template="http://{country}.wikipedia.org/wiki/Special:Search?search={searchTerms}&amp;fulltext=Search" />
111 <Url method="get" type="application/x-suggestions+json" template="http://{country}.wikipedia.org/w/api.php?action=opensearch&amp;search={searchTerms}&amp;namespace=0" />
67 <Image width="16" height="16">http://en.wikipedia.org/favicon.ico</Image> 112 <Image width="16" height="16">http://en.wikipedia.org/favicon.ico</Image>
113 </OpenSearchDescription>""",
114
115 "Wiktionary": """<?xml version="1.0" encoding="UTF-8"?>
116 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
117 <ShortName>Wiktionary</ShortName>
118 <Description>Wiktionary</Description>
119 <Url method="get" template="http://{country}.wiktionary.org/w/index.php?title=Special:Search&amp;search={searchTerms}"/>
120 <Url method="get" type="application/x-suggestions+xml" template="http://{country}.wiktionary.org/w/api.php?action=opensearch&amp;format=xml&amp;search={searchTerms}&amp;namespace=0"/>
121 <Image width="16" height="16">http://en.wiktionary.org/favicon.ico</Image>
68 </OpenSearchDescription>""", 122 </OpenSearchDescription>""",
69 123
70 "Yahoo": """<?xml version="1.0" encoding="UTF-8"?> 124 "Yahoo": """<?xml version="1.0" encoding="UTF-8"?>
71 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 125 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
72 <ShortName>Yahoo!</ShortName> 126 <ShortName>Yahoo!</ShortName>
73 <Description>Yahoo Web Search</Description> 127 <Description>Yahoo! Web Search</Description>
74 <Url method="get" type="text/html" template="http://search.yahoo.com/search?ei=utf-8&amp;fr=sfp&amp;iscqry=&amp;p={searchTerms}" /> 128 <Url method="get" type="text/html" template="http://{country}.search.yahoo.com/search?ei=utf-8&amp;fr=sfp&amp;iscqry=&amp;p={searchTerms}" />
75 <Url method="get" type="application/x-suggestions+json" template="http://ff.search.yahoo.com/gossip?output=fxjson&amp;command={searchTerms}" /> 129 <Url method="get" type="application/x-suggestions+json" template="http://ff.search.yahoo.com/gossip?output=fxjson&amp;command={searchTerms}" />
76 <Image width="16" height="16">http://m.www.yahoo.com/favicon.ico</Image> 130 <Image width="16" height="16">http://m.www.yahoo.com/favicon.ico</Image>
77 </OpenSearchDescription>""", 131 </OpenSearchDescription>""",
78 132
79 "YouTube": """<?xml version="1.0" encoding="UTF-8"?> 133 "YouTube": """<?xml version="1.0" encoding="UTF-8"?>

eric ide

mercurial