{ "info": { "author": "Ethan Jucovy", "author_email": "ejucovy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Adds user picture icons (avatars) to Trac.\n\nScreenshots of the plugin in action can be found at https://github.com/boldprogressives/trac-UserPicturesPlugin/wiki/Screenshots\n\nCredit goes to Michael Bayer for the idea -- and most of the code -- in https://bitbucket.org/zzzeek/tracvatar\n\nA mirror is also available on Bitbucket: https://bitbucket.org/boldprogressives/trac-userpictures-plugin\n\nThe avatar engine is configurable, and two are provided in this\npackage: a GravatarProvider that looks up the user's email address at\nGravatar, and a UserManagerProvider that uses internally hosted images\nprovided by the Trac UserManager Plugin if it is installed: http://trac-hacks.org/wiki/UserManagerPlugin\n\nThe approach of the plugin is to filter specific Trac views, gather\nall the authors found in the \"data\" hash being passed to Genshi, then\nusing Genshi filters to insert additional avatar nodes with the proper\nimg tags. \n\nCurrently supported views are:\n\n * Timeline\n * Ticket details: reporter, owner, comments, comment diffs\n * Attachment views (on tickets, wiki pages, etc)\n * Source control views (directory listings, file contents, changesets)\n * Report and custom query views\n * Wiki history, diffs and individual versions\n * Search results\n\nThis is, more or less, all the places where users show up in a\nstandard Trac instance. If you find any other places where icons\nshould also be inserted, whether in a standard Trac installation or in\na view provided by your favorite plugin, please submit an issue or a\npatch.\n\nPatches implementing additional avatar engines are also welcome.\n\nInstallation\n============\n\nInstall the plugin in your favorite way (python setup.py develop,\nuploading an egg, etc) and then enable its components in trac.ini like\nso::\n\n [components]\n userpictures.* = enabled\n\nYou should then choose your preferred avatar engine. For Gravatar::\n\n [userpictures]\n pictures_provider = UserPicturesGravatarProvider\n\nFor UserManager, ensure that the UserManager plugin is installed, and\nthen::\n\n [userpictures]\n pictures_provider = UserPicturesUserManagerProvider\n\nIf you do not explicitly select either engine, a default provider is\nused which displays a blank silhouette for every user.\n\nThere are a number of optional \"size\" settings for each view; these\nare set to sensible defaults that are designed to look good with a\nstandard Trac install and the stylesheet provided by this plugin, but\nlook at the source in userpictures/__init__.py (and the CSS in\nuserpictures/htdocs/userpictures.css) if you really want to change the\nway the icons are displayed. \n\nChanges\n=======\n\n0.1.1 (20 Aug 2012)\n-------------------\n\nFixed typo in code that caused Python error when navigating to browser views\n\n0.1 (19 Aug 2012)\n-----------------\n\nInitial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://trac-hacks.org/wiki/UserPicturesPlugin", "keywords": "trac plugin", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "trac-UserPicturesPlugin", "package_url": "https://pypi.org/project/trac-UserPicturesPlugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trac-UserPicturesPlugin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://trac-hacks.org/wiki/UserPicturesPlugin" }, "release_url": "https://pypi.org/project/trac-UserPicturesPlugin/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Adds user pictures to Trac", "version": "0.1.1" }, "last_serial": 800844, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "677558160fd610f3c75ba2c6eea7e7b2", "sha256": "4095a7d1093483e2cf24de5556e9206b1e1d382bc61c332f89349ac3d9c8ccc6" }, "downloads": -1, "filename": "trac-UserPicturesPlugin-0.1.tar.gz", "has_sig": false, "md5_digest": "677558160fd610f3c75ba2c6eea7e7b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5822, "upload_time": "2012-08-19T12:55:44", "url": "https://files.pythonhosted.org/packages/c7/22/d9d94dc28872f28361ccf618b918a0113db03b2a36e7421fb5a9875d1d06/trac-UserPicturesPlugin-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "80b2354666b64145fa63a1e1a989fe7a", "sha256": "4dc6c61fc5e5162ac8a6ec45550aeb1351f0733d160639abd7e3e49776fd225e" }, "downloads": -1, "filename": "trac-UserPicturesPlugin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "80b2354666b64145fa63a1e1a989fe7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5994, "upload_time": "2012-08-20T11:22:09", "url": "https://files.pythonhosted.org/packages/a8/6a/8a109038640480be46805319cdf5c9257715f1e11596f63dc9181d45a41d/trac-UserPicturesPlugin-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80b2354666b64145fa63a1e1a989fe7a", "sha256": "4dc6c61fc5e5162ac8a6ec45550aeb1351f0733d160639abd7e3e49776fd225e" }, "downloads": -1, "filename": "trac-UserPicturesPlugin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "80b2354666b64145fa63a1e1a989fe7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5994, "upload_time": "2012-08-20T11:22:09", "url": "https://files.pythonhosted.org/packages/a8/6a/8a109038640480be46805319cdf5c9257715f1e11596f63dc9181d45a41d/trac-UserPicturesPlugin-0.1.1.tar.gz" } ] }