]> git.mjollnir.org Git - moodle.git/commitdiff
Add a simple README
authormoodler <moodler>
Thu, 16 Oct 2003 09:39:18 +0000 (09:39 +0000)
committermoodler <moodler>
Thu, 16 Oct 2003 09:39:18 +0000 (09:39 +0000)
filter/censor/README.txt [new file with mode: 0644]

diff --git a/filter/censor/README.txt b/filter/censor/README.txt
new file mode 100644 (file)
index 0000000..bbb49af
--- /dev/null
@@ -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.