[web2py] Re: CMS idea

2011-12-13 Thread Plumo
keep in mind that CSS can import other CSS sheets and define background-image's. And other resources may be loaded dynamically with JavaScript. So will take some effort to work for non-trivial cases.

Re: [web2py] Re: CMS idea

2011-12-12 Thread Angelo Compagnucci
Wow! It' really amazing! This is really innovative and never seen! We must build something like an easy administrative interface around it! Great Massimo! 2011/12/12 Massimo Di Pierro massimo.dipie...@gmail.com And here is the full source https://github.com/mdipierro/Plasmid On Dec

[web2py] Re: CMS idea

2011-12-12 Thread stefaan
Very, very nice idea.

[web2py] Re: CMS idea

2011-12-12 Thread Ross Peoples
This would be great tool for moving an existing website to a web2py-based CMS. I remember having to move static HTML pages to WordPress a few years back and it was such a pain. This would be an excellent migration tool.

[web2py] Re: CMS idea

2011-12-12 Thread Massimo Di Pierro
I agree. I think this should be a component of a larger project. Is should include the ability to recursively download all linked pages from the same domain (including html, css, js, images, etc.). It should not take that much to do but one needs to decide what to do with the downloaded data. I

Re: [web2py] Re: CMS idea

2011-12-12 Thread Javier Quarite
On Mon, Dec 12, 2011 at 12:33 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I agree. I think this should be a component of a larger project. Is should include the ability to recursively download all linked pages from the same domain (including html, css, js, images, etc.). It

[web2py] Re: CMS idea

2011-12-12 Thread Anthony
Right now, it's just saving a static copy of the full HTML page, right? So, if you want to change the header or footer, for example, you'd have to change it on each individual page. On Monday, December 12, 2011 12:33:12 PM UTC-5, Massimo Di Pierro wrote: I agree. I think this should be a

[web2py] Re: CMS idea

2011-12-12 Thread Massimo Di Pierro
Yes but the point is that eventually you could edit the text and write $FOOTER and then same it as a template. I am thinking this should be a piece of a CMS that can be used to create themes from existing pages. On Dec 12, 12:03 pm, Anthony abasta...@gmail.com wrote: Right now, it's just saving

Re: [web2py] Re: CMS idea

2011-12-12 Thread Javier Quarite
On Mon, Dec 12, 2011 at 1:14 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Yes but the point is that eventually you could edit the text and write $FOOTER and then same it as a template. I am thinking this should be a piece of a CMS that can be used to create themes from existing

[web2py] Re: CMS idea

2011-12-11 Thread Massimo Di Pierro
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 massimo.dipie...@gmail.com 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

[web2py] Re: CMS idea

2011-12-11 Thread Massimo Di Pierro
And here is the full source https://github.com/mdipierro/Plasmid On Dec 11, 11:14 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: 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

[web2py] Re: CMS idea

2011-12-10 Thread Massimo Di Pierro
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

[web2py] Re: CMS idea

2011-12-10 Thread Massimo Di Pierro
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