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



On Aug 18, 2013, at 12:39 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:

Hi Jannik,

On 16 Aug 2013, at 21:23, jannik.laval <jannik.laval@gmail.com> wrote:

PharoContributor new
name: 'Jannik Laval';
id: 'jannik.laval';
email: 'jannik.laval@gmail.com';
website: 'http://www.jannik-laval.eu';
description: 'Software Researcher at Mines Douai';
image: 'http://www.jannik-laval.eu/assets/images/DSC02023%20-%20Version%202.jpg';
yourself

Updated:

 http://contributors.pharo.org#janniklaval

Thanks.

Sven

On Aug 12, 2013, at 5:12 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:

Dear Fellow Pharoers,

As some of you may know, we have a page listing Pharo Contributors

http://www.pharo-project.org/community/contributors

This page was manually constructed and urgently needs an update.
Based on the code behind the Pharo Consultants page

http://consultants.pharo.org

we want a similar data driven, statically generated page for Pharo Contributors

http://contributors.pharo.org

the new page is based on some of the old data, but needs updating. Many people are missing as well. So please, please, edit the template and send me your new or up to date information.

PharoContributor new
name: 'St�phane Ducasse';
id: 'stephaneducasse';
email: 'stephane.ducasse@inria.fr';
website: 'http://stephane.ducasse.free.fr/';
description: 'Research director at INRIA Lille leading the RMoD Team. Pharo board member and president of ESUG.';
image: 'http://stephane.ducasse.free.fr/StefFingerOnNose128.jpg';
yourself

PharoContributor new
name: 'Camillo Bruni';
email: 'camillobruni@gmail.com';
description: 'Cosmopolitan Swiss Hacker, currently at INRIA';
yourself

Some notes:

- id is only needed when your name contains non-ascii characters
- email will default to pharo-dev@lists.pharo.org if missing
- website will default to a Google search for your name if a URL is missing
- image can be omitted if you have a Gravatar, else it becomes a smiley
- images will be rescaled to fit in 128x128, the URL needs to remain accessible
- description is a pure text String, no markup is allowed
- the description does not have to be too formal
- the page is statically generated, only then do changes take effect

Regards,

Sven, on behalf of the Pharo Board.

PS: If you are curious, the code for generating this page can be found at

http://www.smalltalkhub.com/#!/~Pharo/PharoPeople