Manual:$wgXMLMimeTypes/ja
From Linux Web Expert
<translate> MIME types</translate>: $wgXMLMimeTypes | |
---|---|
MimeMagic 経由で検出できるようにする XML の MIME タイプの配列 |
|
<translate> Introduced in version:</translate> | 1.13.0 (r36960) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (配列) |
<translate> Default value:</translate> | (下記参照) |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
詳細
この設定では、MimeMagic 経由で検出させたい XML ベースの形式を指定できるようにします。 It maps the root element used by the XML-based format to the MIME type used for that format.
この連想配列では、キーは XML 文書の root 要素 (または xmlns-URI:root 要素) であり、値は関連付ける MIME タイプです。
既定値
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?
];