From: moodler Date: Thu, 16 Oct 2003 09:39:18 +0000 (+0000) Subject: Add a simple README X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b81789c55bd0ff99331fba812da49a5150fcfc5c;p=moodle.git Add a simple README --- diff --git a/filter/censor/README.txt b/filter/censor/README.txt new file mode 100644 index 0000000000..bbb49afed2 --- /dev/null +++ b/filter/censor/README.txt @@ -0,0 +1,17 @@ +////////////////////////// +// // +// Censorship Filter // +// // +////////////////////////// + +This is a very simple Text Filter that searches text +being output to the screen, replacing "bad" words +with other words. + +To activate this filter, add a line like this to your +config.php: + + $CFG->textfilter1 = 'filter/censor/censor.php'; + + +To customise the word list, edit cursor.php.