Hi devs, Lately, I've been working on some sort of new format to import information in XWiki [1] (I'm not that comfortable with editing XAR format with my text editor). You'll find an example of this format in the testing procedure of my module [2]. To create this format, I used the XML Schema described in the REST API of XWiki [3]. To code the importer, I've used the filter module [4]. I've also create a REST service in order to import through REST (using filters) [5].
I'd like that project be a part of xwiki-contrib. At the moment, I've called it 'api-xwf'. Maybe 'api-xwiki-format' would be more self explicit. If you'd prefer something else, please let me know. Thanks, [1] https://github.com/woshilapin/api-xwf [2] https://github.com/woshilapin/api-xwf/tree/master/xwf-filter-stream/src/test/resources/packagefile/xwf/xwiki [3] https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-model/src/main/resources/xwiki.rest.model.xsd [4] http://extensions.xwiki.org/xwiki/bin/view/Extension/Filter+Module [5] https://github.com/woshilapin/api-xwf/tree/master/xwf-rest-api -- Jean Simard [email protected] Research engineer at XWiki SAS http://www.xwiki.com Committer on the XWiki.org project http://www.xwiki.org _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

