Advanced search

Medias (0)

Tag: - Tags -/albums

No media matches your criterion on the site.

Other articles (48)

  • Les autorisations surchargées par les plugins

    27 April 2010, by

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

  • Le plugin : Podcasts.

    14 July 2010, by

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 video/mp4 (...)

  • Organiser par catégorie

    17 May 2013, by

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

On other websites (7306)

  • Revert "Merge commit '66988320794a107f2a460eaa71dbd9fab8056842'"

    27 September 2017, by James Almer
    Revert "Merge commit '66988320794a107f2a460eaa71dbd9fab8056842'"
    

    This reverts commit 740e557d6eac3b579dfed53ed92ae70e2089c77c, reversing
    changes made to 932e28b13e9ae29262dfd28419b700e03716e85e.

    The commit apparently broke builds with shared libs, and "suggesting"
    the use of external libraries that need to be explicitly enable has
    dubious usefulness anyway.

    • [DH] configure
  • Revert "Merge commit ’8b830ee9a26d47b138f12a82085cdb372f407f1e’" (avconv: Do not...

    11 October 2015, by Michael Niedermayer
    Revert "Merge commit ’8b830ee9a26d47b138f12a82085cdb372f407f1e’" (avconv: Do not try to configure filter outputs without streams)
    

    FFmpeg already tests for this case in configure_output_filter() and printed a
    clearer error message

    example:
    ./ffmpeg -f lavfi -i color -f lavfi -i color -filter_complex "[1]null[x],[0][1]overlay" -f null -
    before the merge / after the revert:
    Filter null has a unconnected output

    after the merge / before the revert:
    Output pad "default" with type video of the filter instance "Parsed_null_0" of null not connected to any destination
    Error configuring complex filters.
    Invalid argument

    This reverts commit 3e3779cd517e4d2d1f21d5eb6afdb428cd3c1aa0, reversing
    changes made to 0b28039a44b33753d77116691d680bd60f3bac1f.

    Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>

    • [DH] ffmpeg_filter.c
  • Anomalie #4506: Supprimer les CSS inline des modèles de documents

    9 June 2020

    Trouvé une astuce qui fonctionne très bien sur ce bon vieux stackoverflow : https://stackoverflow.com/a/11652170

    1. <span class="CodeRay"><span class="class">.spip_documents</span> { <span class="key">display</span>: <span class="value">table</span>; }
    2. <span class="class">.spip_doc_legende</span> { <span class="key">display</span>: <span class="value">table-caption</span>; <span class="key">caption-side</span>: <span class="value">bottom</span>; }
    3. </span>

    Download

    Ça donne le même résultat purement en CSS : la légende ne dépassera jamais l’image en largeur.
    Donc facile à surcharger pour adapter les styles à son site (si on veut la légende en haut, sur les côtés, etc.).
    Enfin, c’est si mon postulat sur la présence du style inline est correct, à confirmer ^^

    Le markup pour rappel :

    <span class="CodeRay">
    <span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">spip_documents</span><span class="delimiter">"</span></span><span class="tag">></span>
       <span class="tag">span> <span class="attribute-name">src</span>=<span class="string"><span class="delimiter">"</span><span class="content">image.png</span><span class="delimiter">"</span></span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">spip_doc</span><span class="delimiter">"</span></span> <span class="attribute-name">width</span>=<span class="string"><span class="delimiter">"</span><span class="content">500</span><span class="delimiter">"</span></span> <span class="attribute-name">height</span>=<span class="string"><span class="delimiter">"</span><span class="content">400</span><span class="delimiter">"</span></span><span class="tag">></span>
       <span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">spip_doc_legende</span><span class="delimiter">"</span></span><span class="tag">></span>
           <span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">spip_doc_titre</span><span class="delimiter">"</span></span><span class="tag">></span>Lorem ipsum<span class="tag"></span>
           <span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">spip_doc_descriptif</span><span class="delimiter">"</span></span><span class="tag">></span>
               Nobis laudantium eum voluptatibus. Illum iure rem nulla quos et ipsum optio sapiente. Quis placeat cum quod animi. Reprehenderit laudantium laudantium repellendus libero qui iure
           <span class="tag"></span>
       <span class="tag"></span>
    <span class="tag"></span>
    </span></span></span></span></span></span>