; $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:
- Flesch Kincaid
- Gunning Fog Score
- Coleman Liau Inde
- SMOG Index
- Automated Readability Index
It leverages the Content Analysis API to enable analysis of;
- nodes from the node edit form
- any page on your Drupal site from the content analysis block
- any page on the web from the content analysis admin page
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