{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nYou can use this product to show avatar pictures of your users from external sites, i.e. from gravatar.\n\nTo do this you set a list of URLs where the avatars can be found. The default uses gravatar.\n\nhttp://www.gravatar.com/avatar/%(emailmd5hash)s?s=200&d=mm\n\nThe %(emailmd5hash)s part can be replaced with %(fullname)s, %(home_page)s, %(username)s\nor any variable that is available from the MembershipTool.getMemberInfo() dictionary on your site.\nSo another example would be\n\nhttp://my.site.com/%(username)/picture\n\nThe product also tries to set the facebookid variable for the MembershipTool.getMemberInfo() dictionary.\nSo, if plonesocial.auth.rpx is installed and the user uses facebook to login, you can also use\n\nhttps://graph.facebook.com/%(facebookid)s/picture\n\nChangelog\n=========\n\n0.1dev (unreleased)\n-------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.externalportrait", "package_url": "https://pypi.org/project/collective.externalportrait/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.externalportrait/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/collective.externalportrait/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 293951, "releases": { "0.1": [] }, "urls": [] }