[xwiki-devs] [Proposal] New Rendering Architecture
Hi, I've finally been able to start working on the new Rendering architecture again. I've re-read all our past discussion and I've summarized everything on this page: http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture I'm now going to start implementing it and thus I'd like to have everyone's feedback and I'd especially like to know if there are any use cases that I haven't covered or things that you don't like. Thanks a lot -Vincent
Hi, I've finally been able to start working on the new Rendering
architecture again. I've re-read all our past discussion and I've summarized everything on this page: http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture
Cool. I'm now going to start implementing it and thus I'd like to have
everyone's feedback and I'd especially like to know if there are any use cases that I haven't covered or things that you don't like.
I think that's indeed the right way to handle macros and code lines. We currently have too many issues related to the WYSIWYG not understanding how to deal with code. Declaring code lines through macros will make things cleaner for both developers and users when using the editor. I don't think this will add a lot of complexity and it will save users a lot of problems. Guillaume
Great, It's the way to go. I've added some comments in the page. It seems to me we are missing a {text} macro (or some other name) to not have any syntax at all just plain text. Maybe that's the same as {html} but the name is weird if it's not HTML. Same with {xml} Maybe we could use: {text:xml=true|wiki=true|velocity=true|groovy=true} Ludovic Vincent Massol wrote:
Hi,
I've finally been able to start working on the new Rendering architecture again. I've re-read all our past discussion and I've summarized everything on this page: http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture
I'm now going to start implementing it and thus I'd like to have everyone's feedback and I'd especially like to know if there are any use cases that I haven't covered or things that you don't like.
Thanks a lot -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
Hi, I've now added a migration path to the document: http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture#HMigrati... Let me know if you find some problems/missing things. Thanks -Vincent On Mar 12, 2008, at 3:12 PM, Vincent Massol wrote:
Hi,
I've finally been able to start working on the new Rendering architecture again. I've re-read all our past discussion and I've summarized everything on this page: http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture
I'm now going to start implementing it and thus I'd like to have everyone's feedback and I'd especially like to know if there are any use cases that I haven't covered or things that you don't like.
Thanks a lot -Vincent
participants (3)
-
Guillaume Lerouge -
Ludovic Dubost -
Vincent Massol