Here it is, my first plugin, still in beta so I really need your feedback
I searched for a long time a rss feeder program that would be really integrated to windows xp, but I didn't find any. Then I discovered Messenger Plus and his API, so I decided to make my own.
This plugin is very easy to use : just indicate url and delay between each check in the configure panel, and that's all. Each time the rss feed is changed, the plugin will display a notification toast with the rss's title property, and a link to the rss's link property.
For now two commands are recognized :
/xrssremind
which display the last displayed notification.
/xrsshistory <name of the rss feed>
which display history of the rss feed
----------------------------------------------------------------
Rssplug 0.3 is now available
Download Rssplug Beta 0.3
CHANGELOG
=========
V 0.3 (07/08/05)
- Removed the status change when displaying a notification
- Added history logging
- Added /xrsshistory command
- Added some debug informations for easier bug fixing
- Added automatic check for update
- Configuration file is now stored in a xml file to provide ascendant compatibility
V 0.2.2 (16/02/05)
- Fixed "active =-1" error message (I hope so)
V 0.2.1 (19/01/05)
- Fixed error message when adding a new rss feed
- Fixed missing delay when double-clicking on an item in configuration screen
- Fixed /xrssremind command
V 0.2 (19/01/05)
- Added multiple rss support
- Configuration is now saved in a file (instead of registry like previous version)
- Notification is disabled when status is "away"
V 0.1 (12/11/04)
- First released version
The server hosting the previous versions is temporary unavailable.
Download Rssplug Beta 0.2.2
Download Rssplug Beta 0.2.1
Download Rssplug Beta 0.1
This plugin use the excellent library rss.net :
http://www.rssdotnet.com/