Re: Research: Translations od documentation

2015-02-27 Thread Kelvin Nyota
I thought there was a plugin for that? You can also do some research 
 and find some articles on how to 
implement it.

On Thursday, 26 February 2015 05:11:21 UTC-5, Tomáš Ehrlich wrote:
>
> Hello, 
> tonight is regular python/ruby meetup in Brno (Czech republic) about 
> documentation. Last few months I’ve been working on project concerning 
> localization of documents. I would like to know your opinion about 
> localization of documentation: 
>
> Do you think it would be useful to translate documentation of: 
> 1) Django 
> 2) Python 
> 3) Any project documented using Sphinx (like numpy, scipy, request, …) 
>
> Three simple answers Yes/No would help me a lot. If you write a short 
> paragraph about your opinion, I will very appreciate it. 
>
> Thank you 
>
>
> Cheers, 
>Tom 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/be5c9914-9c0c-47f0-b88a-3c143d5d39ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Implementing a grammar checker on the web

2015-02-16 Thread Kelvin Nyota
 

I have built a grammar checker in Python. It works well in the terminal, 
but i don't know how to implement it on the web. How can I implement a 
grammar checker on the web, like Grammarly or spellcheckerplus? I could not 
find any article that talked about that at all.Most of it was errelevant. 
Infact, what I have done with Javascript for my grammarchecker 
 interface is better. 
Please help guys.

I will not need a database because I have a text file for replacing words. 
What I don't know is if I will need some sort of a server to communicate 
back and forth for reading, checking, and retrieving. The link on the 
grammar checker button should also be protected to prevent people from 
using my code to do their grammar checking functionality on their websites.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b7817512-cdad-460d-b0b9-a643e303d490%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.