French language update
[dokuwiki/radio.git] / conf / mime.conf
blob2e1ce6bb049027467de6b5fec2a1d64579fe937a
1 # Allowed uploadable file extensions and mimetypes are defined here.
2 # To extend this file it is recommended to create a mime.local.conf
3 # file. Mimetypes that should be downloadable and not be opened in the
4 # should be prefixed with a !
6 jpg     image/jpeg
7 jpeg    image/jpeg
8 gif     image/gif
9 png     image/png
10 tgz     !application/octet-stream
11 tar     !application/x-gtar
12 gz      !application/octet-stream
13 bz2     !application/octet-stream
14 zip     !application/zip
15 rar     !application/rar
16 pdf     application/pdf
17 ps      !application/postscript
18 doc     !application/msword
19 xls     !application/msexcel
20 ppt     !application/mspowerpoint
21 rtf     !application/msword
22 swf     application/x-shockwave-flash
24 rpm     !application/octet-stream
25 deb     !application/octet-stream
27 sxw     !application/soffice
28 sxc     !application/soffice
29 sxi     !application/soffice
30 sxd     !application/soffice
32 odc     !application/vnd.oasis.opendocument.chart
33 odf     !application/vnd.oasis.opendocument.formula
34 odg     !application/vnd.oasis.opendocument.graphics
35 odi     !application/vnd.oasis.opendocument.image
36 odp     !application/vnd.oasis.opendocument.presentation
37 ods     !application/vnd.oasis.opendocument.spreadsheet
38 odt     !application/vnd.oasis.opendocument.text
40 # You should enable HTML and Text uploads only for restricted Wikis.
41 # Spammers are known to upload spam pages through unprotected Wikis.
42 # Note: Enabling HTML opens Cross Site Scripting vulnerabilities
43 #       through JavaScript. Only enable this with trusted users. You
44 #       need to disable the iexssprotect option additionally to
45 #       adding the mime type here
46 #html    text/html
47 #htm     text/html
48 #txt     text/plain
49 #conf    text/plain
50 #xml     text/xml