%META:TOPICINFO{author="StephenGordon" date="1163031652" format="1.1" reprev="1.9" version="1.9"}%
---+ !GoogieSpell TWiki Plugin

This plugin uses Amir's Googie Spell (http://orangoo.com/labs/GoogieSpell/Download/) to provide spell checking functionality when editing content with TWiki.

---++ Syntax Rules

(none)

---++ Plugin Settings

Plugin settings are stored as preferences variables. To reference
a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>EMPTYPLUGIN_SHORTDESCRIPTION%==

   * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
      * Set SHORTDESCRIPTION = Spell checking plugin.

   * Debug plugin: (See output in =data/debug.txt=)
      * Set DEBUG = 0

---++ Plugin Installation Instructions

   * To install !GoogieSpellPlugin:
      * Unzip the archive in your twiki folder.
      * Set permissions on the new files as appropriate for your installation.
      * Make the following changes to the edit template for your skin of choice:
         * Add the following to the definition for 'templatejavascript':
            * <verbatim><script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/GoogieSpellPlugin/AJS.js"></script>
<script type="text/javascript" src="%PUBURLPATH%/%TWIKIWEB%/GoogieSpellPlugin/googiespell.js"></script>
<style type="text/css" media="all">
        @import url("%PUBURLPATH%/%TWIKIWEB%/GoogieSpellPlugin/googiespell.css");
</style></verbatim>
         * Add the following to the bottom of the definition for textarea:
            * <verbatim><script type="text/javascript">
  var googie1 = new GoogieSpell("%PUBURLPATH%/%TWIKIWEB%/GoogieSpellPlugin/", " %SCRIPTURL{"spell"}%?lang=");
  googie1.decorateTextarea("topic");
</script></verbatim>

---++ Plugin Info

|  Plugin Author: | TWiki:Main.StephenGordon |
|  Copyright: | &copy; 2001-2006, %TWIKIWEB%.TWikiContributor |
|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
|  Plugin Version: | 09 Nov 2006 |
|  Change History: | <!-- versions below in reverse order -->&nbsp; |
|  09 Nov 2006: | Initial version |
|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
|  CPAN Dependencies: | LWP::UserAgent, HTTP::Request::Common |
|  Other Dependencies: | none |
|  Perl Version: | 5.005 |
|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |
|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal |

__Related Topics:__ %TWIKIWEB%.TWikiPlugins, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences

-- %TWIKIWEB%.TWikiContributor - 01 Feb 2006

%META:FILEATTACHMENT{name="cookiesupport.js" attr="" autoattached="1" comment="" date="1163030195" path="cookiesupport.js" size="718" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="AJS.js" attr="" autoattached="1" comment="" date="1163030179" path="AJS.js" size="11655" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="logo.png" attr="" autoattached="1" comment="" date="1163030220" path="logo.png" size="6678" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="indicator.gif" attr="" autoattached="1" comment="" date="1163030211" path="indicator.gif" size="722" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="googiespell.js" attr="" autoattached="1" comment="" date="1163030229" path="googiespell.js" size="30870" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="googiespell.css" attr="" autoattached="1" comment="" date="1163030206" path="googiespell.css" size="1477" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="ok.gif" attr="" autoattached="1" comment="" date="1163030224" path="ok.gif" size="143" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="blank.gif" attr="" autoattached="1" comment="" date="1163030183" path="blank.gif" size="55" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="spellc.gif" attr="" autoattached="1" comment="" date="1163030233" path="spellc.gif" size="354" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="GPL.txt" attr="" autoattached="1" comment="" date="1163030241" path="GPL.txt" size="18351" user="UnknownUser" version=""}%
%META:FILEATTACHMENT{name="change_lang.gif" attr="" autoattached="1" comment="" date="1163030190" path="change_lang.gif" size="70" user="UnknownUser" version=""}%
