Skip to content

Instantly share code, notes, and snippets.

@iandexter
Created May 17, 2009 01:18
Show Gist options
  • Save iandexter/112879 to your computer and use it in GitHub Desktop.
Save iandexter/112879 to your computer and use it in GitHub Desktop.
Firefox search plugin for Wolfram|Alpha
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment