Wiki source code of Imports

Last modified by Thomas Mortagne on 2023/10/10

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 There are several kinds of imports that can be done inside XWiki:
6
7 * Importing XWiki pages (XAR format) in your wiki
8 * Importing Office document and converting them to wiki pages
9 * Importing content from another wiki
10 * Importing other type of data (Microsoft Excel, CSV, SharePoint Blogs, and more)
11
12 = Importing XWiki pages =
13
14 This feature is available from the Administration and is described in the [[Import/Export page of the Admin Guide>>Documentation.AdminGuide.ImportExport]].
15
16 {{image reference="[email protected]"/}}
17
18 = Importing Office documents =
19
20 This feature is available from the [[Office Importer Application>>extensions:Extension.Office Importer Application]].
21
22 {{image reference="extensions:Extension.Office Importer [email protected]"/}}
23
24 = Importing from another wiki =
25
26 There are several options with more or less tooling. The best tool is the [[Filter Application>>extensions:Extension.Filter Application]]. It currently has a module for [[importing wiki pages from Confluence>>extensions:Extension.Filter Confluence XML module]].
27
28 Also note that XWiki supports writing wiki pages in various syntaxes (HTML, wiki syntaxes, etc) and thus it's also possible to directly copy the content of your pages from another wiki into an XWiki page (provided [[the syntax used for that other wiki is supported by XWiki>>rendering:Main.WebHome||anchor="HSupportedSyntaxes"]]). However this would mean importing your content page by page. In addition the XWiki WYSIWYG editor only supports the XWiki syntax at this point so you'd have to use the wiki editor to edit those pages.
29
30 There are also [[various extensions related to importing wiki content>>extensions:Main.Tags||queryString="do=viewTag&tag=migration"]].
31
32 In addition if you're importing from MediaWiki there's also a [[Google Summer of Code application for doing so>>https://github.com/xwiki-contrib/sandbox/tree/master/xwiki-wikiimporter]] which has never been released and that you'll need to build from sources.
33
34 = Importing other type of data =
35
36 There are [[several extensions related to importing data into XWiki>>extensions:Main.Tags||queryString="do=viewTag&tag=import"]]:
37
38 * Microsoft Excel
39 * CSV
40 * SharePoint Blogs

Get Connected