• [^] # Re: Correcteur orthographique Google

    Posté par . En réponse à la dépêche Changeons ces logiciels open source qui nous espionnent. Évalué à 5. Dernière modification le 15 janvier 2021 à 21:04.

    Concernant Roundcube, quand je regarde la configuration par défaut (enfin, celle que j'ai depuis une installation par défaut qui date de je ne sais plus quand), je vois

    // Set the spell checking engine. Possible values:
    // - 'googie' - the default (also used for connecting to Nox Spell Server, see 'spellcheck_uri' setting)
    // - 'pspell' - requires the PHP Pspell module and aspell installed
    // - 'enchant' - requires the PHP Enchant module
    // - 'atd' - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
    // Since Google shut down their public spell checking service, the default settings
    // connect to http://spell.roundcube.net which is a hosted service provided by Roundcube.
    // For a locally installed spellcheker, specify the URI to call it, for example:
    // 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
    // Get Nox Spell Server from http://orangoo.com/labs/?page_id=72 or
    // the After the Deadline package from http://www.afterthedeadline.com.
    // Leave empty to use the public API of service.afterthedeadline.com
    $config['spellcheck_uri'] = '';
    

    Apparemment, ça n'utilise plus Google.

    J'ai fait un essai : il a fallu que je clique expressément sur le bouton de vérification de l'orthographe pour que l'OS communique avec service.afterthedeadline.com (sur le port 80), mais Roundcube m'a affiché une erreur.
    Apparemment, ce que répond le serveur ne plaît pas à Roundcube.

    La bonne nouvelle, c'est que le texte tapé n'est pas automatiquement envoyé. Je n'avais jamais pensé à utiliser cette fonction de vérification de l'orthographe.