Pyro05x/search plugin – User
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
I made something useful for once! | I made something useful for once! | ||
I added a "search plugin" to Firefox to search this wiki. | |||
==Instructions== | ==Instructions== | ||
<ol> | |||
<li>Load up notepad or your preferred XML editor.</li> | |||
<li>Copy and paste the code below into the file.</li> | |||
{{Box File|SomeDrive:\Documents and Settings\SomeUser\Application Data\Mozilla\Firefox\Profiles\soMEcRap.default\searchplugins\biswiki.xml|<pre | <li>Save the file into the directory below. | ||
{{Box File|SomeDrive:\Documents and Settings\SomeUser\Application Data\Mozilla\Firefox\Profiles\soMEcRap.default\searchplugins\biswiki.xml|<pre> | |||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |||
<ShortName>Bohemia Interactive Wiki</ShortName> | <ShortName>Bohemia Interactive Wiki</ShortName> | ||
<Description>Bohemia Interactive Studios Community Wiki</Description> | <Description>Bohemia Interactive Studios Community Wiki</Description> | ||
Line 13: | Line 16: | ||
<Url type="text/html" method="GET" template="http://community.bistudio.com/wiki/Special:Search/{searchTerms}"> | <Url type="text/html" method="GET" template="http://community.bistudio.com/wiki/Special:Search/{searchTerms}"> | ||
</Url> | </Url> | ||
</OpenSearchDescription></pre> | </OpenSearchDescription> | ||
}} | </pre> | ||
}}</li> | |||
<li>If Firefox is running, close it.</li> | |||
<li>Launch Firefox.</li> | |||
</ol> | |||
'''BAM!''' | |||
You've got a new search plugin that you'll be using quite often if you're into heavy ArmA editing. | |||
I even included a pretty icon with the Bohemia Interactive crosshair thing. | |||
I hope they don't get mad at me for using it =/ |
Latest revision as of 09:51, 13 February 2007
I made something useful for once! I added a "search plugin" to Firefox to search this wiki.
Instructions
- Load up notepad or your preferred XML editor.
- Copy and paste the code below into the file.
- Save the file into the directory below. Template:Box File
- If Firefox is running, close it.
- Launch Firefox.
BAM! You've got a new search plugin that you'll be using quite often if you're into heavy ArmA editing. I even included a pretty icon with the Bohemia Interactive crosshair thing. I hope they don't get mad at me for using it =/