agdj/blog/feeds.py
Sun Feb 01 01:35:02 2009 -0500 Switch to date-based URLs everywhere except the feed URLs of old posts, so I don't spam everyone's feedreader.
Sat Jan 17 10:22:17 2009 -0500 Raise, not a return.
Sat Jan 17 10:20:41 2009 -0500 Avoid a ValueError when calling max() on an empty items list
Sun Dec 07 21:46:55 2008 -0500 Add a TODO comment
Sat Aug 30 20:54:44 2008 -0400 Fix an inadvertent tuplizing of a string.
Sat Aug 30 13:39:10 2008 -0400 Fix a property shadowing
Thu Aug 28 14:56:52 2008 -0400 Lots of changes - make dictionaries that are exploded for kwargs, calculate lastBuildDate, removing the caching, use URL names, make the links include scheme & domain.
Thu Aug 28 14:06:59 2008 -0400 More general code improvements - docstrings, managers, adding small features.
Thu Aug 21 23:48:03 2008 -0400 Add caching to my feeds. Crude.
Thu Jul 24 11:14:10 2008 -0400 Docstrings for the feeds module, add a Meta property.
Thu Jun 05 17:54:23 2008 -0400 Set my feeds to be application/rss+xml, not xhtml. Not sure how that happened.
Wed May 21 22:53:11 2008 -0400 Remove an import for SQLAlchemy.
Wed May 21 22:28:10 2008 -0400 Admitting that the blog app will never be standalone: move it to a subdirectory of agdj as well.