Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (14640)

  • Anomalie #3024 : spip_loader.php et IE8 (oui.... les pros du C/S traditionnels l’exigent !)

    3 mai 2015, par Franck Dalot

    Juste pour dire que la version 2.5.5 de spip_loader fonctionne très bien sous internet explore 11 et windows 8.1 :-)

  • Pros and cons of installing ffmpeg into the caller's docker container vs. separate container [closed]

    8 mai 2022, par Irina Rapoport

    I have a dockerized app that spawns ffmpeg in a child process. It then communicates with it via standard input/output. The app runs under k3d.

    


    I could install ffmpeg in the parent's Dockerfile, by doing

    


    RUN apt-get install -y ffmpeg


    


    Or I can run it in a container of its own. What are the pros and cons of each approach ?

    


    Container start-up cost, while small, may become an issue, because it's started often.

    


  • Added localization example.

    15 février 2012, par Sebastian Tschan

    + css/style.css m index.html + js/locale.js m js/vendor/jquery.ui.widget.js m test/index.html Added localization example. Moved generic CSS style into external file. Removed Bang from jQuery UI Widget comment header, to prevent the comment from showing up in minified source (...)