2 posts tagged “feed reader”
I had this idea last night...I can let users subscribe to feeds without leaving the mail client.
I added all the feeds as messages in the [feeds] folder, and the subscription is controlled by the status of the message. See the screen shot to the right.
Recent updates:
- The inbox is a collection of all your subscribed feeds
- Read/Unread status is preserved across folders (inbox/feed)
- Browse all available feeds in the [feeds] folder
- Add remove/feeds by setting the unread status on the message
- A Perl SMTP server handles incoming messages and processes commands
- Emails sent are not relayed
- Emails are stored in the db for future review, so suggestions and bug reports can be filed easily
- Commands can be handled, but none are added yet.
I may change the feed subscription model to a two folder system. A subscribed folder and an unsubscribed folder. You would move the message that represents a feed into the subscribed folder to add it to your reading list. This seems more intuitive than the way I implemented it. What do you think?
I've been working on an IMAP server that serves up rss feeds so I can easily read feeds on my iPhone.
I got it working tonight! It's blazingly fast, even on edge.
Screen shots of Sprocket Reader:
It currently reads a few feeds I have setup to automatically update. The server is written in Perl and Sprocket, a networking library I created. Sprocket can handle thousands of simultaneous connections, so I may open it up for beta testing in the future.
Things to do:
Link it with google reader
Add a 'starred' folder and enable messages to be moved to it.
Make it pluggable
OpenID?
Suggestions?