Quote:
Originally Posted by CaptainJSK
1) I would like them to be displayed in reverse order (i.e., older entries first) so that I can catch up on things I've missed
|
Search this thread for "reverse" and look at my GoComics recipe. It does a reverse of date order for comic strips with:
current_articles.reverse()
It requires that you build the article feed yourself before reversing it.
Quote:
2) I would like to see the comments embedded in feed (or at the very least, a link to the comments that I could then open up in the browser). Does anyone have any idea on how to do this?
|
What "comments" are you referring to?
Where do you want them embedded - in the page giving the list of feeds, in the page giving the article list for each feed or at the article level?