Ich frage mich, ob jemand bereits erfolgreich eine Migration von Themen aus Confluence durchgeführt oder zumindest versucht hat? Beim Durchsehen der Confluence-Seiten sehe ich einige Exportoptionen:
HTML
XML
PDF
Word
Keine davon sieht wirklich vielversprechend aus. Ich gehe davon aus, dass wir Daten aus HTML oder XML extrahieren müssen – je nachdem, welche Option die einfachste Extraktion ermöglicht.
Hat das jemand schon ausprobiert oder gibt es gute Vorschläge?
XML is what you want. The discus import script appears to use XML. I thought that there were a couple others if you grep in script/import_scripts, but I don’t see them.
So you’d get the XML dump and then modify the discus import script to use whatever schema that you get from Confluence. If you don’t want to do it yourself, you can post in marketplace and/or see Redirecting…
@pfaffman Thanks for the response. I worried this was the case. I know we can extract it, but my experiences with xml in the past haven’t been particularly pleasant. It will be maybe even a few months before we begin this, and maybe support is possible when we move to an official server. Attlasian are increasing costs these days, so I’d be surprised if there isn’t an increase of companys that will consider Discourse as a good migration choice.
If you’re experienced with it at all then you may be in fine shape. I think I’ve modified that script before and it was reasonably straightforward. Good luck!