Changeset 53857 in spip-zone
- Timestamp:
- Oct 30, 2011, 3:39:56 PM (9 years ago)
- Location:
- _core_/plugins/medias
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/medias/base/typedoc.php
r53855 r53857 73 73 'spx' => 'Ogg Speex', 74 74 'svg' => 'Scalable Vector Graphics', 75 'svgz' => 'Compressed Scalable Vector Graphic', 75 76 'swf' => 'Flash', 76 77 'tif' => 'TIFF', … … 86 87 // Documents varies 87 88 $tables_documents = array( 89 '7z' => '7 Zip', 88 90 'abw' => 'Abiword', 89 91 'ai' => 'Adobe Illustrator', 92 'asx' => 'Advanced Stream Redirector', 93 'bib' => 'BibTeX', 90 94 'bz2' => 'BZip', 91 95 'bin' => 'Binary Data', … … 93 97 'c' => 'C source', 94 98 'cls' => 'LaTeX Class', 99 'csl' => 'Citation Style Language', 95 100 'css' => 'Cascading Style Sheet', 96 101 'csv' => 'Comma Separated Values', 97 102 'deb' => 'Debian', 98 103 'doc' => 'Word', 104 'dot' => 'Word Template', 99 105 'djvu' => 'DjVu', 100 106 'dvi' => 'LaTeX DVI', 107 'emf' => 'Enhanced Metafile', 108 'enl' => 'EndNote Library', 109 'ens' => 'EndNote Style', 110 'epub' => 'EPUB', 101 111 'eps' => 'PostScript', 112 'gpx' => 'GPS eXchange Format', 102 113 'gz' => 'GZ', 103 114 'h' => 'C header', 115 'htm' => 'HTML', 104 116 'html' => 'HTML', 117 'jar' => 'Java Archive', 105 118 'kml' => 'Keyhole Markup Language', 106 119 'kmz' => 'Google Earth Placemark File', 107 'm4u' => 'MPEG4 playliste', 120 'mathml' => 'MathML', 121 'm3u' => 'M3U Playlist', 122 'm3u8' => 'M3U8 Playlist', 123 'm4u' => 'MPEG4 Playlist', 108 124 'pas' => 'Pascal', 109 125 'pdf' => 'PDF', 110 126 'pgn' => 'Portable Game Notation', 127 'pls' => 'Playlist', 128 'pot' => 'PowerPoint Template', 111 129 'ppt' => 'PowerPoint', 112 130 'ps' => 'PostScript', 113 131 'psd' => 'Photoshop', 132 'rar' => 'WinRAR', 133 'rdf' => 'Resource Description Framework', 134 'ris' => 'RIS', 114 135 'rpm' => 'RedHat/Mandrake/SuSE', 115 136 'rtf' => 'RTF', 116 'sdd' => 'StarOffice', 117 'sdw' => 'StarOffice', 137 'sdc' => 'StarOffice Spreadsheet', 138 'sdd' => 'StarOffice Presentation', 139 'sdw' => 'StarOffice Writer document', 118 140 'sit' => 'Stuffit', 141 'sla' => 'Scribus', 142 'srt' => 'SubRip Subtitle', 143 'ssa' => 'SubStation Alpha Subtitle', 119 144 'sty' => 'LaTeX Style Sheet', 120 145 'sxc' => 'OpenOffice.org Calc', … … 126 151 'ttf' => 'TTF Font', 127 152 'txt' => 'Texte', 153 'usf' => 'Universal Subtitle Format', 128 154 'xcf' => 'GIMP multi-layer', 129 155 'xspf' => 'XSPF', 130 156 'xls' => 'Excel', 157 'xlt' => 'Excel Template', 131 158 'xml' => 'XML', 159 'wmf' => 'Windows Metafile', 160 'wpl' => 'Windows Media Player Playlist', 161 'yaml' => 'YAML', 132 162 'zip' => 'Zip', 133 163 … … 228 258 'spx' => 'audio/ogg', 229 259 'svg' => 'image/svg+xml', 260 'svgz' => 'image/svg+xml', 230 261 'swf' => 'application/x-shockwave-flash', 231 262 'ts' => 'video/MP2T', … … 238 269 239 270 // Documents varies 271 '7z' => 'application/x-7z-compressed', 240 272 'ai' => 'application/illustrator', 241 273 'abw' => 'application/abiword', 274 'asx' => 'video/x-ms-asf', 275 'bib' => 'application/x-bibtex', 242 276 'bin' => 'application/octet-stream', # le tout-venant 243 277 'blend' => 'application/x-blender', 244 278 'bz2' => 'application/x-bzip2', 245 279 'c' => 'text/x-csrc', 280 'csl' => 'application/xml', 246 281 'css' => 'text/css', 247 282 'csv' => 'text/csv', 248 283 'deb' => 'application/x-debian-package', 249 284 'doc' => 'application/msword', 285 'dot' => 'application/msword', 250 286 'djvu' => 'image/vnd.djvu', 251 287 'dvi' => 'application/x-dvi', 288 'emf' => 'image/x-emf', 289 'enl' => 'application/octet-stream', 290 'ens' => 'application/octet-stream', 252 291 'eps' => 'application/postscript', 292 'epub' => 'application/epub+zip', // pas enregistre par IANA 293 'gpx' => 'application/gpx+xml', // pas enregistre par IANA 253 294 'gz' => 'application/x-gzip', 254 295 'h' => 'text/x-chdr', 296 'htm' => 'text/html', 255 297 'html' => 'text/html', 298 'jar' => 'application/java-archive', 256 299 'kml' => 'application/vnd.google-earth.kml+xml', 257 300 'kmz' => 'application/vnd.google-earth.kmz', 301 'm3u' => 'text/plain', 302 'm3u8' => 'text/plain', 303 'mathml' => 'application/mathml+xml', 258 304 'pas' => 'text/x-pascal', 259 305 'pdf' => 'application/pdf', 260 306 'pgn' => 'application/x-chess-pgn', 307 'pls' => 'text/plain', 261 308 'ppt' => 'application/vnd.ms-powerpoint', 309 'pot' => 'application/vnd.ms-powerpoint', 262 310 'ps' => 'application/postscript', 263 311 'psd' => 'image/x-photoshop', // pas enregistre par IANA 312 'rar' => 'application/x-rar-compressed', 313 'rdf' => 'application/rdf+xml', 314 'ris' => 'application/x-research-info-systems', 264 315 'rpm' => 'application/x-redhat-package-manager', 265 316 'rtf' => 'application/rtf', 317 'sdc' => 'application/vnd.stardivision.calc', 266 318 'sdd' => 'application/vnd.stardivision.impress', 267 319 'sdw' => 'application/vnd.stardivision.writer', 268 320 'sit' => 'application/x-stuffit', 321 'sla' => 'application/x-scribus', 322 'srt' => 'text/plain', 323 'ssa' => 'text/plain', 269 324 'sxc' => 'application/vnd.sun.xml.calc', 270 325 'sxi' => 'application/vnd.sun.xml.impress', … … 275 330 'ttf' => 'application/x-font-ttf', 276 331 'txt' => 'text/plain', 332 'usf' => 'application/xml', 277 333 'xcf' => 'application/x-xcf', 278 334 'xls' => 'application/vnd.ms-excel', 335 'xlt' => 'application/vnd.ms-excel', 336 'wmf' => 'image/x-emf', 337 'wpl' => 'application/vnd.ms-wpl', 279 338 'xspf' => 'application/xspf+xml', 280 339 'xml' => 'application/xml', 340 'yaml' => 'text/yaml', 281 341 'zip' => 'application/zip', 282 342 -
_core_/plugins/medias/medias_administrations.php
r53158 r53857 97 97 array('sql_alter',"TABLE spip_documents CHANGE taille taille bigint"), 98 98 ); 99 $maj['0.16.0'] = array( 100 array('creer_base_types_doc'), 101 ); 99 102 include_spip('base/upgrade'); 100 103 maj_plugin($nom_meta_base_version, $version_cible, $maj); -
_core_/plugins/medias/paquet.xml
r53798 r53857 2 2 prefix="medias" 3 3 categorie="multimedia" 4 version="2. 4.2"4 version="2.5.0" 5 5 etat="test" 6 6 compatibilite="[3.0.0-alpha2;[" 7 7 logo="prive/themes/spip/images/portfolio-32.png" 8 schema="0.1 5.1"8 schema="0.16.0" 9 9 > 10 10
Note: See TracChangeset
for help on using the changeset viewer.