: If you're running Linux, you might consider the following process: Download the site recursively with wget -r http://site.com/ Parse out all of the HTML tags with find ./ -name *.html -exec
If you're running Linux, you might consider the following process:
Download the site recursively with wget -r site.com/ Parse out all of the HTML tags with find ./ -name *.html -exec sed 's/<[^>]*>//g' {} > /var/tmp/all_words.txt ;
Spellcheck the result with spell /var/tmp/all_words.txt (note that in-page Javascript and CSS declarations may be included here - use egrep to filter undesired words)
Review the "misspelled words" list and find/replace in the original directory structure as appropriate
Upload revised static content back to site
More posts by @Cody1181609
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.