Try our conversational search powered by Generative AI!

Producing RSS feeds

Vote:
 

Hi.

Where can I find som good documentation and/or examples of implementing RSS feeds in EPiServer? I've searched on the topic but the only reference I found was the "Arbeta med mallar" guide which didn't help at all (I don't have a "RSS source" page type).

Regards

/Per Erik Stendahl

#35367
Dec 08, 2009 12:52
Vote:
 

Hi Per

RSS source page type is a page type from the Public Templates project that lets you point to a container page in EPiServer and generate a RSS feed out of its children. If you don't have access to the sites source code, I would perhaps consider using something like Yahoo! Pipes to generate a RSS feed for you.

http://blog.pipes.yahoo.net/2009/06/10/new-create-rss-and-rss-item-builder-modules/

#35391
Dec 08, 2009 21:02
Vote:
 

Hi Per!

If you're just looking to implement a page type that consumes an RSS-feed and display it on a page then I suggest you take a look at RSS.NET which is an open source project using .NET to consume RSS-feeds. http://www.rssdotnet.com/

With RSS.NET you can then create a page type that displays the consumed feed.

In a similiar manner you can use RSS.NET to create a feed that can be consumed by other applications (e.g. fetching all pages you need and adding them to the RSS collection). How you choose to expose this feed is up to you. One way to go is to create a Http Handler (.ashx) to expose the generated feed.

Here's a post on how to create a Http Handler: http://www.aspcode.net/Creating-an-ASHX-handler-in-ASPNET.aspx

Happy coding! :)

#35709
Dec 21, 2009 22:51
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.