{"id":20471104,"url":"https://github.com/drupal-modules/spellchecker","last_synced_at":"2026-06-06T11:31:43.667Z","repository":{"id":6599384,"uuid":"7842426","full_name":"drupal-modules/spellchecker","owner":"drupal-modules","description":"Spell Checker module for Drupal","archived":false,"fork":false,"pushed_at":"2013-01-26T19:37:53.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T13:37:16.938Z","etag":null,"topics":["drupal-6"],"latest_commit_sha":null,"homepage":"http://drupal.org/project/spellchecker","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drupal-modules.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-26T19:27:51.000Z","updated_at":"2017-11-14T16:09:19.000Z","dependencies_parsed_at":"2022-09-16T02:50:36.927Z","dependency_job_id":null,"html_url":"https://github.com/drupal-modules/spellchecker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drupal-modules/spellchecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fspellchecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fspellchecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fspellchecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fspellchecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drupal-modules","download_url":"https://codeload.github.com/drupal-modules/spellchecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fspellchecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33981122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal-6"],"created_at":"2024-11-15T14:14:58.908Z","updated_at":"2026-06-06T11:31:43.643Z","avatar_url":"https://github.com/drupal-modules.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Drupal project page: http://drupal.org/project/spellchecker\nGitHub project page: https://github.com/kenorb/spellchecker\n\nDESCRIPTION:\n\n  This module activate spell checker on edit screen.\n  It's using jquery-spellcheck plugin for text fields.\n  You have to activate spell checker in content type settings (admin/content/node-type/page) or for specified fields (cck).\n\n  This module uses modified version of jquery-spellcheck plugin to support 'add' operation during typing.\n  Plugin homepage: http://plugins.jquery.com/project/spellcheck\n  Trigger custom events: http://plugins.jquery.com/node/9822\n  This module supports spell checking of node content (including title, body and CCK fields).\n\nFEATURES\n  * spell checking in real-time for input and textarea,\n  * integration with WYSIWYG,\n  * learn new words,\n  * Taxonomy as storage of custom words,\n  * show spell errors on page load in TinyMCE editor,\n  * easy selection of different engines,\n  * no external PHP library required, you can use Google Spell API as alternative\n\nINSTALLATION\n\n  First of all, please read INSTALL.txt.\n  You have to activate spell checker in content type settings (i.e. admin/content/node-type/page) or for specified fields (CCK).\n\nWYSIWYG SpellCheck integration\n\n  After installing WYSIWYG SpellCheck, Edit your WYSIWYG profile and activate Spell Check button (i.e. admin/settings/wysiwyg/profile/1/edit).\n\nPSpell integration\n\n  See: INSTALL.txt and also read PHP PSpell Installation Manual.\n\nOn Linux, simply try: sudo apt-get install php5-pspell aspell-en \u0026\u0026 sudo apachectl restart\n\nSUPPORTED MODULES\n  * CCK (for field spell checking),\n  * WYSIWYG (tested with TinyMCE),\n  * WYSIWYG SpellCheck (with TinyMCE spellchecker plugin),\n  * Excerpt (for teaser)\n\n  For wysiwyg editor:\n    - wysiwyg (TinyMCE)\n    - wysiwyg_spellcheck (TinyMCE spellchecker plugin)\n\n  For teaser:\n    - excerpt\n\nSUPPORT\n  It has support for following spell engines (configurable from settings page):\n  * PHP PSpell (ASpell),\n  * Google Spell Checker API (Google SOAP Search API),\n  * Enchant,\n  * jQuery Spell Check\n\n  It has support for following storage engines (configurable from settings page):\n  * Taxonomy\n  * PSpell personal wordlist (text file)\n\n  It uses following PHP libraries:\n  * mbstring (optional),\n  * PSpell (optional),\n  * Enchant (optional)\n\nDEVELOPERS\n  Use hook_spellchecker() to define your custom spell engines and storage methods.\n\nCREDITS\n  This project was sponsored by the Department for Education (UK).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fspellchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrupal-modules%2Fspellchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fspellchecker/lists"}