This package was designed to work with Umbraco v4 to v6 only.
Due to other package commitments, I am no longer maintaining this package.
The Profanity Filter package provides an XSLT extension that enables you to censor profanity in your content.
This is particularly useful for content that is user-generated on a public website; for example: blog comments or forum posts.
The profanity filter is customisable via a config file. (If you have the Config Editor package enabled you can manage this from the Umbraco back-office admin.)
Once the package is installed, you can use the profanity filter in your XSLT, lie so:
<xsl:value-of select="censor:ProfanityFilter($currentPage/data[@alias='bodyText'])" />