Hi Elliotte, On Fri, Apr 06, 2007 at 03:43:13PM -0400, Elliotte Harold wrote: > aspell can check a local HTML file. What about a remote one? In > particular it would be useful if aspell could somehow be combined with > curl or wget to check a remote site. In many cases the site might be > generated from scripts, content managements systems, databases, and such > so that there may be no real "files* to check. Has anyone done this?
I haven't, but are you thinking about something like this: wget -O - $url | aspell --mode=html list -- \u270C _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
