'Import Confluence xml dump into Mediawiki

Is it possible to import a Confluence xml dump into Mediawiki? If so, any guidance will be appreciated.

Thanks for you assistance!



Solution 1:[1]

There is a converter from Confluence to Twiki:

http://twiki.org/cgi-bin/view/Plugins/ConfluenceToTWikiAddOn

and converters from Twiki to MediaWiki:

https://www.mediawiki.org/wiki/Twiki

Here are a few markup translation tools:

Solution 2:[2]

Still working on if this is a solution or not, but....

  1. from confluence export the space, as HTML
  2. then using https://github.com/svick/LINQ-to-Wiki
  3. spider from the created index.html page from the confluence export
  4. and insert new pages into MediaWiki

god help me if this works (I despise mediawiki)

Solution 3:[3]

Rather old question, but for whoever might be looking for something similar you can try:

https://github.com/hallowelt/migrate-confluence

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 BozoJoe
Solution 3 aldebaran-ms