Manuel:$wgTidyConf
Cette fonctionnalité a été supprimée du noyau Mediawiki dans la version 1.33.0. Voyez $wgTidyConfig['tidyConfigFile'] comme manière alternative pour utiliser cette fonctionnalité. |
Tidy: $wgTidyConf | |
---|---|
Should be set to the path of the tidy configuration file. |
|
Introduit dans la version : | 1.3.0 |
Obsolète dans la version : | 1.26.0 (Gerrit change 235401; git #2c6c954e) |
Retiré dans la version : | 1.33.0 (Gerrit change 467972; git #6db35b3c) |
Valeurs autorisées : | (chemin absolu) |
Valeur par défaut : | "{$IP }/includes/tidy/tidy.conf" (1.26-1.32)
"{$IP }/extensions/tidy/tidy.conf" (1.3-1.19) |
Autres paramètres : Alphabétique | Par Fonction |
Détails
May be set to the path of the custom configuration file for tidy if $wgUseTidy
is set.
Before MediaWiki Version 1.10, this should be set to the actual location of the tidy configuration file, or a working configuration should be placed at $IP /extensions/tidy/tidy.conf
.
See Manual talk:$wgUseTidy#Example Tidy Configuration File for an example.
Since Version 1.10 a working default configuration is provided at $IP /includes/tidy.conf
.