Hello, I'm at the miniDebConf in Barcelona[1] talking with Madamezou and Laura Arjona about sending translator information to contributors.debian.org.
The easiest way to make it happen seems to be to make the l10n bot also
generate contributor information. Essentially, it means generating
(identifier, begin_timestamp, end_timestamp) triplets and posting them
over HTTP once a day or once a week[2].
A page like [3] already has people and timestamps; an email or login
name would be a better identifier than a full name, though.
Data is submitted in JSON format, with one record per identifier, like
this:
[
{ id: [ { type: "email", id: "[email protected]" } ],
contributions: [
{ type: "translation", begin: "2010-01-01", end: "2013-11-16" }
]
},
{ id: [ { type: "email", id: "[email protected]" } ],
contributions: [
{ type: "translation", begin: "1990-05-01", end: "2013-11-16" }
]
}
]
Submission is essentially an HTTPS POST with an attached JSON file:
curl https://contributors.debian.org/contributors/post \
-F source="l10n" -F auth_token="foobarbaz1234" \
-F [email protected]
Can you please make this happen?
We (me, Laura, Francesca) are available on email, IRC or even via
rtc.debian.org[4] if you need us.
[1] http://bcn2014.mini.debconf.org/
[2] Full technical details are here:
https://wiki.debian.org/DebianContributors
[3] http://l10n.debian.org/coordination/spanish/es.by_status.html
[4] Enrico
Ciao,
Enrico
--
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini <[email protected]>
signature.asc
Description: Digital signature
_______________________________________________ Debian-l10n-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-l10n-devel
