Recherche avancée

Médias (91)

Autres articles (32)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • 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.

Sur d’autres sites (4745)

  • Revision 75038 : Ajout de deux paramètres au modèle doc_img : -* download ou telecharger ...

    28 août 2013, par kent1@… — Log

    Ajout de deux paramètres au modèle doc_img :

    • download ou telecharger string : si == oui affiche un lien de téléchargement du document sous la prévisualisation
    • class_btn_download string : class à ajouter au bouton download
      On évite également l’Ancre de pagination par défaut en mettant son id sur la div parente
      div class="pagination" pour être compatible avec SPIP Bootstrap
      On inclue inc/securiser_action dans mes_fonctions pour avoir la fonction calculer_cle_action disponible
  • Revision 75038 : Ajout de deux paramètres au modèle doc_img : -* download ou telecharger ...

    28 août 2013, par kent1@… — Log

    Ajout de deux paramètres au modèle doc_img :

    • download ou telecharger string : si == oui affiche un lien de téléchargement du document sous la prévisualisation
    • class_btn_download string : class à ajouter au bouton download
      On évite également l’Ancre de pagination par défaut en mettant son id sur la div parente
      div class="pagination" pour être compatible avec SPIP Bootstrap
      On inclue inc/securiser_action dans mes_fonctions pour avoir la fonction calculer_cle_action disponible
  • Building an android application using ant in eclipse - halfninja /jhotovy ffmpeg for android project

    1er août 2012, par user1545779

    I have successfully built the shared objects in halfninja's android-ffmpeg-x264 git project.
    That project uses ant. Could anyone who has built that project successfully help with the steps he/she used in the second part to build the final apk or
    Could anybody with experience building android applications using ant either as an plugin in Eclipse or as a standalone tool help here

    I loaded both the ProjectTest and Project files into Eclipse.

    I am getting the following 2 errors :
    1a. Description : Project "ProjectTest" is missing required Java project "Project"
    I have loaded the Project project already and i can see it
    1b. Location : Build Path
    1c. Type : Build path problem

    2a. The project cannot be built until the build path problem has been resolved
    2b. Location : Unknown
    2c. Type : Java Problem

    Please note that I have no clue about editing what file : the available files are : Build.properties and build.xml

    Also how do I install ant into Eclipse and how do i run the application, as an Android, or JavaUnit ..?

    Any help will be greatly appreciated