Changes between Version 5 and Version 6 of UserPicturesPlugin


Ignore:
Timestamp:
Mar 9, 2015, 6:25:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • UserPicturesPlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = UserPicturesPlugin =
     3= Adds user picture icons (avatars) to Trac
    44
    5 == Description ==
     5== Description
    66
    7 Adds user picture icons (avatars) to Trac.
     7This plugin allows a user to add a user picture icons (avatars) to his/her profile on Trac.
    88
    99Screenshots of the plugin in action can be found at https://github.com/boldprogressives/trac-UserPicturesPlugin/wiki/Screenshots
    1010
    11 Credit goes to Michael Bayer for the idea -- and most of the code -- in https://bitbucket.org/zzzeek/tracvatar
     11Credit goes to Michael Bayer for the idea and most of the code in https://bitbucket.org/zzzeek/tracvatar
    1212
    13 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1414
    1515Existing bugs and feature requests for UserPicturesPlugin are
     
    1919[http://trac-hacks.org/newticket?component=UserPicturesPlugin&owner=ejucovy new ticket].
    2020
    21 == Download ==
     21== Download
    2222
    2323Download the zipped source from [http://pypi.python.org/pypi/trac-UserPicturesPlugin/ here].
    2424
    25 == Source ==
     25== Source
    2626
    2727Mirrors are available on Github and Bitbucket:
     28 * https://github.com/boldprogressives/trac-UserPicturesPlugin/
     29 * https://bitbucket.org/boldprogressives/trac-userpictures-plugin
    2830
    29 https://github.com/boldprogressives/trac-UserPicturesPlugin/
     31== Installation
    3032
    31 https://bitbucket.org/boldprogressives/trac-userpictures-plugin
    32 
    33 == Example ==
    34 
    35 Install the plugin in your favorite way (python setup.py develop, uploading an egg, etc) and then enable its components in trac.ini like so:
    36 
     33 1. Install the plugin in your favorite way, such as python setup.py develop, uploading an egg, etc.
     34 1. Enable the component in `trac.ini`:
    3735{{{
    3836#!ini
     
    4038userpictures.* = enabled
    4139}}}
    42 
    43 You should then choose your preferred avatar engine. For Gravatar:
    44 
     40 1. Choose your preferred avatar engine. For Gravatar:
    4541{{{
    4642#!ini
     
    5955If you do not explicitly select either engine, a default provider is used which displays a blank silhouette for every user.
    6056
    61 == Author/Contributors ==
     57== Author/Contributors
    6258
    6359'''Author:''' [wiki:ejucovy] [[BR]]
    64 '''Maintainer:''' [wiki:ejucovy] [[BR]]
     60'''Maintainer:''' [[Maintainer]] [[BR]]
    6561'''Contributors:'''