; $Id $ DESCRIPTION -------------------------- The Readability module will analyze your site content grading how difficult it is to read. It performs five popular automated readability tests that provide a grade level equivalency of a page's content: It leverages the Content Analysis API to enable analysis of; The analysis is based on the php-text-statistics project. Just download the object class TextStatistics.php and supporting files. Then place the files in a directory named “php-text-statistics”. It is free, open source project. INSTALLATION --------------- * Upload the Readability directory to a modules directory on your server such as sites/all/modules or sites/default/modules. * Download the php-text-statistics class at http://code.google.com/p/php-text-statistics. Create a directory called “php-text-statistics” under the Readability module directory and upload the php-text-statistic package file into it. * Enable the module via the admin > site building > modules * Optional: go to the Readability admin page customize module settings. * Go to any page provides the Content Analysis form and click “Analyze content” to perform the tests CREDITS ---------------------------- Authored and maintained by Tom McCracken twitter: @levelten_tom Sponsored by LevelTen Interactive - http://www.leveltendesign.com