Changes for page Confluence XML

Last modified by Admin on 2024/03/28 00:31

<
From version < 11.1 >
edited by Vincent Massol
on 2015/02/28 13:06
To version < 12.1 >
edited by Vincent Massol
on 2015/02/28 13:07
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,3 +1,34 @@
1 1  Filter module used to read a [[Confluence XML package>>https://confluence.atlassian.com/display/DOC/Exporting+Confluence+Pages+and+Spaces+to+XML]]. Allow for example to import it into an XWiki instance.
2 2  
3 3  In an XWiki instance it's generally used through [[Filter Application]]. Select it as input module and select the output module you want (the instance module to import the confluence package in the current instance for example).
4 +
5 += Tutorial =
6 +
7 +To get started with the Confluence Import, you will need to install the [[Filter Streams Converter Application>>extensions:Extension.Filter Application]] and this [[Filter Confluence XML module>>extensions:Extension.Filter Confluence XML module]]. You can install these apps using the [[Extension Manager>>extensions:Extension.Extension Manager Application]].
8 +
9 +{{image reference="extensions.png"/}}
10 +
11 +After you have installed the two extensions, click on the **Filter Stream Converter** entry from the Applications panel.
12 +
13 +{{image reference="appbar.png"/}}
14 +
15 +Follow these steps on the screenshot below:
16 +* Choose the "Confluence XML input stream (confluence+xml)" input type
17 +* Fill in the source field which contains the path of the Confluence zip file, located on the machine where XWiki is running
18 +* Choose the "XWiki instance output stream (xwiki+instance)" output type to import the Confluence pages in your wiki
19 +
20 +{{image reference="filterconverter.png"/}}
21 +
22 +After you have completed these steps, click the "Convert" button. After that, you will see the conversion progress. For example:
23 +
24 +{{image reference="WSmess.png"/}}
25 +
26 +For example with the following **initial** page from Confluence:
27 +
28 +{{image reference="Confluencepage.png"/}}
29 +
30 +You'll get the following page in XWiki **after** you've made the import:
31 +
32 +{{image reference="WikiPage.png"/}}
33 +
34 +You're all set! :)

Get Connected