----------------
- Initial release.
[gforcada]
- Fix package structure:
- remove unneeded parts
- add travis and coveralls badges
[gforcada]
- Add a ``plone.registry`` to keep the general stop words list.
[gforcada]
- Add a control panel configlet to edit the stop words list.
[gforcada]
- Add more code analysis checks, dependency tracker and MANIFEST check
[gforcada]
- Add utility to search for stop words on a given text
[gforcada]
- Add a plone.app.contentrules condition: ``collective.contentalerts.TextAlert``
[gforcada]
- Add a string substitution: ``text_alert``. To be used to compose emails on a contentrule
[gforcada]
- Apply a marker interface to the objects that are found to have a stop words.
[gforcada]