http://www.perlmonks.org?node_id=337599


in reply to Project ideas

Do you have a web site the does not support CGI. Well me too. One thing I always wanted was a script that would localy produce web pages ( photo galleries, blogs etc) and then FTP the site up to my web site.

Actually I ran across CityDesk which looked great until I looked at the price.. I would think that with http::daemon, net::FTPa little javascript and perl a free version could be made.

http::daemon - Gui interface and preview features.
net::FTP - posting to the real web site.
JavaScript - dynamic features of the Gui, ex file/directory tree
Perl - paste everything together, apply templates etc.