Text Review
Component ID
577194
Component name
Text Review
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
3149
Component created
Component changed
Component body
Text Review is a bundle of modules that allows you to review texts in a variety of ways and display the results within the text.
Text sources
- Content, CCK fields and their revisions
- Comments (and their revisions using Comment Revisions)
- Everything that uses the Text Review input filter
- UI texts (using Coder and Translation template extractor)
Review methods
- Difference percentage
- Differences
- Manually configured blacklists and whitelists
- Similarity percentage
- Spell check
- Word count
Possible use cases
- View differences between content (node) and comment revisions, much like Diff.module.
- Check if a module's UI texts are written in correct US English and according to the guidelines.
Extensibility
Text sources, review methods and defusers (methods to ignore certain pieces of texts) can be added and overridden by other modules. See trevi.api.php. The central module acts as a hub for different review methods and text sources. This means that if you add a text source, it can be reviewed with all available methods directly.