Wiki source code of WikiImporter SNAPSHOT-1.0

Last modified by Arun Reddy on 2009/08/24 15:24

Show last authors
1 = WikiImporter SNAPSHOT-1.0 =
2
3 The first version of WikiImporter is now available.
4
5 === Features ===
6 MediaWiki:
7 *. Import from MediaWiki XML format
8 *. Import of simple pages.
9
10 ConfluenceWiki:
11 *. Import from Confluence XML format.
12 *. Import of simple pages.
13 *. Import of Attachments.
14
15
16 === Source ===
17 The Project has two modules:
18 1. [[xwiki-core-wikiimporter >> http://svn.xwiki.org/svnroot/xwiki/sandbox/gsoc/importexport/xwiki-core-importer]] : It contains all the core components that handle the import process.
19
20 1. [[xwiki-application-wikiimporter >> http://svn.xwiki.org/svnroot/xwiki/sandbox/gsoc/importexport/xwiki-application-importer]]: GUI to access importer from XWiki Enterprise.
21
22 Build Files :
23 1. [[xwiki-core-wikiimporter-1.0-SNAPSHOT >> attach:xwiki-core-wikiimporter-1.0-SNAPSHOT.jar]]
24 1. [[xwiki-application-wikiimporter-1.0-SNAPSHOT >> attach:xwiki-application-wikiimporter.xar]]
25
26
27 === Steps ===
28 1. Import the xar file from http://<XE Address>/xwiki/bin/admin/XWiki/XWikiPreferences. This creates a space "Importer".
29 1. Importer Space Web Home.
30 image:ImporterWebHome.png
31 1. Confluence Importer.
32 1*. Text Field : Absolute path file of the Import dump( Export Type: Confluence XML, zip filetype),give the default space name and select true to preserve history.
33 image:confluence001.png
34 1*. Summary of the import.
35 image:Confluence002.png
36 1*. Verification.
37 image:Confluence003.png
38
39 1. MediaWiki Importer.
40 1*. Text Field : Absolute path file of the Import dump( Export Type: MediaWiki XML, xml filetype),give the default space name and select true to preserve history.
41 image:MediaWiki001.png
42 1*. Summary of the import.
43 image:MediaWiki002.png
44 1*. Verification.
45 image:MediaWiki003.png
46
47 === Jira ===
48 Kindly log your issues here.Jira-[[ ImportExport Component >> http://jira.xwiki.org/jira/browse/XSANDBOX/component/10800 ]]
49
50 === Export from MediaWiki ===
51 Few links on how to export data from exisiting MediaWiki installation.
52
53 *. [[WikiMedia Export Help >> http://meta.wikimedia.org/wiki/Help:Export#Export_format]]
54 *. [[WikiBooks Export Page >> http://en.wikibooks.org/wiki/Special:Export]] ( Can be used to export few mediawiki samples )
55 *. [[MediaWiki XML Export type >> http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki#XML_dump]]
56 *. [[WikiMedia BackUp Dumps >> http://download.wikimedia.org/backup-index.html]] ( Dumps of various wikis hosted using MediaWiki )
57
58 === Export from Confluence ===
59 *. [[Exporting Confluence Wiki >> http://www.thecrumb.com/2009/03/17/confluence-export-space/]]
60 *. [[Online trial >> http://www.atlassian.com/software/confluence/try.jsp]] ( Can be used create a confluence sample. )
61 *. [[Confluence Standalone Hosting >> http://www.atlassian.com/software/confluence/ConfluenceDownloadCenter.jspa ]]
62
63 === Samples ===
64 *. [[MediaWiki XML Sample >> attach:MediawikiSampleData1.xml]]
65 *. [[Confluence XML Sample >> attach:XWiki-20090710-090835-20.zip]]