Adds user-specific icons to the timeline view.
Description
Providers
Identicon
Locally generate identicons using the author information. This provider requires PIL to be installed.
Identicon implementation is courtesy of Shin Adachi.
Gravatar
Uses the Gravatar.com service to generate images.
Configuration
All configuration options go in the [hackergotchi] section.
- providers : optional, default: GravatarHackergotchiProvider, IdenticonHackergotchiProvider
- Order to try providers when looking for an image. Any providers enabled but not listed will be tried in a pseudo-random order.
- gravatar_default : optional, default: identicon
- Value to pass along to Gravatar to use if the email doesn't match anything. Valid values are identicon, monsterid, wavatar, or a URL to an image. In the first three cases, a icon will be procedurally generated.
To enable the plugin:
[components] hackergotchi.* = enabled
Example
To never use the Gravatar provider:
[hackergotchi] providers = IdenticonHackergotchiProvider [components] hackergotchi.* = enabled hackergotchi.providers.GravatarHackergotchiProvider = disabled
Bugs/Feature Requests
Existing bugs and feature requests for HackergotchiPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out HackergotchiPlugin from here using Subversion, or browse the source with Trac.
Recent Changes
[3692] by coderanger on 05/16/08 20:22:01
setup.py changes.
[3691] by coderanger on 05/16/08 20:16:51
Initial import.
[3690] by coderanger on 05/16/08 19:56:45
New hack HackergotchiPlugin, created by coderanger
Author/Contributors
Author: coderanger
Contributors:
Attachments
- hackergotchi.png (77.6 kB) -
Example screenshot.
, added by coderanger on 05/16/08 19:57:06.
