Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-24 Thread Ankita Kumari
Hi Daniel, Yes I've seen this. :) Also, I was wondering if it's okay that we refer to the Language Tool extension for VisualEditor as LanguageTool? That would not involve any issues, would it? (I am not sure what the protocol is here.) Regards, Ankita On Sun, May 24, 2015 at 5:53 PM, Daniel Naber

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-24 Thread Daniel Naber
On 2015-05-24 14:10, Ankita Kumari wrote: > Yes, of course. I am talking about its integration with tinymce. That > seems neatly done. If there was some documentation on that, it would > be helpful. Because I think I will manage till the part where the > languagetool server is queried. But I am st

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-24 Thread Ankita Kumari
Yes, of course. I am talking about its integration with tinymce. That seems neatly done. If there was some documentation on that, it would be helpful. Because I think I will manage till the part where the languagetool server is queried. But I am stuck at the part where the response has to be proces

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-24 Thread Daniel Naber
On 2015-05-24 13:58, Ankita Kumari wrote: > I can see that languagetool has been nicely integrated into the text > box and that errors are highlighted properly. Since I would like to do > the same to VisualEditor, can you tell me where can I find some > documentation on this? We have documented s

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-24 Thread Ankita Kumari
This is where the textbox is hosted : http://tools.wmflabs.org/languageproofing-ui/ and this is where the server is : http://tools.wmflabs.org/languageproofing/ I can see that languagetool has been nicely integrated into the text box and that errors are highlighted properly. Since I would like to

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-22 Thread Ankita Kumari
Hi Daniel, I will host it somewhere where it is publicly accessible by tomorrow. BTW it worked. It took the addition of one line to the proxy.php file. It kept asking for a user agent, so the addition of curl_setopt($curl, CURLOPT_USERAGENT, 'Googlebot/2.1 (+http://www.google.com/bot.html)'); work

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-22 Thread Ankita Kumari
No, I don't. But give me a minute. I will host it somewhere. In the mean time I will look into the logs. On Fri, May 22, 2015 at 7:27 PM, Daniel Naber wrote: > On 2015-05-22 15:29, Ankita Kumari wrote: > > Hi Ankita, > > > But when I try to access it from the UI > > ( > https://github.com/ankit

Re: Regarding running LanguageTool HTTP server on Wikimedia Tools-Lab

2015-05-22 Thread Daniel Naber
On 2015-05-22 15:29, Ankita Kumari wrote: Hi Ankita, > But when I try to access it from the UI > (https://github.com/ankita-kumari/languagetool/tree/master/languagetool-query > [2]) , I don't get any response. > Can anyone help me out with this? do you have it running somewhere for debugging? Of