| 1 |
// $Id: readme.txt,v 1.2 2005/08/15 10:02:22 thox Exp $
|
| 2 |
|
| 3 |
Following a suggestion by Simon Willison's blog post "Dissecting
|
| 4 |
the Google Firefox Toolbar"[1], this module uses the same spell
|
| 5 |
checking service as the Firefox Google Toolbar[2].
|
| 6 |
|
| 7 |
Unlike Google's Web API spell checking service[3], the toolbar
|
| 8 |
service is _not_ limited to 10 words.
|
| 9 |
|
| 10 |
The following languages are supported by the spell check service,
|
| 11 |
however only English is currently enabled:
|
| 12 |
|
| 13 |
* Danish - da
|
| 14 |
* Dutch - nl
|
| 15 |
* English - en
|
| 16 |
* Finnish - fi
|
| 17 |
* French - fr
|
| 18 |
* German - de
|
| 19 |
* Italian - it
|
| 20 |
* Polish - pl
|
| 21 |
* Portuguese - pt
|
| 22 |
* Spanish - es
|
| 23 |
* Swedish - sv
|
| 24 |
|
| 25 |
[1] http://simon.incutio.com/archive/2005/07/08/toolbar
|
| 26 |
[2] http://toolbar.google.com/
|
| 27 |
[3] http://www.google.com/apis/reference.html#1_3
|