Wiki-Quellcode von Confluence Import documentation and tools
Zuletzt geändert von xwikiadmin am 2022/03/25 11:36
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | This package is here to help import Confluence data into XWiki. | ||
3 | |||
4 | {{toc start=2 /}} | ||
5 | |||
6 | == Import Process == | ||
7 | |||
8 | In order to import Confluence data inside XWiki the process is the following: | ||
9 | |||
10 | 1. Export Confluence data | ||
11 | 1. Import Confluence data in XWiki using Filter Streams and the Confluence XML filter. | ||
12 | 1. Run XWiki Nested Spaces migrator to transform Confluence's parent-child relation ship in XWiki Nested Spaces. | ||
13 | 1. Install the Confluence macro pack which includes the Confluence bridge macros, the Confluence Macro pack and the XWiki macros used in the bridge macros. | ||
14 | |||
15 | Or install individually: | ||
16 | |||
17 | 1. Install Confluence Bridge Macros to bridge Confluence macros to XWiki macros. | ||
18 | 1. Install the XWiki macros you need used by the Bridge macros | ||
19 | |||
20 | == Confluence Tools == | ||
21 | |||
22 | This package contains a set of confluence tools allowing to detect which macros are used in your imported Confluence pages | ||
23 | |||
24 | == Confluence Bridge Macros == | ||
25 | |||
26 | A set of Confluence bridge macros are available to help bridge Confluence macro to similar XWiki macros. | ||
27 | |||
28 | == Confluence Macros == | ||
29 | |||
30 | A set of macros are provided that implement the Confluence macros. |