I made a better version and I made a video about it: http://vimeo.com/33513600
Massimo On Dec 10, 10:55 am, Massimo Di Pierro <[email protected]> wrote: > notice that every "edited" page gets its own new url... with minor > changes one could make it edit its own pages and display a list of > pages edited by the same user: > > Example of workflow: > 1. point it to a page you like > 2. clone it > 3. edit it > 4. clone the clone > 5. edit it and add links to the other cloned page > 6. goto 4 > > ... > > the editor could be replaced with a minimalist version of ckeditor so > one gets some clientside html validation. > one could add macros like "$comments", "$contactform", translated > serverside. > > On Dec 10, 10:07 am, Massimo Di Pierro <[email protected]> > wrote: > > > > > > > > > Would be really nice if you could hack the jeditable in inject.js so > > that when clicking on an image one could edit the src and when > > clicking on a link one could edit the href as well as the content. > > Although this could also be handled via some server-side re.sub. > > > On Dec 10, 2:12 am, Angelo Compagnucci <[email protected]> > > wrote: > > > > Totally insane! I'm astonished! > > > > This could be really useful for a project I'm working on, it's really > > > what I'm looking for! > > > > Thank you! > > > > 2011/12/10 Massimo Di Pierro <[email protected]>: > > > > > I wrote this code which could be used to create a CMS. > > > > > The app basically asks for the URL of any existing pubic page. It > > > > allows you to edit the text of that page in place (simply double click > > > > on it) and saves it locally as a modified copy of the original page. It > > > > gives you a unique URL for the "spoofed" site. Basically this can be > > > > used to take any page and turn it into a layout. The in-place edit is > > > > filtered server-side therefore we can imagine all kind of manipulations > > > > such as using a markup language, etc. > > > > > It is setup as a working demo but it probably is illegal to run it on a > > > > public site as it is. > > > > Yet you can install it on your machine and play with it. > > > > > There is lots of room for improvement. > > > > > Can somebody help and modify it so that all html and css are also > > > > downloaded and moved into a static subfolder, instead of linked? > > > > > Can somebody help and improve the popup textareas so that is looks > > > > better? > > > > > Massimo > > > > -- > > > Profile:http://www.gild.com/compagnucciangelo > > > Register on Gild:http://www.gild.com/referral/compagnucciangelo

