Recherche avancée

Médias (91)

Autres articles (98)

  • Organiser par catégorie

    17 mai 2013, par

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (1490)

  • avformat/http: always allow no-op seek

    30 décembre 2013, par Anssi Hannula
    avformat/http: always allow no-op seek
    

    This also allows checking stream position as per ffurl_seek() doxy.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/http.c
  • lavf/http: treat 308 as 301

    13 janvier 2021, par Robin Cooksey
    lavf/http: treat 308 as 301
    

    FFmpeg does not support POST, so there is no difference between a
    308 and 301 request (see [RFC7538] section 3).

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavformat/http.c
  • http: K&R formatting cosmetics

    22 juillet 2014, par Diego Biurrun
    http: K&R formatting cosmetics
    

    Also comment some #endifs and reshuffle headers into canonical order.

    • [DBH] libavformat/http.c