From e23a04aff5bc18e2bc118a98c09e5d8f0a8bdf7e Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Mon, 2 Feb 2009 23:04:13 -0500 Subject: [PATCH] udpated the readme with a request for feedback. updated the todo list. --- README.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 3885dc61..12fd3d24 100644 --- a/README.textile +++ b/README.textile @@ -2,7 +2,7 @@ h1. Feedzirra "http://github.com/pauldix/feedzirra/tree/master":http://github.com/pauldix/feedzirra/tree/master -"group discussion":http://groups.google.com/group/feedzirra +I'd like feedback on the api and any bugs encountered on feeds in the wild. I've set up a "google group here":http://groups.google.com/group/feedzirra. h2. Summary @@ -105,10 +105,12 @@ h2. Next Steps This thing needs to hammer on many different feeds in the wild. I'm sure there will be bugs. I want to find them and crush them. I didn't bother using the test suite for feedparser. i wanted to start fresh. Here are some more specific todos. +* Make a feedzirra-rails gem to integrate feedzirra seamlessly with Rails and ActiveRecord. * Clean up the fetching code inside feed.rb so it doesn't suck so hard. * Make the feed_spec actually mock stuff out so it doesn't hit the net. * Create a super sweet DSL for defining new parsers. * I'm not keeping track of modified on entries. Should I add this? +* Readdress how feeds determine if they can parse a document. Maybe I should use namespaces instead? h2. LICENSE