Re: [xwiki-users] Restfull URL to page in subwiki

2016-11-27 Thread Sergiu Dumitriu
On 11/27/2016 07:40 AM, Volker Lapczynski wrote: > > I use Autohotkey to get text from a page with this url: > > UrlDownloadToFile, http:// > Server:8080/xwiki/rest/wikis/wiki/subwiki/Main/pages/MyPage?outputSyntax=plain=plain > C:\temp\MyText.txt > > > How do i do this with curl from a

Re: [xwiki-users] Restfull URL to page in subwiki

2016-11-27 Thread Vincent Massol
Hi, > On 27 Nov 2016, at 13:40, Volker Lapczynski wrote: > > > I use Autohotkey to get text from a page with this url: > > UrlDownloadToFile, http:// > Server:8080/xwiki/rest/wikis/wiki/subwiki/Main/pages/MyPage?outputSyntax=plain=plain > C:\temp\MyText.txt > > > How do i

[xwiki-users] Restfull URL to page in subwiki

2016-11-27 Thread Volker Lapczynski
I use Autohotkey to get text from a page with this url: UrlDownloadToFile, http:// Server:8080/xwiki/rest/wikis/wiki/subwiki/Main/pages/MyPage?outputSyntax=plain=plain C:\temp\MyText.txt How do i do this with curl from a *SUBWIKI*? curl -u Admin:admin