PDA

View Full Version : who are willing to write a firefox plugin for this forum?



say2sky
March 16th, 2006, 09:18 AM
I have found a firefox search plugin for ubuntu forums at
http://mycroft.mozdev.org

but this search plugin has not been approved and it doesn't work correctly. Hope sb can help to rewrite it. I post the code below for your reference

================================================== ==========
# Search Plug-in for Ubuntuforums (http://www.ubuntuforums.org)

# by Luca Gasperini <gas@tranza.it> created: 27 Jan 2006



<search

version="7.1"

name="UbuntuForums"

description="UbuntuForums Forum Search"

action="http://www.ubuntuforums.org/search.php"

searchForm="http://www.ubuntuforums.org/search.php"

method="get"

queryCharset='UTF-8'

>



<input name="do=process&query" user >



<interpret

browserResultType='result'

resultListStart='Key Word(s):'

resultListEnd='Showing results'

resultItemStart='<a href="showthread.php?t'

resultItemEnd='</a>'

charset='UTF-8'

>



<browser

update="http://mycroft.mozdev.org/update.php/id0/ubuntuforums.src"

updateIcon="http://mycroft.mozdev.org/update.php/id0/ubuntuforums.png"

updateCheckDays="7"

>



</search>

timas
March 16th, 2006, 09:27 AM
so, how do you envision this, like the google search box in your firefox?

I've never really grasped the idea behind having site controls baked into your firefox.. doesn't the site itself offer the required functions? :)

I might give it a try just for the heck of it though, haven't written a firefox extension before and this sounds like the kind of thing that shouldn't be too difficult

adamkane
March 21st, 2006, 07:39 AM
Go here and click the link to install the plugin:
http://gas.tranza.it/2006-ubuntu-search/

ubuntu27
March 21st, 2006, 09:03 AM
Create your own: http://www.rollyo.com/firefox_search.html


I've added the following sites into my search engine Rollyo:

http://ubuntustudio.com/
http://packages.ubuntu.com/
https://wiki.ubuntu.com/
http://fridge.ubuntu.com/
http://os.newsforge.com
http://www.ubuntulinux.nl/
http://www.ubuntuforums.org/
http://placelibre.ath.cx/keyes/index.php/
http://distrowatch.com/
http://doc.gwos.org/
http://www.ubuntu-ie.org/Wiki
http://www.canonical.com/
http://www.ubuntu-es.org/
http://www.ubuntux.org/
http://ubunteros.blogsome.com/
http://www.ubuntulinux.jp/
http://shots.osdir.com/
http://help.ubuntu.com/
http://www.ubuntupeople.com/file/forums/


You should do it also. It's really useful ;)

shadwstalkr
March 21st, 2006, 05:48 PM
I use quicksearch bookmarks instead of the search toolbar, because I can open a new tab and make a search without taking my hands off the keyboard. Basically you bookmark the search URL, but replace the query with '%s' and give it a keyword. Then you can type the keyword followed by search terms in the location, and you'll get your search page. There should be a few examples that came with Firefox to get you started. For this site, http://www.ubuntuforums.org/search.php?do=process&showposts=0&quicksearch=1&s=&query=%s works for me.

adamkane
March 23rd, 2006, 09:18 AM
Rollyo is based on Google Search, which means it is not up-to-date. A custom UbuntuForums SearchPlugIn is preferable to Rollyo.

ubuntu27
March 24th, 2006, 03:13 AM
Rollyo is based on Google Search, which means it is not up-to-date. A custom UbuntuForums SearchPlugIn is preferable to Rollyo.

Yeah, I agree that a custom UbuntuForums search is what we need... want.

A! PS: Rollyo (http://www.rollyo.com) is NOT based on Google (http://www.google.com/), instead it is based on YAHOO! (http://search.yahoo.com/) ;)

adamkane
March 24th, 2006, 05:42 AM
Go here and click the link to install a custom UbuntuForums search plugin:
http://gas.tranza.it/2006-ubuntu-search/

Or here:
http://www.ubuntuforums.org/showthread.php?t=140397

say2sky
March 29th, 2006, 06:16 AM
Go here and click the link to install a custom UbuntuForums search plugin:
http://gas.tranza.it/2006-ubuntu-search/

Or here:
http://www.ubuntuforums.org/showthread.php?t=140397

:confused: thanks for your info. But this plugin does not work with Conquery by highlight keyword and select search plugin from context menu.

I have spent some time try to find out why this plugin work when it is put in firefox's search bar but not work in context menu. But I cann't find the problem.