Hey Gang,
I've got an open metasearch engine (based on RSS):
http://gada.be/ (which is quick to key in from a cell phone, too). We output OPML for every one of our queries - which can be easily imported into any news aggregator. Say, for instance:
- http://gada.be/maxthon/opml -> Creates a dynamic OPML file with that search term populating several popular search engines.
- http://gada.be/o/maxthon/opml -> Creates a dynamic OPML file with that search term populating several popular search engines in our "Social" category.
- http://gada.be/g/maxthon/opml -> Creates a dynamic OPML file with that search term populating several popular search engines in our "Geeky" category.
I was hoping that someone could create a plugin around this. Not to just search Gada.be, but to actually pull in the OPML file we're generating and then parse it in a Maxthon sidebar plugin. This way, a user could enter a term, the plugin would find/download the OPML file at the designated URL, then parse the RSS locally. It's a metasearch service that we're constantly adding new engines to. We added Slashdot and YouTube yesterday, as they output RSS for their search queries.
Any takers?