我的公司目前在Confluence(云版)中有很多页面。没有什么复杂的 - 在空间中组织,许多页面都有子页面,有些页面有图像。
我们现在正在考虑将我们的网页移至我们自己的服务器上托管的Umbraco CMS。
是否有工具可以将我们的Confluence帐户中的页面复制到Umbraco实例?
答案 0 :(得分:1)
我认为没有专门针对该工具的工具,但是有一种用于导入内容的工具,称为CMSImport
答案 1 :(得分:0)
HOW TO TRANSFER CONFLUENCE TO UMBRACO
As Umbraco is essentially free, there would be no external cost to setting up a trial. Take one space & export it into XML from there you can derive a document type structure that would support the space, something like:
When you have a document type structure you could use CMSImport (https://our.umbraco.org/projects/developer-tools/cmsimport/) to create pages that map to the confluence page types & going forward you can continue to create the same types of pages as you did in Confluence.
After that its a case of developing the template designs to show the pages.
WHY YOU PROBABLY SHOULDN'T TRANSFER CONFLUENCE TO UMBRACO
That said I've used Umbraco for years as well as Confluence & I'm not sure that they are sufficiently similar to migrate between. I'd say Confluence is more similar to a document store/wiki/blogging system than Umbraco which is an extensible web content management system.
The guy who runs Umbraco, Niels Hartvig, has said a few times over the years that if you are building a blog then Umbraco is probably the wrong option (eg https://our.umbraco.org/forum/using/ui-questions/5226-Which-blog-platform-do-you-use#comment-19128) & I would say by extension that building a document store/wiki/blogging system is not playing to Umbraco's strengths.
Basecamp, some kind of wiki platform, slack etc - there are dozens of options in this space that would probably do the job without an ongoing maintenance cost that would probably result from the Umbraco option.