home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / gnome-spell / README < prev   
Encoding:
Text File  |  2001-10-08  |  1013 b   |  35 lines

  1. Introduction
  2. ------------
  3.  
  4. Gnome Spell is GNOME/Bonobo component for spell checking. In current 0.1 version
  5. it contains GNOME::Spell::Dictionary object, which provides spell checking dictionary
  6. (see Spell.idl for exact API definition). It's based on pspell package, which is required
  7. to build gnome-spell.
  8.  
  9. Dictionary object could be used for live spell checking. Look in test-spell.c or
  10. in gtkhtml/components/html-editor/spell.c for sample usage.
  11.  
  12. In future it will be expanded by implementation of GNOME::Spell::Checker object (see
  13. also Spell.idl) and also by spell checking dialog control with appropriate interface.
  14.  
  15. Pspell build
  16. ------------
  17.  
  18. From my experience with pspell I recommend you to build pspell/aspell this way:
  19.  
  20.     1) build and install pspell
  21.     2) build and install aspell
  22.     4) build and install GNOME Spell
  23.  
  24. You could get Pspell and Aspell from:
  25.  
  26.     http://pspell.sourceforge.net/
  27.     http://aspell.sourceforge.net/
  28.  
  29. End
  30. ---
  31.  
  32. I hope you will find the GNOME Spell usefull.
  33.  
  34. Radek Doulik <rodo@ximian.com>
  35.