On Thu, Nov 5, 2009 at 5:12 PM, Matt Feifarek <[email protected]> wrote: > On Thu, Nov 5, 2009 at 5:39 PM, Mike Orr <[email protected]> wrote: >> >> I've implemented the feeds at http://incidentnews.gov/ , in both RSS >> and Atom. If somebody could check the HTML and feed XML for errors, >> I'd be grateful. There are permanent links in the page footer, >> temporary links in the home page introduction, and an Atom <link> in >> the HTML head. > > Nice site... very fast. > FYI, found a 404: > http://incidentnews.gov/incident/6786/
That's because of the trailing slash. Where did you find the link? FeedGenerator is undocumented, so I had to guess at some of the arguments. I'll have to figure that out for the WebHelpers documentation. Some of the errors are because the format requires an Author field but the data doesn't have authors, and it also expects date-time but I only have date. I set the times to midnight but then it shows up in the feed as if all the records were created at midnight. I'll have to work around those. The feeds work in Firefox but some of the URLs are becoming relative; that's either a bug in FeedGenerator or my misuse of the arguments. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
