Manuale:$wgMimeInfoFile
Jump to navigation
Jump to search
MIME types: $wgMimeInfoFile | |
---|---|
Sets the MIME type info file to be used by MimeMagic.php . |
|
Introdotto nella versione: | 1.5.0 |
Rimosso nella versione: | still in use |
Valori concessi: | (path relative to $IP ) |
Valore predefinito: | 'includes/mime.info' |
Impostazioni: Alfabetiche | Per funzione |
Dettagli
Sets the MIME type info file, which assigns each MIME type to one of several general categories. The available categories are as follows:
UNKNOWN |
unknown format |
BITMAP |
some bitmap image or image source (like PSD, etc). Can't scale up. |
DRAWING |
some vector drawing (SVG, WMF, PS, ...) or image source (oo-draw, etc). Can scale up. |
AUDIO |
simple audio file (ogg, mp3, wav, midi, whatever) |
VIDEO |
simple video file (ogg, mpg, etc; do not include formats here that may contain executable sections or scripts!) |
MULTIMEDIA |
Scriptable Multimedia (flash, advanced video container formats, etc) |
OFFICE |
Office Documents, Spreadsheets (office formats possibly containing macros, scripts, etc) |
TEXT |
plain text (possibly containing program code or scripts) |
EXECUTABLE |
binary executable |
ARCHIVE |
archive file (zip, tar, etc) |
A default mime.info file is distributed with MediaWiki.
Esempi:
$wgMimeInfoFile = "/usr/doc/mime.info"; $wgMimeInfoFile = null; // use a limited set of built-in defaults only (defined in MimeMagic.php)