RSS editor/writer

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

RSS editor/writer

Post 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. :?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: RSS editor/writer

Post by Christopher »

(#10850)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: RSS editor/writer

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: RSS editor/writer

Post 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.
Post Reply