[xwiki-devs] Migrate XWIKI content to MediaWIKI
Hi, I would like to implement a tool to convert "xwiki xml dump" to "mediawiki xml dump", any help about which java lib to use ? some link if possible ;) Thanks in advance :)
The easiest for it is probably to write a mediawiki writer module for WikiStream (http://extensions.xwiki.org/xwiki/bin/view/Extension/WikiStream+Module). The idea is that you just you put XWiki instance or XAR modules as input and your meiawiki module as output and run WikiStream. Your module will receive standard "events" that you will convert into whatever you want (in this case a mediawiki dump or REST calls to a mediawiki instance). Best is probably to start from XAR writer module in https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwik... (this contains both XAR writer and reader). WikiStream is pretty young and did not had time to write much documentation yet but feel free to ask all questions you have. On Mon, May 12, 2014 at 11:28 PM, walid yaich <[email protected]> wrote:
Hi,
I would like to implement a tool to convert "xwiki xml dump" to "mediawiki xml dump", any help about which java lib to use ? some link if possible ;)
Thanks in advance :) _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Hi Walid, May I ask what are the reasons from switching from XWiki to Mediawiki :) I’m always interested to learn and see if there’s something we could improve a the XWiki level! Thanks -Vincent On 12 May 2014 at 23:28:28, walid yaich ([email protected](mailto:[email protected])) wrote:
Hi,
I would like to implement a tool to convert "xwiki xml dump" to "mediawiki xml dump", any help about which java lib to use ? some link if possible ;)
Thanks in advance :)
absolutly, it's the need for a simple validation workflow, someone edit and the admin approve and pusblish, this entension http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Publication+Workf... good but i can't get it work properly This is the main reason :) Thanks for your response 2014-05-13 9:09 GMT+01:00 [email protected] <[email protected]>:
Hi Walid,
May I ask what are the reasons from switching from XWiki to Mediawiki :)
I’m always interested to learn and see if there’s something we could improve a the XWiki level!
Thanks -Vincent
On 12 May 2014 at 23:28:28, walid yaich ([email protected](mailto: [email protected])) wrote:
Hi,
I would like to implement a tool to convert "xwiki xml dump" to "mediawiki xml dump", any help about which java lib to use ? some link if possible ;)
Thanks in advance :)
participants (3)
-
Thomas Mortagne -
vincent@massol.net -
walid yaich