
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (21)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (5625)
-
Anomalie #3608 : Tables de la base de données indispo depuis l’espace privé quand le préfix est au...
29 novembre 2015, par marcimat ☺☮☯♫Je ne sais pas si on corrige.
Une solution est de restreindre un peu ces expressions régulières :$vraie_table = preg_replace(’/^spip/’, $prefixe, $table) ;
En
$vraie_table = preg_replace(’/^spip_/’, $prefixe . ’_’, $table) ;
-
Revision 8ce9fb8d21 : bitstream : give exported symbols a vp9_ prefix ; make local symbols static. Chan
30 octobre 2012, par Ronald S. BultjeChanged Paths : Modify /vp8/encoder/bitstream.c Modify /vp8/encoder/bitstream.h Modify /vp8/encoder/onyx_if.c bitstream : give exported symbols a vp9_ prefix ; make local symbols static. Change-Id : I3aa5b515c1eae19ae40ba9808d133590c95f7d13
-
vsrc_movie : rename video movie specific callbacks, prefix them with "movie"
18 août 2011, par Stefano Sabatinivsrc_movie : rename video movie specific callbacks, prefix them with "movie"