Messaging Library Test App
I spent a few hours the other afternoon working on a mini web application that uses my new messaging library. You can try it out here:
http://fettig.net/playground/messaging_demo/
It works, but it’s not very useful at this point - you can give it the URL of an RSS file (or, more interestingly, a POP mailbox) and it will show you the messages available there, and let you view them. It’s javascript-driven and probably won’t work on browsers other than the ones I tested (IE5 and Mozilla 1.2). But it should give me a place to test my library as I add new features, and some of the code might make it back into Hep eventually.
Curious people can download the code here.