
Recherche avancée
Autres articles (46)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (8067)
-
Merge remote-tracking branch ’ubitux/lavfi-mixed-short-long’
11 avril 2013, par Michael NiedermayerMerge remote-tracking branch ’ubitux/lavfi-mixed-short-long’
-
lavd/vfwcap : Pass pointers to int instead of long to av_parse_video_size().
15 avril 2018, par Carl Eugen Hoyoslavd/vfwcap : Pass pointers to int instead of long to av_parse_video_size().
Fixes the following warnings :
libavdevice/vfwcap.c:331:35 : warning : passing argument 1 of 'av_parse_video_size' from incompatible pointer type
libavdevice/vfwcap.c:331:59 : warning : passing argument 2 of 'av_parse_video_size' from incompatible pointer typeReported-by : Reino Wijnsma
-
avcodec/adpcm : replace char/short/long with int8_t/int16_t/int
4 mai 2016, par Paul B Mahol