Recherche avancée

Médias (91)

Autres articles (76)

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

  • List of compatible distributions

    26 avril 2011, par

    The 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 (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (4854)

  • configure : Check whether MSVC requires using the C89-to-C99 converter

    4 novembre 2013, par Martin Storsjö
    configure : Check whether MSVC requires using the C89-to-C99 converter
    

    MSVC does support enough of C99 to work without the converter since
    the 2013 version. Try to detect which version of the compiler in
    the path needs to run the C99 converter or not. When the converter
    is omitted, compilation time is reduced quite drastically.

    Prior to this, users could still use —cc="c99conv -noconv cl"
    when running MSVC 2013 to achieve the same.

    This checks the version number instead of doing a normal compile
    test, since this check needs to be done earlier in configure, before
    the normal compile test helpers are usable.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • Anomalie #3811 (Fermé) : Sur le Wiki de Contrib = versionning apparent incorrect !

    4 mai 2017, par cedric -
  • crc : add ANSI CRC16 LE

    14 avril 2014, par Alessandro Ghedini
    crc : add ANSI CRC16 LE
    

    This adds the reversed byte-order version of the ANSI CRC16.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavutil/crc.c
    • [DBH] libavutil/crc.h
    • [DBH] libavutil/version.h
    • [DBH] tests/ref/fate/crc