
Recherche avancée
Autres articles (105)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (12961)
-
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
4 novembre 2016, par marcimat ☺☮☯♫Donc pour que ça fonctionne tel quel, on a du intégrer le patch de cerdic dans
url_de_base()
if ( $http == ’http’ AND isset($_SERVER[’HTTP_X_FORWARDED_PROTO’]) AND $_SERVER[’HTTP_X_FORWARDED_PROTO’] == ’https’ AND strncmp($GLOBALS[’meta’][’adresse_site’], ’https’, 5) == 0) $http = ’https’ ;
Ainsi qu’ajouter dans mes_options le port 80 comme étant normal pour du https (sinon il ajoutait :80 aux urls) :
// considérer le port 80 comme un port https // nginx:443 => apache:80 => spip… define(’_PORT_HTTPS_STANDARD’, ’443,80’) ;
-
Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?
26 octobre 2016, par Yohann PrigentNe faut-il pas utiliser la fonction getallheaders() pour récupérer ces entêtes, même en cas d’un Reverse Proxy Apache ?
-
Looking for Sox (Sound eXchange) libs port for android
5 octobre 2016, par azure313I’m new to mobile development, and i’m developing a mobile application with sound effect functions.
I find out that Sox (Sound eXchange) is very strong in desktop environment, and very easy to use, but it didn’t have any libs Port for Android.Does anyone know how to port SoX to Android or is there any other libs instead ?
I already try ffmpeg, but it didn’t have Reverb effect, so i switch to SoX.
Thank.