Hi, Current code to publish pages:
srcwiki = xmlrpc.client.ServerProxy("https://wiki.apache.org/incubator/?action=xmlrpc2") token = srcwiki.getAuthToken(name, password) pushresults = srcwiki.system.multicall([{'methodName':'applyAuthToken', 'params': [token]}, {'methodName':'putPage', 'params': [pagename, reportcontent]}]) print(pushresults) Obvious this isn’t going work for confluence. I had a quick look and it seem possible to publish pages in confluence it use's an entirely different format. Thanks, Justin --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org