Dave Barr wrote:
dave Fri Aug 13 00:59:25 2004 EDT
Added files: /phpdoc/scripts spell-checker.php Log:
- Add a custom phpdoc XML spell checker script. Needs the pspell extension
enabled to work.
Woops! I didn't even see vrana's aspell.php script. Oh well, mine's a lot different and the two can probably coexist. In case you were wondering, the main differences are:
- Mine uses PHP pspell extension whereas vrana's uses just the aspell binary.
- Mine uses PHP's XML parser whereas vrana's uses regular expressions.
- Mine doesn't write out an "escaped" version of the .xml files, whereas vrana's does.
Happy spell checking!
Dave