Re: [xwiki-users] API/Scripting : create user and attach some files to its profile

2016-11-27 Thread Pascal BASTIEN
Hello, I added some others attributes (I don't know if you can do the same with file) Add some attributes here: /bin/edit/XWiki/XWikiUsers?editor=class e.g. myaddress (disabled it to prevent your user modified it) Add this field "myaddress" on the sheet: /bin/view/XWiki/AdminUserProfileSheet

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