Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Firefox Search Engine  (Read 4088 times)

0 Members and 1 Guest are viewing this topic.

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Firefox Search Engine
« on: January 16, 2008, 05:08:01 pm »
Not forum related specifically, but I didn't want to crap in the other Search thread.

Anybody know how to make a firefox search engine for BYOAC?

Or in addition, multiple search engines for BYOAC?

XyloSesame

  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 358
  • Last login:June 11, 2020, 11:08:24 am
  • the creepy prince guy...
    • The Nightingale Theater
Re: Firefox Search Engine
« Reply #1 on: January 16, 2008, 05:18:26 pm »
good idea. i know ff uses opensearch, so it ought to be simple xml.

hmmm...

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: Firefox Search Engine
« Reply #2 on: January 17, 2008, 10:24:14 am »
At one time I looked into it for a minute, but didn't get it to work.  I was hoping someone here may be a bit familiar with it.

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: Firefox Search Engine
« Reply #3 on: January 17, 2008, 10:38:57 am »
Actually looks like there are some sites that auto generate them for you as well.  I may have to take a look at it again.

XyloSesame

  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 358
  • Last login:June 11, 2020, 11:08:24 am
  • the creepy prince guy...
    • The Nightingale Theater
Re: Firefox Search Engine
« Reply #4 on: January 17, 2008, 12:14:23 pm »
DL, unzip, and copy to your searchplugins directory, typically C:\Program Files\Mozilla Firefox\searchplugins

Mods can add autodiscovery for Firefox
Code: [Select]
<link rel="search" type="application/opensearchdescription+xml" title="searchTitle" href="pluginURL">
More info

2600

  • Trade Count: (+7)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1630
  • Last login:June 05, 2017, 10:20:56 am
  • I want my own arcade controls!
Re: Firefox Search Engine
« Reply #5 on: January 17, 2008, 03:03:13 pm »
Works great for me, thanks.  I installed it into the user plugins directory though.

Couple of questions as I may add some of my own.

1. Did you hand generate these or online tool?
2. I noticed you used google search instead of BYOAC, any reason why?
3. What did you use to generate the icon?  I need to do that, but it's not quite working.

Thanks again.

XyloSesame

  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 358
  • Last login:June 11, 2020, 11:08:24 am
  • the creepy prince guy...
    • The Nightingale Theater
Re: Firefox Search Engine
« Reply #6 on: January 17, 2008, 03:38:45 pm »
Works great for me, thanks.  I installed it into the user plugins directory though.

Couple of questions as I may add some of my own.

1. Did you hand generate these or online tool?
2. I noticed you used google search instead of BYOAC, any reason why?
3. What did you use to generate the icon?  I need to do that, but it's not quite working.

Thanks again.

1. I generated them by hand, following the examples listed on the OpenSearch pages with the exception of the Forum search. I didn't know what variables to use for that, so I installed the OpenSearchFox extension and cleaned up the XML code. Actually, I wish I had thought to look for an extension first as it would have saved me the time reading about the OpenSearch standards...

2. I wanted to be able to search three areas of BYOAC: a) Forum, b) WIKI, and c) Entire site. The Google site search yields results from everything under the arcadecontrols domain, including anything on the front page like examples, news, etc. Using either the SMF forum search or the WIKI search will not yield results from the main site.

3. Since I don't know the inner-workings of this domain, I opened my bookmarks.html file to find the icon used by the site and copied that info into the code.

Glad to hear it worked for you, and glad you suggested it in the first place!

BTW, I'd recommend installing into your user profile as well...