A form to make it easier to install your own Mycroft search plugins for Firefox:
Below is an image of an example form:
And here is an example source file:
<search
name="HubMed"
action="http://www.hubmed.org/search.cgi"
queryCharset="UTF-8"
method="GET" >
<input name="q" user>
<!--
<input name="parameter_name" value="parameter_value">
-->
</search>
To make a clickable link for other people to use, do something like:
<a href="javascript:window.sidebar.addSearchEngine('http://www.example.com/example.src', 'http://www.example.com/example.gif', 'Example Name', 'Example Category');">Install</a>