[Python-Dev] Firefox searchbar engine for Python bugs (original) (raw)
Paul Moore p.f.moore at gmail.com
Sun Apr 2 16:15:04 CEST 2006
- Previous message: [Python-Dev] Firefox searchbar engine for Python bugs
- Next message: [Python-Dev] Firefox searchbar engine for Python bugs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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%28-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.
- Previous message: [Python-Dev] Firefox searchbar engine for Python bugs
- Next message: [Python-Dev] Firefox searchbar engine for Python bugs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]