OpenSearch File

closed account (4j8AC542)
Hi everyone,

It's the first time in the forums for me and I just wanted to put up the details of an XML file I put together so I can search the cplusplus.com from FireFox's search box. Save the following contents into an xml file (can be called anything but something like cplusplus.xml is probably useful) and then drop it into your FireFox profiles searchplugins directory, for example:

C:\Documents and Settings\<user>\Application Data\Mozilla\Firefox\Profiles\<profile>\searchplugins

Feel free to change it to suit your own needs.

Darren

======Content======
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>CPlusPlus.com</os:ShortName>
<os:Description>CPlusPlus.com</os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image height="16" width="16" type="image/x-icon">http://www.cplusplus.com/favicon.ico</os:Image>
<SearchForm>http://www.cplusplus.com/reference/</SearchForm>
<os:Url type="text/html" method="GET" template="http://www.cplusplus.com/query/search.cgi?q={searchTerms}">
</os:Url>
</SearchPlugin>
Topic archived. No new replies allowed.