Hi, On Mon, Apr 20, 2009 at 10:54, Hesediel <[email protected]> wrote:
Hi everyone,
Nowadays, to convert a document to xwiki 2.0, we have to select on the drop down list when we're editing a page, slecte xwiki 2.0. So to convert a page to xwiki2.0 syntax, the user (administrator or other) have to do this manipulation himself.
I was thinking when I read in Jira "Continue work on automatic converter from XWiki Syntax 1.0 to XWiki Syntax 2.0" that the user won't have to do the manipulation by himself anymore. But when I read more about this post, I understood it's not really the purpose, it's a improvement of the existing.
Is a "true" automatic converter to xwiki2.0 scheduled ? If yes, for which version of xwiki entreprise ? :-)
I mean by that to convert a page automatically in xwiki2.0 if it's in xwiki1.0 (the user has not to do it by himself).
The thing is I've implemented the basic xwiki xar in order to have my own xwiki. So in my newxwiki.xar, I have a core of pages using xwiki1.0 syntax and I have my new pages using xwiki2.0 syntax. To blend the syntax of all my pages in xwiki2.0 when I update my version of xwiki (1.8) will i need to :
* Solution 1 o Download a basic xwiki xar file using syntax 2.0. o Recreate all my pages.
* Solution 2 o Import my xar file directly in the new xwiki version (the conversion should happen automatically).
I want to unify the syntax I'm using in my xwiki in order to simplify the life of my users/admistrators (because when you edit a page using xwiki1.0, you haven't the same WYSIWYG editor as the one you have when you edit a page using xwiki2.0 for example).
"Automatic" was more about the fact that 1.0 content is converted on the fly (without saving the source after the conversion) when included (using {{include}} macro) in a 2.0 document to be integrated in the new architecture. For 1.9 we plan to do http://jira.xwiki.org/jira/browse/XWIKI-3080 For now we don't want to systematically convert 1.0 content to 2.0 content by default since theses are very different syntaxes (it's not just about the simple wiki syntax but also the fact that the way to insert velocity/html in 2.0 is very different) and an automatic converter will never be perfect for pages mixing lots of velocity and html like applications so we prefer that user make the choice to convert a page or a whole wiki and check that all is ok after that. The converter is an help during the transition between 1.0 and 2.0, we try to make it as good as possible but we don't have time to do a converter smart enough to be sure it convert a wiki without breaking anything whatever the use case. Now we could have an option to automatically convert the way you see it if no velocity/html is found in the content (the only document wich have the WYSIWYG by default in 1.0). Could you create an issue on http://jira.xwiki.org if it seems a good idea to you ?
-- View this message in context: http://n2.nabble.com/Automatic-converter-to-xwiki-syntax-2.0-tp2662524p26625... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne