2 Sep
2009
2 Sep
'09
8:29 p.m.
Hi, I am development a bash script for adding a lot pages and panels automatically in my xwiki. I got to add pages with 'curl' command, as following: *curl -u Admin:admin -X PUT -d @newpage.html -H "Content-Type: text/plain" http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage * This works, but I'm having difficulty to add links in a side panel for the pages created. Is it possible make this with 'curl' too? If not, is there another way? Thanks, Alexandre Souza