I have two sites with RSS feeds. In each site, I gather the data and then pass it off to a simple formatter I wrote that does the work of creating the RSS format, so each site is essentially using the same code to generate the feed.

I subscribe to both of them in Google Reader. One (scribs) works fine, but the other (amusing.org) doesn't. It shows the most recent update as Nov 7 2009, and somehow the most recent updates (jan 22 and previous) get stacked up behind Oct 31 2009. As such, it never shows that the feed has updated.

Both feeds validate through Feed Validator, and just eyeballing it, all the dates and formats look right to me, but I can't work out where the problem is.

The feed that works: http://scribs.us/feed.php
The feed that doesn't: http://www.amusing.org/feed.php

link|improve this question
Voted to close since this is not computer related; please read the FAQ for more details. – alex Jan 24 '10 at 23:00
Well sure, I would've been happy keeping it on stackoverflow, but for some people like seven people moved it over here. I programmed my RSS feed and I wanted to look for help why it's not working, not sure why that makes it invalid for stackoverflow. I certainly have no idea what it's doing on superuser, but that was beyond my control. – spinn Jan 25 '10 at 1:42
feedback

migrated from stackoverflow.com Jan 24 '10 at 19:40

This question came from our site for professional and enthusiast programmers.

closed as off topic by alex, Ivo Flipse Jan 25 '10 at 10:02

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

Have you tried subscribing to your feed via some other aggregator?

When I click the link for the "bad" feed, it appears in the correct date order here in FF 3.5. When I added it to Google Reader, I see the same problem you do. I would see if that problem follows you to another reader tool/site first so you know if this is something in your feed or something to do with G Reader.

link|improve this answer
Yeah I did the same myself...but that's really kinda the question. I would like the 800-pound gorilla to like what I'm giving it. – spinn Jan 24 '10 at 20:42
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.