This relates to yesterday's post in which I asked about RSS 2.0 subscription problems with Google Reader and My Yahoo! (for a W3C- validated feed which I can subscribe to in Bloglines).
After continuing to work on this, I found that the issue is a more general one with TG FeedController class. My problem seems to be that get_feed_data does not allow kwargs to be passed in. (true?) For what I want to do, I need to be able to access keyword arguments in the feed URL for purposes of setting customization options. This approach is not all that unusual in feed syndication, although I admit it's not widespread. Anyhow if anyone can suggest a way I can try doing this, I'd much appreciate it. The way I'd been trying used a URL-redirect to the TG feed URL from another TG method's URL, and this worked partially (Bloglines, but not Google Reader and others). So it seems I need some different approach, since the get_feed_data method wants only 'self' passed in, not "self, *args, **kwargs" which is what I'd need. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

