From 4df31f407ac53eab08286f38ab21b7ad97467d82 Mon Sep 17 00:00:00 2001 From: "brunobergot@gmail.com" <> Date: Fri, 21 Sep 2012 15:21:04 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20prise=20en=20charge=20des=20d?= =?UTF-8?q?ocuments=20au=20format=20MBTiles=20(qui=20sont=20en=20fait=20de?= =?UTF-8?q?s=20bases=20SQLite,=20peut=20=C3=AAtre=20faudrait-il=20aussi=20?= =?UTF-8?q?ajouter=20ce=20format)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/typedoc.php | 2 ++ paquet.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/base/typedoc.php b/base/typedoc.php index ded62aea..d96f27dd 100644 --- a/base/typedoc.php +++ b/base/typedoc.php @@ -119,6 +119,7 @@ $tables_documents = array( 'kmz' => 'Google Earth Placemark File', 'lyx' => 'Lyx file', 'mathml' => 'MathML', + 'mbtiles' => 'MBTiles', 'm3u' => 'M3U Playlist', 'm3u8' => 'M3U8 Playlist', 'm4u' => 'MPEG4 Playlist', @@ -304,6 +305,7 @@ $tables_mime = array( 'm3u' => 'text/plain', 'm3u8' => 'text/plain', 'mathml' => 'application/mathml+xml', + 'mbtiles' => 'application/x-sqlite3', 'pas' => 'text/x-pascal', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', diff --git a/paquet.xml b/paquet.xml index 6090dc5d..fe4ec191 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,11 +1,11 @@ <paquet prefix="medias" categorie="multimedia" - version="2.7.35" + version="2.7.36" etat="stable" compatibilite="[3.0.0;3.1.*]" logo="prive/themes/spip/images/portfolio-32.png" - schema="1.2.1" + schema="1.2.2" > <nom>Medias</nom> -- GitLab