We have a requirement, where we have 400+ websites hosted on IIS. How can we quickly convert Websites into Spaces and then those Webpages into Confluence Pages on Internal Hosted Confluence Version as well as on Cloud Hosted Version.
Any help would be highly appreciated,
Thank you.
Hi,
The only way I can think of is to create some app that takes the content of each page of your website, everything between the body tags only, and adds it to Confluence using their API. We are currently working on something similar. We have a bunch of content on google sites that we need to move over and this is the route we are taking. We created an app using Google App Scripts that will take the content of each web page and using Confluence's JSON-RPC api, we import them into Confluence one by one. It works well except for images. It will display them but the images still live on our server. We have to manually move them over at some point and re-link them. We can probably also come up with a script for this but don't have the time now.
This can be done in any programming language you want and is easier than the alternative of copy and pasting the content of each page manually into confluence.
SOAP or RPC api:
https://developer.atlassian.com/confdev/confluence-rest-api/confluence-xml-rpc-and-soap-apis
Or they also have a REST api:
https://developer.atlassian.com/confdev/confluence-rest-api
Hi Raja,
We have this documentation which explains how to import other wikis into Confluence.
IIS isn't an issue, since Confluence can run with that. Can you let us know what are you running your sites? I mean, it's on wordpress or another kind?
Regards,
Renato Rudnicki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
He Raja,
As far as I'm aware there is not a ready to go solution to simply convert any kind of website to Confluence . For this task specifically I would advice you to reach Atlassian Experts for a quote free of charge.
https://confluence.atlassian.com/display/Cloud/Importing+a+Confluence+Space
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.