<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>github-star</ShortName>
<Description>GitHub star search</Description>
<Url type="text/html" method="get" template="https://github.com/ryoakg?page=1&tab=stars&utf8=%E2%9C%93&q={searchTerms}"/>
<Image width="16" height="16">https://assets-cdn.github.com/pinned-octocat.svg</Image>
<InputEncoding>UTF-8</InputEncoding>
<SearchForm>http://github.com/</SearchForm>
<Url type="application/opensearchdescription+xml" rel="self" template="http://mycroft.mozdev.org/updateos.php/id0/github.xml"/>
</OpenSearchDescription>
<!-- INSTALL to your Firefox
- edit `user' in //OpenSearchDescription/Url[@template]
- run a web-server in the directory contains this file.
for example
$ php -S localhost:8080
- eval `window.external.AddSearchProvider('http://localhost:8080/github-star-search.xml')` in the developper tools
-->