Microsoft Content Management Server - Creating RSS feed

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > January 2005 > Creating RSS feed





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Creating RSS feed
Randall

2004-12-22, 5:52 pm

Hi all,

We want to develop a news site and for that we need to create a RSS feed on
home page which will show 10 recent articles from the news channel.

I don't know a lot about it but I have seen Stefan's control and
implementation of Rss.
Can you please guide me that how should I start? One which page I should
have the RSS placeholder ?

I appreciate your help.

Regards,
Randall
Stefan [MSFT]

2004-12-23, 7:47 am

Hi Randall,

to implement an RSS feed you should follow this article:
http://blogs.msdn.com/stefan_gossne.../04/107235.aspx

Cheers,
Stefan.

"Randall" <Randall@discussions.microsoft.com> wrote in message
news:42D03975-502F-45A2-A75A-4D25CF404B23@microsoft.com...
> Hi all,
>
> We want to develop a news site and for that we need to create a RSS feed

on
> home page which will show 10 recent articles from the news channel.
>
> I don't know a lot about it but I have seen Stefan's control and
> implementation of Rss.
> Can you please guide me that how should I start? One which page I should
> have the RSS placeholder ?
>
> I appreciate your help.
>
> Regards,
> Randall



Ben

2004-12-28, 5:49 pm

Hi Randall,

>We want to develop a news site and for that we need to create a RSS feed on
>home page which will show 10 recent articles from the news channel.
>
>I don't know a lot about it but I have seen Stefan's control and
>implementation of Rss.
>Can you please guide me that how should I start? One which page I should
>have the RSS placeholder ?


FeedForAll http://www.feedforall.com has a free php script that you can use.
They don't promote it, you need only to email them and request it. You then can
insert the feed using a template into a page. The feed will dynamically update
on the page, but search engines see the contents as static.

Really slick.
Hope this helps you.
Ben

Randall

2004-12-29, 8:46 pm

Thanks Ben.
That's a good pointer. But our company is not interested for that.
I appreciate your help.

Randall

"Ben" wrote:

> Hi Randall,
>
>
> FeedForAll http://www.feedforall.com has a free php script that you can use.
> They don't promote it, you need only to email them and request it. You then can
> insert the feed using a template into a page. The feed will dynamically update
> on the page, but search engines see the contents as static.
>
> Really slick.
> Hope this helps you.
> Ben
>
>

Randall

2004-12-29, 8:46 pm

Hi Stefan,

I have followed this article. It works fine. Is it possible to store the xml
in a file system instead of using streamreader?
If yes then how?

I appreciate your help.
Regards,
Randall

"Stefan [MSFT]" wrote:

> Hi Randall,
>
> to implement an RSS feed you should follow this article:
> http://blogs.msdn.com/stefan_gossne.../04/107235.aspx
>
> Cheers,
> Stefan.
>
> "Randall" <Randall@discussions.microsoft.com> wrote in message
> news:42D03975-502F-45A2-A75A-4D25CF404B23@microsoft.com...
> on
>
>
>

Stefan [MSFT]

2004-12-29, 8:46 pm

Hi Randall,

the implementation creates the stream on the fly when a request comes in.
This will ensure that the rss stream is always accurate.
Otherwise you would need to run a script on a regular basis or after each
update to generate the XML file.

Sure, that can be done by adjusting the code I provided.

Cheers,
Stefan.


"Randall" <Randall@discussions.microsoft.com> wrote in message
news:7696446B-3C21-4622-9609-4C4E3E58B560@microsoft.com...
> Hi Stefan,
>
> I have followed this article. It works fine. Is it possible to store the

xml[vbcol=seagreen]
> in a file system instead of using streamreader?
> If yes then how?
>
> I appreciate your help.
> Regards,
> Randall
>
> "Stefan [MSFT]" wrote:
>
feed[vbcol=seagreen]
should[vbcol=seagreen]


Randall

2005-01-03, 5:50 pm

Thanks Stefan.
Can you please suggest the new code to achieve this(the second option).

I appreciate your help.
Regards,
Randall

"Stefan [MSFT]" wrote:

> Hi Randall,
>
> the implementation creates the stream on the fly when a request comes in.
> This will ensure that the rss stream is always accurate.
> Otherwise you would need to run a script on a regular basis or after each
> update to generate the XML file.
>
> Sure, that can be done by adjusting the code I provided.
>
> Cheers,
> Stefan.
>
>
> "Randall" <Randall@discussions.microsoft.com> wrote in message
> news:7696446B-3C21-4622-9609-4C4E3E58B560@microsoft.com...
> xml
> feed
> should
>
>
>

Stefan [MSFT]

2005-01-03, 5:50 pm

Hi Randall,

I don't have such a code in ready to use format.
You need to create a console project that contains the code from the RSS
fead and rather than writing the content using Response.Write it needs to
write it to a XML file.

Cheers,
Stefan


"Randall" <Randall@discussions.microsoft.com> wrote in message
news:E7ACCCCF-7B3D-420F-BD7A-419AD85B2C08@microsoft.com...[vbcol=seagreen]
> Thanks Stefan.
> Can you please suggest the new code to achieve this(the second option).
>
> I appreciate your help.
> Regards,
> Randall
>
> "Stefan [MSFT]" wrote:
>
in.[vbcol=seagreen]
each[vbcol=seagreen]
the[vbcol=seagreen]
RSS[vbcol=seagreen]
channel.[vbcol=seagreen]


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com