[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

Re: [xwiki-users] XWiki RESTful API: TAGS and unicode

2010-10-20 Thread Volker Lapczynski
Fabio, thanks for reply! There is something rotten with my Windows codepages. When creating a new page on your sandbox I get the umlauts in the address like: http://127.0.0.1:8080/xwiki/bin/view/Main/øætestøæå But in my systems I get:

Re: [xwiki-users] XWiki RESTful API: TAGS and unicode

2010-10-15 Thread Volker Lapczynski
Hello Fabio! I solved the TAG problem, but still fighting with Umlauts. TAGs solved: In Autohotkey environment i have to escape commas, they must be escaped as shown here: tags=foo`,bar ; --- create a TAG--- Working ;) curl.exe -u Admin:admin -X POST -H Content-type:

Re: [xwiki-users] XWiki RESTful API: TAGS and unicode

2010-10-15 Thread Volker Lapczynski
http://xwiki.475771.n2.nabble.com/file/n5638051/trace-make.txt trace-make.txt -- View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-RESTful-API-TAGS-and-unicode-tp5540275p5638051.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] XWiki RESTful API: TAGS and unicode

2010-10-01 Thread Volker Lapczynski
Hi Fabio! Thanks for reply. I am still working with the creating TAG problem. I am able to create a page and upload a file. I am not able to make a TAG with your code. I am editing the files with notepad in windows with UTF-8. Working with norwegian Windows XP, Autohotkey with unicode support