Hi there!
We are building a web app that will require non-technical people to build and edit a single HTML "home page". Ideally it would allow them to add blocks of text and images to the page, change simple styles, and add and maintain links.
I don't even know how to go about searching for such a thing. It's basically like a single page simple CMS. Something like CKEditor could be used for the individual blocks, but I was wondering if there was anything out there that allow us to put this together rapidly via the power of jQuery.
I found "editease" (
http://code.google.com/p/editease/) which looks close... but it's a bit out of date and it depends upon PHP. We run ColdFusion, but could port over PHP if we needed to.
Thanks peeps!