show/hide this revision's text 2 added 154 characters in body

You need to md5 hash the email address and then put it into a gravatar URL. That will give you the image url. Below is an example of how to do it.

http://www.gravatar.com/avatar/  md5(email)  ?s=128&d=identicon&r=PG

If you want those random drawings that appear you can use and md5 hash to get them. You could hash the key value in a loop and obtain a list that way.

show/hide this revision's text 1

You need to md5 hash the email address and then put it into a gravatar URL. That will give you the image url. Below is an example of how to do it.

http://www.gravatar.com/avatar/  md5(email)  ?s=128&d=identicon&r=PG