Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (107)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (4939)

  • Anomalie #3647 : #INTRODUCTION + propre sous PHP7

    28 février 2016, par b b

    Je ne comprends plus, est-ce que le bug déclaré en premier lieu dans le ticket est réglé ?

    Quel est l’objet ton dernier commentaire, je n’arrive pas à deviner avec uniquement des captures d’écran. Que fais-tu ? Quel est le résultat obtenu et en quoi est-il différent de ce que tu souhaites obtenir ?

  • Anomalie #3665 (Nouveau) : notice Undefined index : REDIRECT_STATUS

    25 janvier 2016, par jluc -

    Dans ecrire/inc/headers.php (220) au lieu de
    if ($GLOBALS[’REDIRECT_STATUS’] && $GLOBALS[’REDIRECT_STATUS’] $status)

    il faudrait
    if (isset($GLOBALS[’REDIRECT_STATUS’]) && $GLOBALS[’REDIRECT_STATUS’] $status)

  • Evolution #3641 (Nouveau) : url doublonnée dans controler_forum

    8 janvier 2016, par Ben .

    Sur la page ecrire/ ?exec=controler_forum les liens sont visibles ( je suppose pour mieux détecter les spams éventuels ) .
    Du coup si une url est postée juste comme ça sans Titre, l’url est doublonnée. Quand c’est une url longue ça fait bizarre

    Je propose de mettre uniquement le [URL] si il n’y a pas de texte associé ( au lieu de URL[URL] ) voir pièce jointe