Ruby
Create an Automated Site Spell Checker
To create our spell checker we’re going to need a script that performs the following tasks.
1. Get a list of all the URLs used on site
2. View content of the pages (without all those HTML tags)
3.
Capistrano for Expression Engine 2
UPDATE: There is actually a non-rails version of Capistrano here, I haven’t tried it yet but it’s probably a much more similar approach. Also it gets rid of loads of pointless rails rake tasks.
…