Import Confluence xml dump into Mediawiki

我怕爱的太早我们不能终老 提交于 2019-12-04 16:17:38

问题


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

Thanks for you assistance!


回答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:

  • Confluence to MediaWiki Converter
  • Wikifier
  • Doxia
  • Mylyn



回答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)



来源:https://stackoverflow.com/questions/11581445/import-confluence-xml-dump-into-mediawiki

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!