Page 1 of 1

RSS editor/writer

Posted: Thu Apr 03, 2008 4:45 pm
by alex.barylski
Open source, FTP support, simple editor.

Does anyone know of anything? I've Googled and only found cheap little applications that sell for about 30 bucks.

I looked at a FireFox extension but it apparently does not generate validated RSS feeds. :?

Re: RSS editor/writer

Posted: Thu Apr 03, 2008 6:53 pm
by Christopher

Re: RSS editor/writer

Posted: Fri Apr 04, 2008 10:30 am
by pickle
RSS isn't very hard to generate - using either the DOM module or writing it directly. One could easily hammer out a rudimentary editor in a day.

Re: RSS editor/writer

Posted: Sat Apr 05, 2008 4:22 pm
by alex.barylski
RSS isn't very hard to generate - using either the DOM module or writing it directly. One could easily hammer out a rudimentary editor in a day.
No it doesn't look overly difficult but I'm not interested in writing my own -- I'd rather use something already in existance.