Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (43)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6735)

  • Windows specific vsnprintf fixes.

    22 septembre 2014, par Erik de Castro Lopo
    Windows specific vsnprintf fixes.
    

    * Changes flac_snprintf (in src/share/grabbag/snprintf.c) and its copy
    local_snprintf (src/libFLAC/metadata_iterators.c) to be almost sane.

    * Adds flac_vsnprintf (src/share/grabbag/snprintf.c) and its copy
    local_vsnprintf (src/share/win_utf8_io/win_utf8_io.c).

    * Changes stats_print_info in src/flac/utils.c so it uses flac_vsnprintf
    instead of vsnprintf. This makes return value checking unnecessary.

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

    • [DH] include/share/compat.h
    • [DH] src/flac/utils.c
    • [DH] src/libFLAC/metadata_iterators.c
    • [DH] src/share/grabbag/snprintf.c
    • [DH] src/share/win_utf8_io/win_utf8_io.c
  • Move CreateFile_utf8 function to a more logical place

    25 août 2018, par lvqcl
    Move CreateFile_utf8 function to a more logical place
    
    • [DH] FLAC-vs2005.sln
    • [DH] include/share/grabbag/file.h
    • [DH] include/share/win_utf8_io.h
    • [DH] src/flac/decode.c
    • [DH] src/share/grabbag/file.c
    • [DH] src/share/grabbag/grabbag_static.vcxproj
    • [DH] src/share/win_utf8_io/win_utf8_io.c
  • regainplay_analysis : Work around GCC optimizer bug.

    15 juin 2014, par Erik de Castro Lopo
    regainplay_analysis : Work around GCC optimizer bug.
    

    Discussion : http://lists.xiph.org/pipermail/flac-dev/2014-June/004720.html
    Patch-from : lvqcl <lvqcl.mail@gmail.com>

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