
Recherche avancée
Médias (21)
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (62)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7742)
-
Anomalie #2022 (Nouveau) : redirection des anciennes urls .php3
6 avril 2011, par vince majJ’ai procédé a une mise a jour d’un site spip 1.8 en 2.1.9. J’avais une erreur 500 quand j’appelais une ancienne url de type /article.php3 ?id_article=2111 Après quelques recherches, j’ai trouvé la source du bug, dans le fichier : ecrire/inc/headers.php à la ligne 146 Je suis hébergé sur un (...)
-
Anomalie #2022 : redirection des anciennes urls .php3
6 avril 2011, par cedric -Quelle est ta correction ? La doc PHP précise pourtant bien "Avec FastCGI vous devez utiliser ceci pour une réponse 404 :" cf http://fr.php.net/manual/fr/function.header.php
-
Anomalie #2022 : redirection des anciennes urls .php3
6 avril 2011, par vince majbah la j’ai pas cherché midi a 14h.. j’ai donc remplacé ces lignes la : if ($php_cgi) header("Status : ".$status_string[$status]) ; else header("HTTP/1.0 ".$status_string[$status]) ; par : header("HTTP/1.0 ".$status_string[$status]) ; et la ca marche.. Je ne suis pas capable d’expliquer pourquoi (...)