Hi Frederic, I see the feature contains 2 components:
1. A Hilary module. To share this, the best way is to publish it the public NPM repository [1]. OAE uses NPM to manage it's modules and uses that to pull in external dependencies. Once published, you can either run "npm install oae-piwik-analytics" (given that's the name of your module) or you can customize the Hilary package.json to reference it. Then, other people can also use "npm install" to pull it in for their deployment. 2. A modification to oae.api.user.js. I'm not exactly sure what changes were made here, but if possible it would be better to package the work up and add it as a widget. If that's not possible and changes need to be made to oae.api.user.js, if they are generic enough we can consider making an update to core to accommodate different types of analytics extensions, or at worst you could create a github clone of the 3akai-ux repository and keep that in sync with the oaeproject repository. Thanks, Branden On Sat, Mar 22, 2014 at 6:02 AM, frederic dooremont <frederic.doorem...@univ-littoral.fr> wrote: > this is the url github : https://github.com/dooremont/oae-piwik-analytics > best > fred > > Le 22 mars 2014 à 10:29, frederic dooremont > <frederic.doorem...@univ-littoral.fr> a écrit : > >> Hi all, >> I have created a widget for add Piwik Analytics tracker. >> i have created in hilary a directory oae-piwik-analytics >> and i have added an function in oae.api.util.js (directory 3akai-ux) >> >> How to share my widget with you ? >> >> frederic >> _______________________________________________ >> oae-dev mailing list >> oae-dev@collab.sakaiproject.org >> http://collab.sakaiproject.org/mailman/listinfo/oae-dev > > _______________________________________________ > oae-dev mailing list > oae-dev@collab.sakaiproject.org > http://collab.sakaiproject.org/mailman/listinfo/oae-dev _______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev