
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (31)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (2901)
-
Anomalie #2579 : formulaire de document en colonne gauche
6 mars 2012, par chan kalanpardon, c’était un peu léger : Firefox 10.0.2 sur ubuntu 11.10 (Firefox for ubuntu), l’attribut size qui passe est size="4" (actuellement 12) ça fait court mais c’est praticable je suis étonné que ce soit invisible sur d’autre OS... bug très mineur si seulement présent sur ubuntu, on peut laisser (...)
-
Anomalie #2774 : #INTRODUCTION + raccourcis typo ancre
27 juin 2012, par chan kalanreproduit sur grml.eu (pour confirmer, même tardivement) et surtout sur un SPIP 2.1.15 également lorsque le texte est assez long, ça ne se reproduit pas si le texte est plus court, et il y a une différence de quelques caractères entre SPIP 3.0.2 et SPIP 2.1.15 : plutôt étrange... (même si c’est (...)
-
libavformat/segment : change segment_list_size behavior to match hls_list_size behavior.
9 juillet 2014, par Simon Thelenlibavformat/segment : change segment_list_size behavior to match hls_list_size behavior.
Make the segment muxer keep segment_list_size segments instead of
segment_list_size + 1 segments. This patch also changes the
documentation for segment_list_size to reduce possible confusion over
how many segments are kept.this allows the segment list to
be limited to containing only one segment which used to be impossible
because a segment_list_size of 0 kept all the segments and a
segment_list_size of 1 kept 2 segments.Signed-off-by : Simon Thelen <ffmpeg-dev@c-14.de>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>