Weblog entry #68 for simonw
Of course others had this very same thought before.
Follow the link, click the useful looking plug-ins and you are away.
http://mycroft.mozdev.org/download.html?name=debian&sherlock=yes&opensearch=&submitform=Search
Comments on this Entry
I find myself using the search here often, not sure about anyone else.
[ Parent | Reply to this comment ]
Haven't tested the auto-update yet.
Haven't tried hacking your desktop via this mechanism ;)
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
I have no objection. I guess there are three cases:
- Tag search
- Article search
- Weblog search
The latter might be a good thing to add as right now it is only available via the planet site. I could add the search on this site too I guess?
Right now the search needs work since it returns 100+ articles when you search for simple things like "apt-get" which limits the usefulness.
ObRelated: Planet Debian Searching.
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
These are trivial little subsets of the form on the existing search pages that already exist packaged for Firefox, so dead easy to write.
Really the challenge would be to write a plugin, that finds forms with only one text field and figures out how to make searchengine plugins automatically. Simple bit of javascript should do it.
This should wait till someone creates a package to make a dummy menu out of the menu creation stuff in the Debian packages. i.e. Find all packages that create a menu item in the Debian repository, create a menu called "install on click", and create a dummy entry that installs each uninstalled package when its dummy entry is clicked. How hard can it be?
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Sure the tags are implemented as searches so /tag/bash is implemented as /?tag_search=bash.
A search will return articles containing tags which match the given term.
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]