Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Browser Search Plugin

From Paragon Wiki Archive
Revision as of 20:24, 24 June 2006 by StarGeek (Talk | contribs) (Installing in Opera: added info on using Opera 9.)

Jump to: navigation, search

Overview

Here is a quick and dirty search plugin to add the ability to search the Paragon Wiki or Nofuture.org.uk to the search toolbar in Firefox and Opera.

Installing in Firefox

Open up Notepad or your favorite text editor. Wordpad isn't the best item for this operation, because it insists on adding a .txt extension, while we want a .src extension on this file. Copy and paste one of the plugins text into your editor.

Save this file in your C:\Program Files\Mozilla Firefox\searchplugins as ParagonWiki.src for the Paragon Wiki search or NoFuture.org.uk.src for No Future search. For the Paragon Wiki, right-click on this image ParagonWiki.png, select Save Image As..., and save it in the same directory. If Firefox is in a different directory, you'll have to change the filepath appropriately. Close down Firefox and restart. You'll now have a Paragon Wiki (or No Future) search in your search box.

Installing in Opera

Installing the search plugin in Opera is a bit more complex, as Opera's Search.ini file is less flexible and harder to manually edit. The best thing to do is to download and install Opsed.

Open up Notepad or your favorite text editor. Wordpad isn't the best item for this operation, because it insists on adding a .txt extension, while we want a .src extension on this file. Copy and paste the plugins text into your editor.

If you are running Opera 9 or higher, you must first do the following. Select the Preferences menu, then select the Advanced tab. Click the User Defined selection near the bottom and change the 6 to 8.

Save this file, the actual place doesn't matter, since it will only be used once and can be deleted afterwards. Open Opsed, and select the File menu. Select Import and then the first Merge user defined searches menu (why there are two, I don't know). Find the file you just saved and select it. Click Ok and Save and the search will be added to Opera's search.ini. You can now delete the original file. Restart Opera and you'll now have a Paragon Wiki (or No Future) search in your search box.

The Plugins

Paragon Wiki plugin

# Mozilla search plugin for Paragon Wiki PargonWiki.com
# by StarGeek
# This file is released into the public domain.
#
# Version: 0.9 (2006-03-03)
<SEARCH version="7.1"
        name="Paragon Wiki"
        description="Search on ParagonWiki.com"
        method="GET"
	action="http://paragonwiki.com/w/index.php"
	searchForm="http://paragonwiki.com/w/index.php"
        queryCharset="UTF-8"
>

<input name="search" user>
</search>

Red Tomax's NoFuture.org.uk plugin

The NoFuture plugin searches NoFuture using Google. Some search terms will pull up non-CoH/V entries (for example, Blaster search pulls up some transformer entries), since Red's site has more than just CoH/V pages.

# Mozilla search plugin for Red Tomax's www.nofuture.org.uk through Google
# by StarGeek
# This file is released into the public domain.
#
# Version: 0.9 (May 20, 2006)
<SEARCH version="7.1"
        name="NoFuture.org.uk"
        description="Search on Red Tomax's NoFuture.org.uk"
        method="GET"
action="http://Google.com/search"
searchForm="http://Google.com"
        queryCharset="UTF-8"
>

<input name="q" user>
<input name="q" value="site:www.NoFuture.org.uk">
</search>

Vidiot Maps

The VidiotMaps.com plugin search Vidiot Maps using Google.

# Mozilla search plugin for VidiotMaps.com through Google
# by StarGeek
# This file is released into the public domain.
#
# Version: 0.9 (May 20, 2006)
<SEARCH version="7.1"
        name="VidiotMaps.com"
        description="Search on VidiotMaps.com"
        method="GET"
action="http://Google.com/search"
searchForm="http://Google.com"
        queryCharset="UTF-8"
>

<input name="q" user>
<input name="q" value="site:VidiotMaps.com">
</search>

External Links