X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmedias%2Fbase%2Ftypedoc.php;h=089ec7a801203082c4b2f750ebddaa28cab9df78;hp=dd753916208982d2980fd4d1b8c6c6c74259c8fe;hb=f489d45ae677afde12ba9c9f70f463ea34787b45;hpb=0dda6af18a04031b1ca8e217187966077e752fe3 diff --git a/www/plugins-dist/medias/base/typedoc.php b/www/plugins-dist/medias/base/typedoc.php index dd75391..089ec7a 100644 --- a/www/plugins-dist/medias/base/typedoc.php +++ b/www/plugins-dist/medias/base/typedoc.php @@ -147,6 +147,7 @@ $tables_documents = array( 'sxc' => 'OpenOffice.org Calc', 'sxi' => 'OpenOffice.org Impress', 'sxw' => 'OpenOffice.org', + 'tar' => 'Tar', 'tex' => 'LaTeX', 'tgz' => 'TGZ', 'torrent' => 'BitTorrent', @@ -329,6 +330,7 @@ $tables_mime = array( 'sxc' => 'application/vnd.sun.xml.calc', 'sxi' => 'application/vnd.sun.xml.impress', 'sxw' => 'application/vnd.sun.xml.writer', + 'tar' => 'application/x-tar', 'tex' => 'text/x-tex', 'tgz' => 'application/x-gtar', 'torrent' => 'application/x-bittorrent', @@ -393,7 +395,8 @@ $tables_mime = array( 'audio/x-musepack' => 'audio/musepack', 'audio/webm' => 'video/webm', 'video/flv' => 'video/x-flv', - 'video/mp4' => 'application/mp4' + 'video/mp4' => 'application/mp4', + 'image/jpg' => 'image/jpeg' ); ?>