moodle/filter/censor
2007-12-19 17:35:20 +00:00
..
filter.php Adding a comment pointing to MDL-3964 which explains why we leave the 2007-11-13 20:03:27 +00:00
filtersettings.php MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
README.txt If no custom list is specified, the default list from the language pack 2005-08-26 08:33:59 +00:00

//////////////////////////
//                      //
//  Censorship Filter   //
//                      //
//////////////////////////

This is a very simple Text Filter that searches text 
being output to the screen, replacing "bad" words 
with other words.

To customise the word list, use the censor settings page
in the filters administration page.

If no customised list has been provided, a default list
specified in the current language pack will be used. Note that
the custom list is an alternative to the default list not
an addition to it.