
Recherche avancée
Autres articles (66)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
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 (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (4430)
-
Today we celebrate Data Privacy Day 2019
28 janvier 2019, par Jake Thornton — Privacy -
avdevice/sdl2 : add option to set window position
1er octobre 2018, par Dave Riceavdevice/sdl2 : add option to set window position
Allows arrangement of multiple windows such as :
ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscopSome changes by Marton Balint :
allow negative position (partially or fully out-of-screen positions seem to
be sanitized automatically by SDL (or my WM ?), so no special handling is
needed)only show window after the position is set
do not use resizable and borderless flags at the same time, that caused
issues in ffplayadd docs
Signed-off-by : Marton Balint <cus@passwd.hu>
-
avformat/nsvdec : Do not parse multiple NSVf
16 août 2018, par Michael Niedermayeravformat/nsvdec : Do not parse multiple NSVf
The specification states "NSV files may contain a single file header. "
Fixes : out of array access
Fixes : nsv-asan-002f473f726a0dcbd3bd53e422c4fc40b3cf3421Found-by : Paul Ch <paulcher@icloud.com>
Tested-by : Paul Ch <paulcher@icloud.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>