Skip to content

Commit

Permalink
Changed the name of all filters to be consistent.
Browse files Browse the repository at this point in the history
Removed texh filter
  • Loading branch information
moodler committed Feb 17, 2004
1 parent 830e238 commit 4da8507
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 140 deletions.
4 changes: 2 additions & 2 deletions filter/censor/censor.php → filter/censor/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// printed text, replacing words with other words
//
// To activate this filter, add a line like this to your
// config.php:
// list of filters in your Filter configuration:
//
// $CFG->textfilter1 = 'filter/censor/censor.php';
// filter/censor/filter.php
//
//////////////////////////////////////////////////////////////

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// This filter will replace any links to a media file with
// a media plugin that plays that media inline
//
// To activate this filter, add his to your list of filters
// in Admin -> Configuration -> Variables
// To activate this filter, add a line like this to your
// list of filters in your Filter configuration:
//
// filter/mediaplugin/mediaplugin.php';
// filter/mediaplugin/filter.php
//
//////////////////////////////////////////////////////////////

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
// //
///////////////////////////////////////////////////////////////////////////
// //
// To activate this filter, add a line like this to your //
// list of filters in your Filter configuration: //
// //
// filter/multilang/filter.php //
// //
// See README.txt for more information about this module //
// //
///////////////////////////////////////////////////////////////////////////
Expand Down
12 changes: 8 additions & 4 deletions filter/tex/tex_filter.php → filter/tex/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
// NOTE: This Moodle text filter converts TeX expressions delimited
// by either $$...$$ or by <tex...>...</tex> tags to gif images using
// mimetex.cgi obtained from http://www.forkosh.com/mimetex.html authored by
// John Forkosh john@forkosh.com. The mimetex.cgi ELF binary compiled for Linux i386
// is included with this distribution.
// John Forkosh john@forkosh.com. Several binaries of this areincluded with
// this distribution.
// Note that there may be patent restrictions on the production of gif images
// in Canada and some parts of Western Europe and Japan until July 2004.
//-------------------------------------------------------------------------
// You will then need to edit your moodle/config.php to invoke tex_filter.php
//-------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// To activate this filter, add a line like this to your //
// list of filters in your Filter configuration: //
// //
// filter/tex/filter.php //
/////////////////////////////////////////////////////////////////////////////

$CFG->texfilterdir = "filter/tex";

Expand Down
131 changes: 0 additions & 131 deletions filter/texh/texh.php

This file was deleted.

0 comments on commit 4da8507

Please sign in to comment.