]> git.mjollnir.org Git - moodle.git/commitdiff
Added instructions for spell checker
authorthepurpleblob <thepurpleblob>
Wed, 18 Jun 2003 14:35:33 +0000 (14:35 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 18 Jun 2003 14:35:33 +0000 (14:35 +0000)
lang/en/help/wiki.html

index 74412267ff7dbcf3d3982fc9b0348a13feb40d26..91cbc2b2a860874d183070d0b3d86202dc900654 100644 (file)
@@ -120,3 +120,23 @@ follows...</p>
   <li>A line starting with at least four dashes is converted into a horizontal line\r
 </ul>  \r
 \r
+<h3>Spelling Checker (Experimental)</h3>\r
+\r
+<p>The wiki formatter can be switched into a spell checking mode. Place the following on\r
+a line by itself in the text. Everything after this will be checked...\r
+\r
+<pre>\r
+!SPELL:language_code:language_variant\r
+\r
+Examples:\r
+!SPELL:en:british\r
+!SPELL:sp\r
+</pre>\r
+\r
+<p>"language_code" should be replaced by the appropriate code (e.g., EN, FR etc), "language_variant" (along with the colon) is optional and can be one of "american", "british", or "canadian" if the language code is EN.</p>\r
+\r
+<p>When displayed any unknown words are highlighted and you can see suggestions by holding the mouse over\r
+the word</p>\r
+\r
+<p><em>NOTE: spelling uses the <strong>pspell</strong> libraries. These and the required dictionaries must be present on your server for the spell checker to work. In particular the Windows platform is not supported.\r
+</em></p>\r