将MediaWiki站点迁移到Windows Sharepoint Services Wiki

时间:2020-03-06 14:52:24  来源:igfitidea点击:

是否有人找到将MediaWiki页面迁移到WSS Wiki的方法?我们只是安装了Sharepoint 2007,尽管它看起来可以满足我们的需求,但它似乎不是Microsoft提供的任何工具,可以将MediaWiki页面迁移到WSS Wiki。

解决方案

Microsoft目前没有提供这样的工具。

尽管在SharePoint Community Kit中正在开发一种。

Wiki Import/Export Tool
  
  The EWE team is at a very early stage of designing an import/export tool for the SharePoint wiki. The goal is for this tool to be able to import from other wiki products such as FlexWiki, MediaWiki, and TWiki, and Confluence and also from Word and OneNote as well as to export to Word via HTML (per page) and MHTML (entire wiki) formats. 
  
  For this CKS 2.0 pre-release, the EWE team is making available a fairly stable build of the FlexWiki Import Tool, for which the source code was graciously donated by Michael Cheng, a developer in the SharePoint product group. This is a one-off tool that will ultimately be converted to a plug-in for the Wiki Import/Export Tool, so if you’re currently using FlexWiki, please test the tool and provide feedback.

我设法使Twiki进入SharePoint。最大的问题是在SharePoint内部以编程方式创建主题/页面。我已经在这里记录了我的发现:[http://sites.google.com/site/sharepointwikiuploader/]
可能会节省一些时间。

我创建了一个php脚本,该脚本读取由Mediawiki的dumpBackup.php创建的xml文件,并转储适合粘贴到新的Sharepoint Wiki页面中的文本。我在Google代码项目中发布了它。结合Grant Traynor的方法,可以解决此问题。