On 02/13/2013 09:39 AM, Florian Effenberger wrote: > Hi, > > klaus-jürgen weghorn ol wrote on 2013-02-12 14:52: > >> we are proud of our community and its work but we don't show it in any >> way: >> The credits page [1] is rather old for 4.0. >> >> [1] http://www.libreoffice.org/about-us/credits/ > > good point, thanks for spotting this! Cc'ing Sebastian, who IMHO was > initially working on this. Sebastian, can you tell me how to update the > credits page? (We have moved to a new server in the meantime.)
Hi all, I have sent an email to Michael Meeks before, but I guess it went under during the release activities. I told him that I don't really have the capacity to keep the stats up to date, as that would require to adapt my tool (which is designed as a generic git repo analyzer) more and more to generating stats specific to this project. This is how to generate the stats: 1) Check out the LO repo(s). 2) Check out the analyzer via mercurial: https://bitbucket.org/spaetz/gitanaly 3) Get the email->contributor name mapping from Cédric via: git://anongit.freedesktop.org/libreoffice/contrib/gitdm-config 4) Check the README for system requirements Main stats: ~/src/gitanaly/analyse-commits.py -r ~/src/LibO -v -f ~/src/gitdm-config/gitdm.config --sinceuntil=d387dace13fe1947ec5ad025ebd122ec6f13e3d0.. --no-plot This will create the stats in /tmp/index.html If we want stats limited to the templates, this can do it: ~/src/gitanaly/analyse-commits.py -r ~/src/LibO -v -f ~/src/gitanaly/gitdm-config/gitdm.config --sinceuntil=d387dace13fe1947ec5ad025ebd122ec6f13e3d0.. --no-plot --path=extras/source/templates Right now, there is no way to get the total credits and the template credits automatically integrated in a single page, I copied that manually in. Let me know if you need any further information... Happy to help out. Sebastian -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
