A new solution.
I've created a Dashboard Widget for Mac OS X that allows you to search for terms using the Collecta XMPP API.
The Functionality is:
- Search for terms.
- Filter the results to display only pictures.
- Update the results in Real-time.
- Allow to Pause/Resume the result retrieval.
- Internationalization -currently the widget includes the English and Spanish language Packs-
- The i18n system can be easily extended with new languages
How does it works:
The user will submit a search term and the widget will contact the Collecta XMPP API to retrieve the archive related to that item and display the resuls as a scrolling list. Also at the same time it will subscribe the user to that term, so it will receive real-time information via XMPP.
While the widget is retrieving information it may return more items that what the user can read. To address this problem the widget has a "Pause" button in the lower left corner, that allows to toggle between "Pause" and "Resume" in order to easily read the contents of the results. When "Resume" is clicked the widget will continue getting items from the XMPP connection.
Also the user can specify the length of the articles and if he wants to only see pictures.
Website:
There's a project hosted at Google Code here: http://code.google.com/p/collecta-widget/ There you can find more details on the usage, plus some screenshots.
Download:
You can get it here: http://collecta-widget.googlecode.com/files/collecta-xmpp.zip
Feature:
A version of this widget that uses the HTTP API can be obtained from the Apple Downloads Site http://www.apple.com/downloads/dashboard/search/collecta.html
I've updated that one with the new XMPP widget but we have to wait until is approved again. Last time it took two days for the widget to appear on the Apple downloads website.
URL Provided by Solver: http://code.google.com/p/collecta-widget/