
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (15)
-
Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)
31 mai 2013, parLorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
Description des scripts
Trois scripts Munin ont été développés :
1. mediaspip_medias
Un script de (...) -
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 (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (3521)
-
FFMPEG not found at my local server
3 mai 2013, par user2319553i have installed ffmpeg on my local server and the phpinfo() function of php is showing that it has been enabled.
When i am using Video Embed & Thumbnail Generator a wordpress plugin i ahve to specify the location where ffmpeg is installed i.e " Path to applications on server :" and when i enter the url it showing me that ffmpeg is not installed here.http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/
Any help will be pretty much accepted.
-
Fixed error messages when server vars are not set.
26 avril 2013, par blueimpm server/php/UploadHandler.php
Fixed error messages when server vars are not set.
-
Revision ac980b71cf : Improve sign consistency. Fix warning on windows : signed/unsigned mismatch on l
23 avril 2013, par JohannChanged Paths :
Modify /vp9/vp9_dx_iface.c
Improve sign consistency.Fix warning on windows : signed/unsigned mismatch on lines 415, 454
Comparison was between size_t data_sz >= int index_sz on 415 and
unsigned int data_sz >= int index_sz on 454. Both might be changed to
size_t but that would be tracing and replacing all comparisons is
outside the scope of this change.In the rest of these two functions ensure unsigned values are used
consistently.Change-Id : I922b399ceca612a92f44b9d1d331c1c6bae9d768