iandexter (owner)

Revisions

gist: 112879 Download_button fork
public
Public Clone URL: git://gist.github.com/112879.git
Embed All Files: show embed
wolfram-alpha-search-plugin.xml #
1
2
3
4
5
6
7
8
9
10
11
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Wolfram|Alpha</ShortName>
<Description>Computational Knowledge Engine</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">http://www.wolframalpha.com/favicon_calculate.ico</Image>
<Url type="text/html" method="GET" template="http://www.wolframalpha.com/input/">
  <Param name="i" value="{searchTerms}"/>
</Url>
<moz:SearchForm>http://www.wolframalpha.com/</moz:SearchForm>
</OpenSearchDescription>