Currently I am working on converting the Blog application to XWiki Syntax 2.0. After having spent quite some time trying to figure out how everything works together I figured out that the automatic conversion tools makes many mistakes with Velocity code (BlogCode, CreatePost).
To resolve that I have to copy away the old code, convert to 2.0, take the new code and run a diff on it to figure out what has changed and then undo some of the changes. Because I will not be the only one trying to do that I was wondering if there is a tool out that that could automate this process: - Save the old code - Convert to 2.0 - Display a diff where the user can do final adjustments What do you think? -Andy Schaefer _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

