2010/8/13 laurent laffont <[email protected]>: > How can I embed Gravatar profiles > into http://pharo-project.org/about/contributors ?
This is quite easy. If you just want to add the images, you have to calculate the md5 hash of the email adress and add a parameter in the URL for the size of the picture. http://fr.gravatar.com/site/implement/images/ If you want to add also the profile, look here: http://fr.gravatar.com/site/implement/profiles/ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
