[SPIP] ~maj v3.0.14-->v3.0.17
[ptitvelo/web/www.git] / www / plugins-dist / medias / base / typedoc.php
index dd75391..e446b58 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\\r
  *  SPIP, Systeme de publication pour l'internet                           *\r
  *                                                                         *\r
- *  Copyright (c) 2001-2013                                                *\r
+ *  Copyright (c) 2001-2014                                                *\r
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *\r
  *                                                                         *\r
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *\r
@@ -115,6 +115,7 @@ $tables_documents = array(
                        'h' => 'C header',\r
                        'html' => 'HTML',\r
                        'jar' => 'Java Archive',\r
+                       'json' => 'JSON',\r
                        'kml' => 'Keyhole Markup Language',\r
                        'kmz' => 'Google Earth Placemark File',\r
                        'lyx' => 'Lyx file',\r
@@ -147,6 +148,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
@@ -299,6 +301,7 @@ $tables_mime = array(
                'h'  => 'text/x-chdr',\r
                'html' => 'text/html',\r
                'jar' => 'application/java-archive',\r
+               'json' => 'application/json',\r
                'kml' => 'application/vnd.google-earth.kml+xml',\r
                'kmz' => 'application/vnd.google-earth.kmz',\r
                'lyx' => 'application/x-lyx',\r
@@ -329,6 +332,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 +397,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