Manual:$wgXMLMimeTypes/fr

From Linux Web Expert

Revision as of 02:24, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> MIME types</translate>: $wgXMLMimeTypes
Un tableau de types MIME XML que l'on peut détecter via MimeAnalyzer
<translate> Introduced in version:</translate>1.13.0 (r36960)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(tableau)
<translate> Default value:</translate>(voir ci-dessous)

Détails

Ce paramètre permet aux utilisateurs de spécifier les formats basés XML qu'ils souhaitent voir détecter par MimeAnalyzer. Il établit la correspondance entre l'élément racine utilisé par le format basé XML, et le type MIME utilisé pour ce format.

Dans ce tableau associatif, la clé est l'élément racine du document XML (ou xmlns-URI:root-element), et la valeur est le type MIME associé.

Valeur par défaut

Version de MediaWiki :
<translate> ≥</translate> 1.13
$wgXMLMimeTypes = [
	'http://www.w3.org/2000/svg:svg' => 'image/svg+xml',
	'svg' => 'image/svg+xml',
	'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram',
	'http://www.w3.org/1999/xhtml:html' => 'text/html', // application/xhtml+xml?
	'html' => 'text/html', // application/xhtml+xml?
];

Voir aussi