Custom RSS

2 Messages Forum Options Options
Embed this topic
Permalink
Robert Gravina
Custom RSS
Reply Threaded MoreMore options
Print post
Permalink
I would like to create an RSS feed of all News Items which are related  
to a particular content type. This association is done using  
archetypes.schemaextender.

I have a view on this content type ("news") which lists all the News  
Items associated with it using pagination etc. Could I have a "news/
RSS" url which provides this as RSS? How would I do this?

I've been recommended to use Collections for RSS in plone but I'm not  
sure how to do this with my specific use case.

Thanks,

Robert

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Sergey V.
Re: Custom RSS
Reply Threaded MoreMore options
Print post
Permalink

Robert Gravina wrote:
I have a view on this content type ("news") which lists all the News  
Items associated with it using pagination etc. Could I have a "news/
RSS" url which provides this as RSS? How would I do this?
Do I understand you right that you have an object which has a 'news' view:

http://localhost:8080/myobject - the object
http://localhost:8080/myobject/news - some view

and now you want to have another view which could be called

http://localhost:8080/myobject/news/RSS

?

In this case I think registering something like http://localhost:8080/myobject/news_rss would be much easier :) And the difference is just one character :)