Manual:$wgMimeInfoFile/pt-br

Category:MediaWiki configuration settings/pt-br#MimeInfoFileCategory:MediaWiki configuration settings introduced in version 1.5.0/pt-br#MimeInfoFileCategory:MediaWiki configuration settings still in use/pt-br#MimeInfoFileCategory:MIME types variables/pt-br#MimeInfoFile
Tipos MIME: $wgMimeInfoFile
Sets the MIME type info file to be used by MimeAnalyzer.php .
Introduzida na versão:1.5.0
Removida na versão:Ainda em uso
Valores permitidos:(path relative to $IP )
Valor padrão:'internal' (1.35+)
'includes/mime.info' (1.5-1.34)

Details

Sets the MIME type info file, which assigns each MIME type to one of several general categories. The available categories are as follows:

UNKNOWNunknown format
BITMAPsome bitmap image or image source (like PSD, etc). Can't scale up.
DRAWINGsome vector drawing (SVG, WMF, PS, ...) or image source (oo-draw, etc). Can scale up.
AUDIOsimple audio file (ogg, mp3, wav, midi, whatever)
VIDEOsimple video file (ogg, mpg, etc; do not include formats here that may contain executable sections or scripts!)
MULTIMEDIAScriptable Multimedia (flash, advanced video container formats, etc)
OFFICEOffice Documents, Spreadsheets (office formats possibly containing macros, scripts, etc)
TEXTplain text (possibly containing program code or scripts)
EXECUTABLEbinary executable
ARCHIVEarchive file (zip, tar, etc)

A default mime.info file is distributed with MediaWiki.

Examples:

$wgMimeInfoFile = "/usr/doc/mime.info";
$wgMimeInfoFile = null;   // use a limited set of built-in defaults only (defined in {{git file|project=mediawiki/core|branch=master|file=includes/libs/mime/MimeAnalyzer.php|line=137|text=MimeAnalyzer.php}})

Ver também

Category:MIME types variables/pt-br Category:MediaWiki configuration settings/pt-br Category:MediaWiki configuration settings introduced in version 1.5.0/pt-br Category:MediaWiki configuration settings still in use/pt-br