Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (52)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (2201)

  • avcodec/aac_ac3_parser : account for data already in the parsing buffer

    5 avril 2018, par Hendrik Leppkes
    avcodec/aac_ac3_parser : account for data already in the parsing buffer
    

    If a frame starts very close to a packet boundary, the start code may
    already have been added to the parsing buffer, indicated by a small
    negative value of "i", while the header is still being tracked in the
    "state" variable.

    Reduce the remaining size accordingly, otherwise trying to find the next
    frame could skip over the frame header and lump two frames together as
    one.

    • [DH] libavcodec/aac_ac3_parser.c
  • lavd/avfoundation : Add basic transport control observation for capable devices.

    5 mars 2020, par Thilo Borgmann
    lavd/avfoundation : Add basic transport control observation for capable devices.
    
    • [DH] libavdevice/avfoundation.m
  • Listing files in numerical order instead of alphabetical ?

    24 janvier 2012, par lazeR

    Basically, I have a bunch of files with a common prefix (logo%d.jpg) .

    When they are viewed using ls or even when looping through a directory in PHP, I don't receive them in numerical order, meaning logo1.jpg, logo2.jpg.

    Instead I get them in alphabetical order, like :

    logo1.jpg, logo10.jpg, logo11.jpg ... logo 19.jpg, logo2.jpg (Instead of logo20.jpg)

    Is there a way to ouput them in numerical order ? logo1, logo2, logo3 .. etc.