Re: [Python-Dev] Firefox searchbar engine for Python bugs

2006-04-03 Thread Trent Mick
[Anthony Baxter wrote]
 I've created a searchbar plugin for the firefox search bar that allows 
 you to search bugs. I think someone created one for the sidebar

http://starship.python.net/~skippy/mozilla/
http://projects.edgewall.com/python-sidebar/

Trent

-- 
Trent Mick
[EMAIL PROTECTED]
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Firefox searchbar engine for Python bugs

2006-04-02 Thread Paul Moore
On 4/2/06, Anthony Baxter [EMAIL PROTECTED] wrote:
 On Sunday 02 April 2006 14:17, Anthony Baxter wrote:
  I've created a searchbar plugin for the firefox search bar that
  allows you to search bugs.

 I should clarify - it allows you to pull up a bug by bug ID, using the
 www.python.org/sf/ redirector.

I just use a Quick Search item, keyword pysf, URL
http://www.python.org/sf. I also have one with keyword pep and URL
javascript:window.location=%22http://www.python.org/peps/pep-%22+%22%s%22.slice(-4)+%22.html%22

(the latter is a bit more fiddly to automatically pad a number to 4
digits, so I can write pep 1 for example).

Paul.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Firefox searchbar engine for Python bugs

2006-04-01 Thread Anthony Baxter
I've created a searchbar plugin for the firefox search bar that allows 
you to search bugs. I think someone created one for the sidebar, but 
this works in the searchbar at the top of the window. I gave up 
trying to knit the files into the new website builder, and so it can 
be found here:

   http://www.python.org/~anthony/searchbar/

If you can think of other useful searchbar plugins (Python Docs, 
maybe?) let me know and I'll look at creating them.

Anthony
-- 
Anthony Baxter [EMAIL PROTECTED]
It's never too late to have a happy childhood.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Firefox searchbar engine for Python bugs

2006-04-01 Thread Anthony Baxter
On Sunday 02 April 2006 14:17, Anthony Baxter wrote:
 I've created a searchbar plugin for the firefox search bar that
 allows you to search bugs. 

I should clarify - it allows you to pull up a bug by bug ID, using the 
www.python.org/sf/ redirector. 

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com