
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (101)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (12993)
-
vda : Cast to not discard constant qualifier and silence compiler warning
9 avril 2015, par Himangi Saraogi -
Revision f75448ed73 : Merge "Fixed the MSVC compiling error with correct cast" into experimental
23 octobre 2012, par Yaowu XuMerge "Fixed the MSVC compiling error with correct cast" into experimental
-
lavf/rtmpcrypt : Add a cast to silence an unavoidable warning.
16 avril 2018, par Carl Eugen Hoyoslavf/rtmpcrypt : Add a cast to silence an unavoidable warning.
The av_rc4_crypt() documentation allows src == dst.
Silences the following warning :
libavformat/rtmpcrypt.c:304:36 : warning : passing argument 2 of 'av_rc4_crypt' discards 'const' qualifier from pointer target typeReported-by : Reino Wijnsma