Re: RSS Feeds Added In r2148

Adam Tauno Williams <[email protected]> Tue, 26 Aug 2008 09:38:25 -0400
Newsgroups gmane.comp.cms.opengroupware.user
Message-ID <[email protected]>
Helge Hess wrote:
> On 26.08.2008, at 13:10, Adam Tauno Williams wrote:
>> http://${HOST}/zidestore/so/${USER}/RSS?feed=projectActions
>> http://${HOST}/zidestore/so/${USER}/RSS?feed=delegatedActions
>> http://${HOST}/zidestore/so/${USER}/RSS?feed=toDoActions
> Hm, if its ZideStore, why not map those to proper URLs?
> Eg:
>   /zidestore/dav/USER/projects/task-actions.rss
>   /zidestore/dav/USER/tasks/delegated-actions.rss
>   /zidestore/dav/USER/tasks/todo-actions.rss
> Shouldn't be too hard?

I tried that at first.  But anything ending in .rss seemed to be 
hi-jacked by the old RSS support.

ZideStore/Protocols/RSS/product.plist
   categories = {
     SxFolder = {
       methods = {
         "rss" = {
           protectedBy = "View";
           pageName    = "SxFolderRSS";
         };
   ...
     SxTaskFolder = {
       methods = {
         "rss" = {
           protectedBy = "View";
           selector    = "rssInContext:";
  ...

That is why I used "RSS" instead of "rss".

Am I allowed to break the old RSS support?  I tried to avoid affecting 
it;  although I think the old RSS is effectively broken, or at best, 
useless.
-- 
OpenGroupware.org Users
[email protected]
http://mail.opengroupware.org/mailman/listinfo/users