This is a command line tool to convert the contents of a Confluence space into a MediaWiki import data format. See also the official BlueSpice Helpdesk entry.
The migrate confluence tool is available as docker image.
See doc/index.md for an overview of available documentation.
- Export spaces from Confluence: See
doc/how_to_export_confluence_spaces.mdfor a documentation of the export process. - Run the tool on the exported data: See
doc/usage.mdfor how to invoke the software. The result is a set of file to import into MediaWiki. - Import into MediaWiki: See
doc/how_to_import_the_result.mdto get the data into your wiki. - Manual post-import maintenance: See
doc/how_to_evaluate_the_result.mdfor tips how to check the faithfulness of the migration result.
It is possible to use a yaml file to configure the behavior of the tool. See doc/configuration.md for details.
- Remove line breaks and arbitrary formatting (e.g.
<b>) from headings - Mask external images (
<img />) - Merge multiple
<code>lines into<pre> - Remove bold/italic formatting from wikitext headings (e.g.
=== '''Some heading''' ===) - Fix unconverted HTML lists in wikitext (e.g.
<ul><li>==== Lorem ipsum ====</li><li>'''<span class="confluence-link"> </span>[[Media:Some_file.pdf]]'''</li></ul><ul>) - Remove empty confluence storage format fragments (e.g.
<span class="confluence-link"> </span>,<span class="no-children icon">)