How to convert HTML pages into wiki pages?

Version 3.1 by Vincent Massol on 2013/02/09

XWiki supports HTML as content of pages. See Page Editing.

The hyperlinks will not get transformed into relative links though, they'll stay absolute. You'll need to manually edit them to make them local links.

Once you have the content of a page in HTML you can edit it and choose XWiki Syntax 2.0 or 2.1 and the content will get transformed into wiki syntax.

An alternative to all this is to create a new page, edit it in the wysiwyg and use the insert HMTL menu button to insert the whole HTML.

Last you should be able to script all this using the XWiki XMLRPC or better the REST interface.

Get Connected