On Jan 13, 2008, at 7:17 PM, rssh wrote: > > Are exists some tool, (callable from command-line or ant script) to > install > set of pages inside wiki in non-UI mode. ?
We have a maven plugin that takes some xwiki pages in XML format and import them into either a xwiki instance. You can check it out in xwiki-platform-tools/packager. It's used in several places. For example in xwiki-product-enterprise/databases/* Unfortunately there's no documentation for it yet, apart from the source code... -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

