Recherche avancée

Médias (91)

Autres articles (52)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (8213)

  • Evolution #3229 : Utiliser une méthode standard dès que l’on a besoin d’un module JS

    22 octobre 2014, par cedric -

    Il y a plusieurs problématiques : chargement asynchrone, chargement seulement si besoin, dépendances.
    A voir comment traiter ça complètement et proprement, pas de solution idéale en tête.
    Actuellement ma préférence va pour :
    - si le JS a des chances d’être utilisé sur une majorité de page, insertion dans le head pour qu’il soit minifié, concaténé avec les autres scripts et toujours chargé
    - si le JS sera vraisemblablement utilisé sur une minorité de page, on charge son js via getScript+callback ce qui permet de ne le charger que si besoin, et est compatible chargement async par jQl

    Mais ça ne traite pas tous les problèmes.

  • ffmpeg unable to initialize module windows 7 32 bit

    24 septembre 2014, par Williams

    I have installed ffmpeg in window 7 32 bit in my php extension.When i start apache,i am getting message like "PHp startup : ffmpeg : unable to initialize module"

    My Xampp version : 2.5
    My php version : 5.3.8.0

    How to solve this issue ?

  • running command line programs in background using python os or subprocess module

    12 mai 2017, par user3735489

    I am trying to run a command using os or subproccess module in python. the command prompt window briefly flickers before terminating. Is there a way of eliminating that popping up of command prompt window..?

    For example :

    os.system("ffmpeg -i output.wav output.flac")

    Is there a way I can run this in the background so that user may not notice this..?

    I am running windows 7 with python 2.7.