Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (73)

  • 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" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (13684)

  • src/flac/main.c : Improve raw format help text help.

    2 juillet 2014, par Erik de Castro Lopo
    src/flac/main.c : Improve raw format help text help.
    

    The —endian and —sign options aren’t just for raw input, but also
    for raw output.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/main.c
  • libFLAC/cpu.c : Refactor disabling SSE into a single function.

    9 août 2014, par Erik de Castro Lopo
    libFLAC/cpu.c : Refactor disabling SSE into a single function.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/cpu.c
  • getopt.c : Pointer comparison fix

    17 janvier 2017, par Erik de Castro Lopo
    getopt.c : Pointer comparison fix
    

    * Remove <stdint.j> because MSVC 2005 (and probably 2008) don’t have it.
    * Fix pointer difference caclulation between `nameend` and `nextchar`.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/getopt/getopt.c