[Python-Dev] Firefox searchbar engine for Python bugs

Paul Moore p.f.moore at gmail.com
Sun Apr 2 16:15:04 CEST 2006


On 4/2/06, Anthony Baxter <anthony at interlink.com.au> 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+%220000%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.


More information about the Python-Dev mailing list