Re: looking for RSS generator

2007-03-28 Thread kyosohma
On Mar 27, 9:42 pm, "alex23" <[EMAIL PROTECTED]> wrote: > > I'm looking for sample code to generate an RSS feed. > > For this, I highly recommend > PyRSS2Gen:http://www.dalkescientific.com/Python/PyRSS2Gen.html > > Very straightforward. > > > I can annotate > > my html code with comments/tags to m

Re: looking for RSS generator

2007-03-27 Thread alex23
> I'm looking for sample code to generate an RSS feed. For this, I highly recommend PyRSS2Gen: http://www.dalkescientific.com/Python/PyRSS2Gen.html Very straightforward. > I can annotate > my html code with comments/tags to mark the articles, all I need is an > "engine" to process the pages and

looking for RSS generator

2007-03-27 Thread jd
I'm looking for sample code to generate an RSS feed. I can annotate my html code with comments/tags to mark the articles, all I need is an "engine" to process the pages and generate the rss file. If I was a python wiz I'm sure I could do this quickly but as a newbie, an assist here would certainl