What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » RssPlug Beta 0.3

Pages: (9): « First [ 1 ] 2 3 4 5 » Last »
RssPlug Beta 0.3
Author: Message:
KooKiz
Junior Member
**


Posts: 41
Joined: Oct 2004
O.P. RssPlug Beta 0.3
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/

This post was edited on 11-03-2005 at 03:00 PM by KooKiz.
11-09-2004 09:28 AM
Profile PM Find Quote Report
John
Full Member
***

Avatar
www.johnjoosten.net

Posts: 259
Reputation: 12
38 / Male / Flag
Joined: Sep 2004
RE: RssPlug Beta 0.1
I don't know what a rss feeder is exactly, could you please explain exactly what it is and what it does? :) I might download it then if it sounds usefull to me.
[Image: johnsig02.png]
11-09-2004 09:41 AM
Profile PM Web Find Quote Report
KooKiz
Junior Member
**


Posts: 41
Joined: Oct 2004
O.P. RE: RssPlug Beta 0.1
I'll make an exemple. Imagine that you are someone who regulary check yahoo's news : http://news.yahoo.com/news?tmpl=index&cid=716
But you are bored to reload the page every five minutes to see if there is a change. Then juste take a rss feeder program, and configure it to check this url : http://rss.news.yahoo.com/rss/topstories  , which is the rss feed of the news page. Then each time there is a change, the rss feeder program will inform you, so you can go and see the news :)
11-09-2004 09:46 AM
Profile PM Find Quote Report
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: RssPlug Beta 0.1
Sounds like an execellent idea. Never used rss feeds before, but I think I'm gonna like this one.

Can you also add a fuction that it only display toast when for example I'm logged in @ msn and that it is disabled with all the other accounts, like my little brothers account?

EDIT:

Installed it. It's not in the plugin list. I think you need to check the installer *-)

This post was edited on 11-09-2004 at 10:44 AM by user13774.
11-09-2004 10:03 AM
Profile PM Find Quote Report
John
Full Member
***

Avatar
www.johnjoosten.net

Posts: 259
Reputation: 12
38 / Male / Flag
Joined: Sep 2004
RE: RssPlug Beta 0.1
Sounds interesting. I don't use any of those sites though so it wouldn't be useful to me, hehe. :)
[Image: johnsig02.png]
11-09-2004 10:21 AM
Profile PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: RssPlug Beta 0.1
quote:
Originally posted by Jaguar
Sounds interesting. I don't use any of those sites though so it wouldn't be useful to me, hehe. :)

I think that you can use any url for it..

It sounds good, does this mean that it may also be able to check such sites as gmail?
11-09-2004 10:34 AM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: RssPlug Beta 0.1
quote:
Originally posted by traxor
quote:
Originally posted by Jaguar
Sounds interesting. I don't use any of those sites though so it wouldn't be useful to me, hehe. :)

I think that you can use any url for it..

It sounds good, does this mean that it may also be able to check such sites as gmail?

only if they have a RSS feed a RSS feed is different from a normal webpage its like a whole bunch of xml insted of html and other stuff
eg
RSS page for popular del.icio.us http://del.icio.us/rss/popular/
then the popular del.icio.us page http://del.icio.us/popular/
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-09-2004 11:23 AM
Profile PM Web Find Quote Report
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: RssPlug Beta 0.1
quote:
Originally posted by Markus
EDIT:

Installed it. It's not in the plugin list. I think you need to check the installer 

As I said it won't work for me. Can somebody also try to install it? 8-)
11-09-2004 12:10 PM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: RssPlug Beta 0.1
yea the installer places the dlls into the msgplus folder
Rssplug.dll
RSS.NET.dll
interrop.MessengerAPI.dll

and your reg settings were put in correctly (well so it seems) so im clueless to what it could be maby a bad compile?
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-09-2004 01:18 PM
Profile PM Web Find Quote Report
KooKiz
Junior Member
**


Posts: 41
Joined: Oct 2004
O.P. RE: RssPlug Beta 0.1
The plugin had been created in vb.net, so it need regasm registration. It seems that the installer doesn't  do that step (I couldn't test it since my dll are already registered...). Well, I think I'll have to create my own installer....
Can someone try to register dll files with regasm and then tell me if it works ? One of my contact told me he don't see RssPlug in the plugin list, even if it works perfectly on my computer. I really don't understand :(
11-09-2004 04:32 PM
Profile PM Find Quote Report
Pages: (9): « First [ 1 ] 2 3 4 5 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On