[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / medias / base / typedoc.php
index dd75391..089ec7a 100644 (file)
@@ -147,6 +147,7 @@ $tables_documents = array(
                        'sxc' => 'OpenOffice.org Calc',\r
                        'sxi' => 'OpenOffice.org Impress',\r
                        'sxw' => 'OpenOffice.org',\r
+                       'tar' => 'Tar',\r
                        'tex' => 'LaTeX',\r
                        'tgz' => 'TGZ',\r
                        'torrent' => 'BitTorrent',\r
@@ -329,6 +330,7 @@ $tables_mime = array(
                'sxc' => 'application/vnd.sun.xml.calc',\r
                'sxi' => 'application/vnd.sun.xml.impress',\r
                'sxw' => 'application/vnd.sun.xml.writer',\r
+               'tar' => 'application/x-tar',\r
                'tex' => 'text/x-tex',\r
                'tgz' => 'application/x-gtar',\r
                'torrent' => 'application/x-bittorrent',\r
@@ -393,7 +395,8 @@ $tables_mime = array(
                'audio/x-musepack' => 'audio/musepack',\r
                'audio/webm' => 'video/webm',\r
                'video/flv' => 'video/x-flv',\r
-               'video/mp4' => 'application/mp4'\r
+               'video/mp4' => 'application/mp4',\r
+               'image/jpg' => 'image/jpeg'\r
        );\r
 \r
 ?>\r