Re: RSS Feeds Added In r2148

Helge Hess <[email protected]> Tue, 26 Aug 2008 16:28:51 +0200
Newsgroups gmane.comp.cms.opengroupware.user
Message-ID <[email protected]>
hm, maybe better to go to the dev list, anyways.

On 26.08.2008, at 15:38, Adam Tauno Williams wrote:
>> 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";
>        };
>  ...

This just says that "/XYZ/rss" is mapped to the 'SxFolderRSS' page. Eg  
to accomplish this:

> /zidestore/dav/USER/projects/task-actions.rss

You would do:
   SxProjectsFolder = {
     methods = {
       "task-actions.rss" = {
         ...
       };

Or possibly just 'task-actions' (could be that we always cut off the  
extension, not sure).

Please avoid breaking the old RSS support w/o providing replacements :-)

Thanks,
   Helge
-- 
Helge Hess
http://helgehess.eu/
-- 
OpenGroupware.org Users
[email protected]
http://mail.opengroupware.org/mailman/listinfo/users