XWikiToDokuWikiConvertor Plugin
This plugin isn't bundled with any XWiki product by default.
Plugin contributed by VladimirRiha.
This plugin can be downloaded.
Plugin contributed by VladimirRiha.
This plugin can be downloaded.
XWikiToDokuWikiConvertor Plugin
The XWiki To DokuWiki Convertor converts pages in XWiki Syntax 1.0 to DokuWiki syntax.Installation
- Copy the jar archive into %xwikipath%/WEB-INF/lib/
- Add com.xpn.xwiki.plugin.toDokuWiki.DokuWikiKonvertor to xwiki.cfg
- Import all XWiki pages from the xar archive to your XWiki
How to use it
Visit imported page called Plugin.DokuWikiConversion. There is simple form with 2 text fields. Simply type space of the page you want to convert, page name and submit the form. If you have "view" rights for the converted page, conversion will begin and all output files will be attached to the Plugin.DokuWikiConversion page. Let's say you want to convert page Main.Example. There could be up to 3 attached files:- file called Main.Example_DokuWiki.txt - contains the converted page
- file called Main.Example_DokuWiki_errors.txt - contains a list of errors that occurred during the conversion
- file called Main.Example_DokuWiki.zip - contains all images from the converted page. All images (internal from XWiki or external from the Internet are added)