s17.portlets

User Profile, Birthdays and White Pages portlets for a user or person.


Keywords
user, person, profile, birthdays, search, portlet
License
Other
Install
pip install s17.portlets==1.0b2

Documentation

s17.portlets

Life, the Universe, and Everything

User Profile, Birthdays and White Pages portlets for a user or person.

Mostly Harmless

Travis CI badge Coveralls badge Downloads

Got an idea? Found a bug? Let us know by opening a support ticket.

Don't panic

Installation

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add s17.portlets to the list of eggs to install

    [buildout]
    ...
    eggs =
        s17.portlets
    
  2. Starting on 1.0b2 s17.portlets no longer depends on s17.person. If your project depends on such package, you should add the person extra to your buildout.cfg or setup.py:

    [buildout]
    ...
    eggs =
        s17.portlets [person]
    

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to s17.portlets and click the 'Activate' button.

Note

You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

Portlets

The following portlets are always available:

User Profile
The User Profile portlet displays a portrait, some useful links and a list of content created by the current user.
https://raw.github.com/simplesconsultoria/s17.portlets/master/user-profile.png
Birthdays
The Birthdays portlet displays the names of the users or persons with upcoming birthdays in the following days (the number of days is user configurable).
https://raw.github.com/simplesconsultoria/s17.portlets/master/birthdays.png

The following portlets currently depend on the installation of s17.person and work only with Person objects:

White pages
The white pages portlet displays a search box to look for persons using their name.