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
alex.barylski
DevNet Evangelist
Posts: 6267 Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg
Post
by alex.barylski » Thu Apr 03, 2008 4:45 pm
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.
Christopher
Site Administrator
Posts: 13596 Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US
Post
by Christopher » Thu Apr 03, 2008 6:53 pm
(#10850)
pickle
Briney Mod
Posts: 6445 Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:
Post
by pickle » Fri Apr 04, 2008 10:30 am
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
Post
by alex.barylski » Sat Apr 05, 2008 4:22 pm
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.