On 09 Oct 2013, at 14:38, Clément Bera <bera.clement@gmail.com> wrote:
Is the mail display on the website a joke on purpose ?
For example, I get on my screen: $@ join: #('guillermopolito' 'gmail.com') instead of: guillermopolito@gmail.com
I don't know if it is nice to have that non smalltalker may read this page and my not understand.
Yes, it is both a (Smalltalk) joke and a way to obfuscate the email address. But many people, including Smalltalkers, seem to be confused by it. I can easily change this, but to what ?
Best,
2013/10/9 Sven Van Caekenberghe <sven@stfx.eu>
On 09 Oct 2013, at 13:34, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
I would like to get contributors.pharo.org a bit more representative of Pharo.
We should have Previous contributors and enhance the current list.
Excellent idea!
Can you please reply to this mail
PharoContributor new name: 'Esteban Lorenzano'; id: 'estebanlm'; email: 'estebanlm@gmail.com'; website: 'http://smallworks.eu'; description: 'Pharo core team. Contributor of several projects, including Kernel, DBXTalk, Voyage, Mars, etc. Also I work on the VM.'; image: 'http://www.gravatar.com/avatar/193af464509ae8fbcc04abad70b72fc0?s=120'; yourself
Stef
The full old list was initially included, but the info there might be out of date. Concerning the template, it can be simpler, like this:
PharoContributor new name: 'Esteban Lorenzano'; email: 'estebanlm@gmail.com'; website: 'http://smallworks.eu'; description: 'Pharo core team. Contributor of several projects, including Kernel, DBXTalk, Voyage, Mars, etc. Also I work on the VM.'; yourself.
More specifically, the #id is not needed unless your name contains non-ASCII characters, it becomes 'estebanlorenzano' in this case. If there is a gravatar linked to the email address that you specified, it will be picked up automatically.
BTW, I would simply change the old contributors page, like we did with consultants page: the list is pretty complete and it might force more people to update their info.
Sven