Recherche avancée

Médias (91)

Autres articles (33)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

Sur d’autres sites (3960)

  • Documentation #3096 : fichier lang public/privé sur les plugins

    8 août 2014, par cedric -

    et aussi autre solution : ajouter les surcharges dans un path qu’on active que dans l’espace public.
    squelettes/surcharges_public/lang/xxxx_fr.php
    et dans mes_options.php

    if (!test_espace_prive())
      _chemin(’squelettes/surcharges_public/’) ;
    


    ainsi les fichiers de surcharges de langue (et autres surcharges éventuelles) ne seront prise en compte que dans le site public.
    Pour un plugin on peut declarer un dossier dans le chemin du public avec <chemin></chemin> dans paquet.xml

  • Mobile Analytics SDK : beta release of Piwik iOS SDK

    30 octobre 2013, par Piwik team

    Mattias Levin, a Mobile developer enthusiast from Sweden, has released the first public beta version of the official Piwik SDK for iOS !

    If you are building apps for iOS or OSX, you will be able to track your App usage with Piwik. Learn more in this blog post.

    Apps & Mobile apps Analytics

    Using Piwik to track your app usage would give interesting statistics usage such as :

    • number of active users (per day, week, month, …) of my mobile or desktop app,
    • how long users spend in the app,
    • track which icons, buttons are clicked (or any other custom event),
    • record device info, operating system,
    • reports on any Custom Variables you that are relevant to your app (see examples below),
    • how often is the app opened ? When and how long is the app opened ?
    • number of new users, active users, total users,
    • record errors or exception thrown

    Piwik SDK for iOS

    The PiwikTracker is an Objective-C framework (for iOS and OSX) designed to send app usage data to a Piwik analytics server. It is realeased under MIT license. Piwik server is a downloadable, Free/Libre (GPLv3 licensed) real time analytics platform.

    Getting started

    1. Create a new website in the Piwik web interface called “My App”. Copy the Website ID and the token_auth.
    2. Download the PiwikTracker SDK.
    3. Add the PiwikTracker files to your project.
    4. Create and configure the PiwikTracker.
    5. Add code in your app to track screen views, events, exceptions, goals and more
    6. Let the dispatch timer dispatch pending events to the Piwik server, or dispatch events manually.

    For more info, check out the Readme.

    Requirements

    The latest PiwikTracker version uses ARC and support iOS6+ and OSX 10.7+.

    • iOS tracker depends on : Core Data, Core Location, Core Graphics, UIKit and AFNetworking.
    • OSX tracker depends on : Core Data, Core Graphics, Cocoa and AFNetworking.

    Demo project

    The workspace contains an iPhone demo app that uses and demonstrates the features available in the SDK.

    Example demo screen shoot

    Feedback needed

    If you use the iOS SDK to track your app, we would like to hear your suggestions, bug reports or general feedback.

    We hope to work with you to improve the SDK and move it out of beta !

    Please report suggestions, bugs, feature requests in the Github Issues at Piwik iOS SDK.

    Happy App Analytics !

  • Anomalie #3113 (Nouveau) : Absence de contrôle d’unicité du champ email dans le formulaire auteur

    6 décembre 2013, par - Equipement

    Bonjour,

    Le formulaire editer_auteurs ne contrôle pas l’unicité du champ email.

    Aussi, plusieurs auteurs peuvent avoir le même email dans SPIP.

    On peut ainsi créer en double un auteur qui existe depuis longtemps (avec un login différent car le formulaire editer_auteurs vérifie l’unicité du champ login).

    Par ailleurs, lorsque l’on utilise un système d’authentification centralisé (comme CAS ou LDAP) et que l’identifiant du SSO est l’email de l’auteur, cela pose un problème. En effet, si le SSO dit que s’est bien authentifié, mais qu’il y a 2 auteurs avec cet email dans SPIP, il est difficile de savoir lequel des 2 est censé être connecté dans SPIP.

    Il serait souhaitable de pouvoir disposer d’une constante (à placer dans le fichier mes_options.php) qui active un contrôle d’unicité du champ email dans le formulaire auteur. Ce caractère optionnel (de la constante) éviterait d’impacter ceux qui ont actuellement des doublons d’email dans la table des auteurs et qui souhaitent les garder.

    Cordialement
    Equipement