Outer Web Thought Log
January 17, 2003
rss2email woes
When trying to set up rss2email, I found out that either Mark's ultraliberal RSS parser or rss2email don't like JSPWiki feeds. JSPWiki RSS feeds are pretty minimal, but they sure validate against the RSS Validator. Running rssparser standalone brings back a list of items, but for some strange reason, they don't get passed into rss2email.
%rssparser http://outerthought.net/docprjwiki.rss.xml

http://outerthought.net/docprjwiki.rss.xml

{'channel': {'description': 'Schaubroeck Documentation Project Wiki',
'language': 'en-us',
'link': 'http://outerthought.net/docprjwiki/',
'title': 'DocprjWiki'},
'etag': '"156ad2-2e0d-530c9ac0"',
'items': [{'date': '2003-01-16T21:56:28Z',
'description': 'StevenNoels changed this page on Thu Jan 16 22:56:28 CET 2003',
'link': 'http://outerthought.net/docprjwiki/Wiki.jsp?page=LeftMenu',
'title': 'LeftMenu'},
{'date': '2003-01-16T21:53:54Z',
'description': 'StevenNoels created this page on Thu Jan 16 22:53:54 CET 2003',
'link': 'http://outerthought.net/docprjwiki/Wiki.jsp?page=SandBox%2F103-0394_img-cropped.jpg',
'title': 'SandBox/103-0394_img-cropped.jpg'},
...
{'date': '2003-01-16T20:41:25Z',
'description': 'An unknown author created this page on Thu Jan 16 21:41:25 CET 2003',
'link': 'http://outerthought.net/docprjwiki/Wiki.jsp?page=SandBox',
'title': 'SandBox'}],
'modified': (2003, 1, 17, 8, 54, 43, 4, 17, 0)}
Still, when brought into rss2email, it seems like there are no items in that feed. The good news is that this was the opportunity to work with Komodo's debugger. I bought Komodo on Sam's advise, and while it was good money, and most IDEs need more screen estate than my measly 1024*768 pixels, I like it so far. But still, I have a lot to learn, apparently.
Posted by stevenn at January 17, 2003 10:45 AM ()
Comments

Steven
It might be something that we can implement into RSSLibJ within time, the Reader classes should be able to pass to JavaMail without any bother. The original focus was to create rss but Joe has been real busy and implemented the readers as well. I blogged it on my site http://jasonbell.blog-city.com/readblog.cfm?BID=12638

Posted by: Jase Bell at January 17, 2003 05:49 PM