A quick and dirty script to generate dictionary for your spellchecker:

   1 import sys
   2 # Path to the MoinMoin
   3 sys.path.insert(0,'/home/staff/sheep/moin-1.5.0')
   4 # Path to your wikiconfig.py
   5 sys.path.insert(0,'/home/staff/sheep/sheep')
   6 from MoinMoin.request import RequestCLI
   7 from MoinMoin.action import SpellCheck
   8 SpellCheck._loadDict(RequestCLI())

MoinMoin: RadomirDopieralski/GenerateSpellDict (last edited 2007-10-29 19:19:19 by localhost)