{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Office/Business", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "************\ns17.portlets\n************\n\n.. contents:: Table of Contents\n\nLife, the Universe, and Everything\n==================================\n\nUser Profile, Birthdays and White Pages portlets for a user or person.\n\nMostly Harmless\n===============\n\n.. image:: https://secure.travis-ci.org/simplesconsultoria/s17.portlets.png?branch=master\n :alt: Travis CI badge\n :target: http://travis-ci.org/simplesconsultoria/s17.portlets\n\n.. image:: https://coveralls.io/repos/simplesconsultoria/s17.portlets/badge.png?branch=master\n :alt: Coveralls badge\n :target: https://coveralls.io/r/simplesconsultoria/s17.portlets\n\n.. image:: https://pypip.in/d/s17.portlets/badge.png\n :target: https://pypi.python.org/pypi/s17.portlets/\n :alt: Downloads\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n.. _`opening a support ticket`: https://github.com/simplesconsultoria/s17.portlets/issues\n\nDon't panic\n===========\n\nInstallation\n------------\n\nTo enable this product in a buildout-based installation:\n\n#. Edit your ``buildout.cfg`` and add ``s17.portlets`` to the list of eggs to\n install ::\n\n [buildout]\n ...\n eggs =\n s17.portlets\n\n#. Starting on 1.0b2 ``s17.portlets`` no longer depends on ``s17.person``. If\n your project depends on such package, you should add the ``person`` extra\n to your ``buildout.cfg`` or ``setup.py``::\n\n [buildout]\n ...\n eggs =\n s17.portlets [person]\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ``s17.portlets`` and click the 'Activate' button.\n\n.. Note::\n You may have to empty your browser cache and save your resource registries\n in order to see the effects of the product installation.\n\nPortlets\n--------\n\nThe following portlets are always available:\n\n**User Profile**\n The User Profile portlet displays a portrait, some useful links and a list\n of content created by the current user.\n\n.. figure:: https://raw.github.com/simplesconsultoria/s17.portlets/master/user-profile.png\n :align: center\n :height: 400px\n :width: 265px\n\n**Birthdays**\n The Birthdays portlet displays the names of the users or persons with\n upcoming birthdays in the following days (the number of days is user\n configurable).\n\n.. figure:: https://raw.github.com/simplesconsultoria/s17.portlets/master/birthdays.png\n :align: center\n :height: 340px\n :width: 265px\n\nThe following portlets currently depend on the installation of `s17.person`_\nand work only with Person objects:\n\n**White pages**\n The white pages portlet displays a search box to look for persons using\n their name.\n\n.. _`s17.person`: https://github.com/simplesconsultoria/s17.person\n\nShare and Enjoy\n===============\n\n`s17.portlets` would not have been possible without the contribution of the\nfollowing people:\n\n- Silvestre Huens\n- Cleber J Santos\n- H\u00e9ctor Velarde\n- Alejandro Pereira\n- Gustavo Lepri\n- `Tango! Desktop Project`_ (image)\n\nDevelopment sponsored by Simples Consultoria.\n\n.. _`Tango! Desktop Project`: http://tango.freedesktop.org/Tango_Desktop_Project\n\nChangelog\n=========\n\nThere's a frood who really knows where his towel is.\n\n1.0b2 (2014-06-03)\n------------------\n\n.. Warning::\n This release makes the use of ``s17.person`` optional. If your project\n depends on such package, you should add the ``person`` extra to your\n Buildout configuration or ``setup.py``. See package documentation for more\n information.\n\n- Brazilian Portuguese and Spanish translations were updated.\n [hvelarde]\n\n- The User Profile portlet was completely refactored and will only work with\n users and not with ``s17.person`` objects as it doesn't make sense.\n [hvelarde]\n\n- The Birthdays portlet was completely refactored. If ``s17.person`` is\n installed, it will use the ``birthday`` field on the content type to\n grab the upcoming birthdays using the Person catalog; otherwise, it will\n look for a user defined ``birthday`` field on the MemberData tool.\n [hvelarde]\n\n- The package ``s17.person`` is no longer a hard dependency, but an extra\n requirement.\n [hvelarde]\n\n\n1.0b1 (2012-09-21)\n------------------\n\n- Deprecate use on Plone 4.1; we will support only Plone >=4.2. [hvelarde]\n\n- Rename package from s17.person.portlets to s17.portlets. [hvelarde]\n\n- Add description field. [aleGpereira]\n\n- Limit list of participations in profile portlet to five. [aleGpereira]\n\n- Make results of white pages appear in a overlay. [aleGpereira]\n\n- Improves birthday portlet [davilima6]\n\n- Group birthdays by day and also sort them by fullname [davilima6]\n\n- Add small portrait for each person with a birthday [davilima6]\n\n\n1.0a5 (2012-08-07)\n------------------\n\n- Fixed tests in get_participation function in person portlet [lepri]\n\n- Added overlay in search person [lepri]\n\n- Fixed query in person profile portlet [lepri]\n\n- Adding test case for portlets with anonymous users. [aleGpereira]\n\n- Improve the products translation [lepri]\n\n\n1.0a4 (2012-06-27)\n------------------\n\n- Set render view and template properly for anonymous users in portlets.\n [aleGpereira]\n\n\n1.0a3 (2012-06-14)\n------------------\n\n- Fixed package distribution. [hvelarde]\n\n\n1.0a2 (2012-06-13)\n------------------\n\n- Added uninstall profile. [aleGpereira]\n\n\n1.0a1 (2012-05-21)\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": "https://github.com/simplesconsultoria/s17.portlets", "keywords": "user person profile birthdays search portlet", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "s17.portlets", "package_url": "https://pypi.org/project/s17.portlets/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/s17.portlets/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/simplesconsultoria/s17.portlets" }, "release_url": "https://pypi.org/project/s17.portlets/1.0b2/", "requires_dist": null, "requires_python": null, "summary": "User Profile, Birthdays and White Pages portlets for a user or person.", "version": "1.0b2" }, "last_serial": 1112799, "releases": { "1.0b2": [ { "comment_text": "", "digests": { "md5": "01d62d3a482101d7d528b02882e536e1", "sha256": "6054c09aed33aa49ee65200677592b753072c8ae997957ca20d418a7d338ff5e" }, "downloads": -1, "filename": "s17.portlets-1.0b2.zip", "has_sig": false, "md5_digest": "01d62d3a482101d7d528b02882e536e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97170, "upload_time": "2014-06-03T16:14:10", "url": "https://files.pythonhosted.org/packages/87/c3/60ff0fbe06fa762ae88d40d54360466836497a60c26db9bef48a9d1b6ee3/s17.portlets-1.0b2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01d62d3a482101d7d528b02882e536e1", "sha256": "6054c09aed33aa49ee65200677592b753072c8ae997957ca20d418a7d338ff5e" }, "downloads": -1, "filename": "s17.portlets-1.0b2.zip", "has_sig": false, "md5_digest": "01d62d3a482101d7d528b02882e536e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97170, "upload_time": "2014-06-03T16:14:10", "url": "https://files.pythonhosted.org/packages/87/c3/60ff0fbe06fa762ae88d40d54360466836497a60c26db9bef48a9d1b6ee3/s17.portlets-1.0b2.zip" } ] }