[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Manuel Lemos
Hello, On 07/20/2003 01:07 PM, Merlin wrote: Can anybody give me a good start on how to write a newsfeed service which is dynamic? The goal is whenever a member publishes a story on the site, it should be included into the newsfeed. You may want to try this class that does exactly what you ask:

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Merlin
> > Can anybody give me a good start on how to write a newsfeed service which is > > dynamic? The goal is whenever a member publishes a story on the site, it > > should be included into the newsfeed. > > You may want to try this class that does exactly what you ask: > > http://www.phpclasses.org/rs

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Manuel Lemos
Hello, On 07/20/2003 07:28 AM, Merlin wrote: I was searching on the net for a while on how to create dynamic newsfeeds from my web portal. Somehow I did not find what I was looking for. Can anybody give me a good start on how to write a newsfeed service which is dynamic? The goal is whenever a mem

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Merlin
ok, I get the idea how to create those newsfeeds. Looks pretty staigh forward. How do you implement them on the client site. I read about news agregator programms (like newsreaders for newsgroups). But I do want to integrate them into another website without having php on that site. Do I have to w

[PHP] Re: creating rs2 newsfeeds

2003-07-20 Thread Aquarion
On Sun, 20 Jul 2003 12:28:55 +0200, [EMAIL PROTECTED] (Merlin) wrote: >Hi there, > >I was searching on the net for a while on how to create dynamic newsfeeds >from my web portal. Somehow I did not find what I was looking for. > >Can anybody give me a good start on how to write a newsfeed service w