2008-08-29 Adam Tauno Williams * SxRssFeed.m: Deleted. Now mapping RSS feeds to folders within the ZideStore hierarchy. (v1.5.14) * SxFolder+RSS2.m|h: Add support methods for RSS feeds to SxFolder in the RSS2 category. (v1.5.14) * GNUmakefile: include SxFolder+RSS2.m in build. (v1.5.14) * product.plist: Map keys to RSS providing methods. (v1.5.14) * SxTaskFolder+RSS.m: Provide RSS feeds via the SxTaskFolder. (v1.5.14) 2008-08-25 Adam Tauno Williams * SxRSSFeed.m: Added support for projectActions feed which calls the LSGetProjectTaskActionsAsRSSCommand Logic object. (v1.5.13) * SxRSSFeed.m: Added support for toDoActions feed which calls the LSGetToDoActionsAsRSSCommand Logic object. (v1.5.12) 2008-08-23 Adam Tauno Williams * SxRSSFeed.m: Cleanup and added support for limit parameter in URL. (v1.5.10) * SxRSSFeed.m: Fixed double release. (v1.5.11) 2008-08-22 Adam Tauno Williams * SxRSSFeed.m: A WOComponent that maps the requested feed to an LSGetAsRSSFeed command. (v1.5.9) * product.plist: Bind /RSS to SxRSSFeed. (v1.5.9) * SxRSSFeed.m: The atom link back to the channel is now the correct URL used to request the feed. (v1.5.10) 2008-02-27 Helge Hess * v1.5.8 * SxRSSRenderer.m: deliver RSS in UTF-8. Properly set content-length and content-type * fixed MacOS 10.5 compile warnings * GNUmakefile: properly link against libZSBackend 2007-06-01 Helge Hess * SxRSSRenderer.m: fixed a gcc4 warning (v1.5.7) 2005-06-01 Helge Hess * SxFolderRSS.m: moved NSObject category to own file (v1.3.6) 2004-09-26 Helge Hess * added generic RSS method which works on all folders (v1.3.5) 2004-08-24 Helge Hess * fixed for new ZS libraries in SoObjects (v1.3.4) 2004-03-15 Helge Hess * some cleanups, properly register 'rss' method in product.plist (v1.2.3) 2003-11-14 Helge Hess * adjusted for new "product-rich" ZideStore 1.2, now installs in Library/ZideStore12 (v1.2.2) 2003-11-13 Helge Hess * created ChangeLog and RSS ZideStore bundle